One such service would be MapBox [1] itself. And in my opinion mapbox-gl-js would be a natural choice for the client part. MapBox is doing a really good job, and this is getting really solid.
I wrote a tiny script to create a mapbox-gl-js package for own deployment [2]. It doesn't do much useful at the moment, other than doing a basic host config of the build and generating and packaging some of the required assets. No custom style integration, and no font generation (I wanted to add this to the script, so they'd be generated from freetype fonts [3] using fontnik [4]). ~Ben [1] https://www.mapbox.com/mapbox-gl-js/examples/ [2] https://github.com/benstadin/mapbox-gl-js-packager [3] https://fedorahosted.org/liberation-fonts/ [4] https://github.com/mapbox/node-fontnik Am 30.10.15 12:50 schrieb "Daniel Koć" unter <[email protected]>: >W dniu 30.10.2015 11:10, Martin Koppenhoefer napisał(a): > >> - vector maps are consuming more energy to display (because have to be >> calculated/rendered) -> problem on mobile devices, but also generally > >Mobile applications like OsmAnd show that while it really is slower, >it's still usable. > >I would not like to "migrate" osm.org to anything - including vector >tiles - right now. I would rather like to have vector playground to test >it and draw some conclusions myself. Yet at this moment I'm not aware of >such experimental service. > >-- >"The train is always on time / The trick is to be ready to put your bags >down" [A. Cohen] > >_______________________________________________ >dev mailing list >[email protected] >https://lists.openstreetmap.org/listinfo/dev _______________________________________________ dev mailing list [email protected] https://lists.openstreetmap.org/listinfo/dev

