opensciencemap / vtm

a vector-tile map library written in java - running on android, desktop and within the browser
GNU Lesser General Public License v3.0
238 stars 176 forks source link

How to change tileurl #162

Open vominhtam opened 9 years ago

vominhtam commented 9 years ago

hi all, I got a problems while exploring the project: I tried to run the vtm-web-app, but it requests the tiles from http://opensciencemap.org/tiles/vtm/. I want to change the tileurl such as : "http://localhost:8080/all/{z}/{x}/{y}.vtm". but it doesn't work. Please help me. Thank you so much