If the php-mbtiles server is a normal TMS server, QMS can access it. But imho it's much better to convert that kind of data into a transparent Garmin map. There are howtos on how to create one. The trick is to select the hydrology data only.
Am 12.07.2016 um 13:11 schrieb Wolfgang Rosner: > In my search for even better hydrology topo data, I found this great > page: > https://www.kompf.de/gps/rivermap.html?lat=49.39953&lon=11.06870&zoom=11 > I'd like to add it to my QMS map list :-) > > > Some essentials from the description: > > > " .... Grundlage der Kartenberechnung ist der tagesaktuelle > OpenStreetMap-Datensatz ...." > > ".... Rendern der Shapefiles erfolgt mit TileMill in eine MBTiles > Datei.... " > > "... Die Visualisierung der Karte im Internet übernehmen schließlich > ModestMaps, Wax und php-mbtiles. ... " > > > > > > > Gleaning over the source code, this is what catches my attention: > > ----------8<-------------------------- > > <script src="/wax/ext/modestmaps.min.js" type="text/javascript"> > </script> > <script src="/wax/dist/wax.mm.min.js" type="text/javascript"> > </script> > <script src="rivermap.js" type="text/javascript"> > </script> > > > <script type="text/javascript"> > // <!-- > var name = "rivermap.tilejson"; > if ("yes" == queryParam("test", "")) { > name = "rivermap_new.tilejson"; > } > var url = window.location.protocol + "//" + window.location.host + > "/mbtiles-php/" + name; > > showmap(url, 'rivermap'); > // --> > </script> > > ----------8<-------------------------- > > > ah, there is a > https://www.kompf.de/gps/rivermap.js > .... does not look like code optimized for human readability... > > > > Does it ring any bell? > > can QMS directly access the php-mbtiles server? > > Or can the js above be merged somehow with the concepts given here > https://bitbucket.org/maproom/qmapshack/wiki/DocMapsTipsTricks > > > Does anybody have contact to Mr Kompf? > Maybe he is even reading this list? > Maybe he would be glad to cooperate? > > > ------------------------------------------------------------------------------ What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic patterns at an interface-level. Reveals which users, apps, and protocols are consuming the most bandwidth. Provides multi-vendor support for NetFlow, J-Flow, sFlow and other flows. Make informed decisions using capacity planning reports.http://sdm.link/zohodev2dev _______________________________________________ Qlandkartegt-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qlandkartegt-users
