jozefchutka / YCanvas

YCanvas is an open source 2D tile renderer library written in ActionScript 3. It provides high performance solution for rendering world maps. The library also contains Stage3D (GPU) accelerated implementation based on Starling.
http://blog.yoz.sk/2012/01/introduction-to-ycanvas/
MIT License
117 stars 28 forks source link

How make the map show streets and not the satelite images ? #2

Closed fukhaos closed 10 years ago

fukhaos commented 10 years ago

I using the map for Starling/Feathers.

jozefchutka commented 10 years ago

hello Fukhaos,

in order to change map provider, have a look at Partition.as. This class is responsible for converting x, y, z (level) into url request. You can see it in use in ApplicationMap or ApplicationExplorer. As for the tile map provider you can use openstreetmaps, mapbox, cloudmade, bing tiles or anything else as long as the server provides proper crossdomain.xml