ตราสัญลักษณ์ OpenStreetMap OpenStreetMap

Styling subway networks in Overpass Turbo

โพสต์โดย PlaneMad เมื่อ 30 พฤศจิกายน 2015 ในภาษา English

Overpass Turbo is one of my favorite OSM data tools - a simple man’s GIS.

Using the wizard, its relatively trivial to make simple queries like river to query for all the rivers from the map view.

Hidden in the cryptic query code editor is support for simple MapCSS based styling of the data.

The subway network in New Delhi (blue) and under construction (red) - View

Also try adding this piece to the query style block to display popups of all the station names

node[railway=station]{ text : name; }

Email icon Bluesky Icon Facebook Icon LinkedIn Icon Mastodon Icon Telegram Icon X Icon

การอภิปราย

ความคิดเห็นจาก joost schouppe เมื่อ 9 มีนาคม 2016 เมื่อเวลา 18:19 น.

I had no idea that was possible. How did you get the transparent big nodes to disappear on the screenshot? When I run your query, they still do appear.

Now if you were to query the data with relation[“type”=”route”][“route”=”subway”] , do you think you could feed the MapCSS with the colour tag?

ความคิดเห็นจาก PlaneMad เมื่อ 9 มีนาคม 2016 เมื่อเวลา 19:15 น.

Aha, thats a hidden setting.

Settings>Map>Don’t display small features as POIs.

Don’t think data based styling is supported :?

ความคิดเห็นจาก joost schouppe เมื่อ 10 มีนาคม 2016 เมื่อเวลา 08:40 น.

This isn’t just cool, it’s also super easy. For the project you commented on at my diary, I just created this query. Absolutely impressive stuff. Overpass-Turbo is probably THE coolest tool in the OSM toolbox.

ความคิดเห็นจาก PlaneMad เมื่อ 10 มีนาคม 2016 เมื่อเวลา 11:25 น.

Awesome! Wish there was a MapCSS setting to not display small features as POIs so everyone can see the same style.

เข้าสู่ระบบเพื่อแสดงความคิดเห็น