Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Render subway stations #108

Open
hiddewie opened this issue Sep 21, 2024 · 2 comments
Open

Render subway stations #108

hiddewie opened this issue Sep 21, 2024 · 2 comments

Comments

@hiddewie
Copy link
Owner

hiddewie commented Sep 21, 2024

Render subway station nodes, the names and the entrances

Also see e.g. https://www.mapcontrib.xyz/t/fe7ce8-Sorties_de_metro#position/15/48.8534985/2.3444695 which groups subway stations together with a buffer into a single station. Buffer the points, and take the convex hull.

hiddewie added a commit that referenced this issue Sep 21, 2024
Part of #79


Requires full re-import

General railway amenities:
- [x] water tower
- [ ] subway entrance
#108
- [x] derailer
- [x] buffer stop
- [ ] landuse railway
- [ ] render border / operator boundary names / refs
- [x] crossing box
- [x] block post
- [x] fuel station
- [x] water crane
- [x] coaling_facility
- [x] sand_store
- [x] waste_disposal
- [x] compressed_air_supply
- [x] preheating
- [x] wash
- [x] loading_gauge
- [x] hump yard
- [ ] engine shed
- [ ] workshop
- [x] defect_detector
- [x] aei
- [x] traverser
- [ ] loading_rack
- [ ] loading_ramp
- [ ] loading_tower
- [ ] unloading_hole
- [ ] car_dumper
- [ ] track_scale
- [ ] carrier_truck_pit
- [ ] gauge_conversion
- [ ] car_shuttle
- [ ] rolling_highway
- [ ] ferry and ferry terminal

Elecrical
- [ ] power catenary_mast
- [ ] power catenary_portal 
- [ ] railway line: railway:main_switch_off=yes, and
railway:lower_pantograph_section=yes
- [ ] power_supply
- [ ] railway:electricity = joint
- [ ] isolated track section / Electrification system change
@hiddewie
Copy link
Owner Author

Instead of grouping by name, we might also group stations by the relation

public_transport=stop_area

which matches the station, platforms, stop positions and entrances in a big stop area.

Docs in https://wiki.openstreetmap.org/wiki/Tag:public_transport%3Dstop_area

@hiddewie
Copy link
Owner Author

Also render lightrail stations in lightrail color, not in tram color.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant