On 30 July 2017 at 23:21, Dirk Hohndel <[email protected]> wrote: > 5.7 didn't appear to include the esri plugin... That's why I tried to switch > to 5.9. And because of the way mxe is organized, that brought with it the > switch from GCC 4.x to 5.4 which is what I suspect might be the cause of my > problem... >
i'm going to investigate how hard it is to roll a custom map provider plugin (e.g. that uses google map tiles). on a quick look here, at esri.pro: http://code.qt.io/cgit/qt/qtlocation.git/tree/src/plugins/geoservices/esri/esri.pro the bundled plugins, seem to use "private" Qt classes, so in a way the map plugin is not bound to a publicly exposed API, but rather bound to private API in the Qt source code. lubomir -- _______________________________________________ subsurface mailing list [email protected] http://lists.subsurface-divelog.org/cgi-bin/mailman/listinfo/subsurface
