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

More theme examples. Suburb names? #170

Closed mcbridet closed 8 years ago

mcbridet commented 8 years ago

Does the maintainer (or anyone else) have some more theme examples? I'm looking for a way to add suburb names (like on Google Maps / attached).

Thanks!

2016-03-24-131426_1300x853_scrot

dondos commented 8 years ago

There is an exemple in the osmarenderer theme (line 1256): `

  </m>`
hjanetzek commented 8 years ago

@deviousgeek if you are using the OpenScienceMap tiles it should contain most place tags from OSM. Not all features are used by the default style, so you may need to add adittional rules. For a more complete source you can use the Mapzen tiles, which requires a matching stylesheet though: https://mapzen.com/documentation/vector-tiles/layers/ https://github.com/mapzen/vtm-stylesheet

mcbridet commented 8 years ago

Thanks, got it working beautifully!