diff options
author | Konstantin Käfer <mail@kkaefer.com> | 2014-05-15 14:27:04 +0200 |
---|---|---|
committer | Konstantin Käfer <mail@kkaefer.com> | 2014-05-15 14:27:04 +0200 |
commit | 949c10782db9db1a4c4ebe7f3aeaef6568248a9a (patch) | |
tree | 890bbd2d863bf525df1e112a812d8b61cd62decd /bin | |
parent | f329685544ef77d8c59f2b1faf612f64029234fc (diff) | |
download | qtlocation-mapboxgl-949c10782db9db1a4c4ebe7f3aeaef6568248a9a.tar.gz |
remove poi translation
Diffstat (limited to 'bin')
-rw-r--r-- | bin/style.js | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/bin/style.js b/bin/style.js index fa0e915f79..4bd98db8db 100644 --- a/bin/style.js +++ b/bin/style.js @@ -586,10 +586,7 @@ module.exports = { "rail": "#bbb", "text": "#334", "marine_text": "#8dbeed", - "maki": "#666", - "point_translate": [ - 0, -30 - ] + "maki": "#666" }, "structure": [{ "name": "background", @@ -2016,52 +2013,42 @@ module.exports = { "poi_airport": { "color": "maki", "image": "airport-12", - "translate": "point_translate", }, "poi_restaurant": { "color": "maki", "image": "restaurant-12", - "translate": "point_translate", }, "poi_bus": { "color": "maki", "image": "bus-12", - "translate": "point_translate", }, "poi_rail": { "color": "maki", "image": "rail-12", - "translate": "point_translate", }, "poi_fire_station": { "color": "maki", "image": "fire-station-12", - "translate": "point_translate", }, "poi_park": { "color": "maki", "image": "park-12", - "translate": "point_translate", }, "poi_hospital": { "color": "maki", "image": "hospital-12", - "translate": "point_translate", }, "poi_playground": { "color": "maki", "image": "playground-12", - "translate": "point_translate", }, "poi_cafe": { "color": "maki", "image": "cafe-12", - "translate": "point_translate", }, "poi_beer": { "color": "maki", "image": "beer-12", - "translate": "point_translate", }, "satellite": { "type": "raster", |