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

railroad centroids #72

Closed
missinglink opened this issue Jul 2, 2015 · 3 comments · Fixed by pelias/pbf2json#31
Closed

railroad centroids #72

missinglink opened this issue Jul 2, 2015 · 3 comments · Fixed by pelias/pbf2json#31
Assignees
Milestone

Comments

@missinglink
Copy link
Member

we should not import railways as the centroid is not necessarily anywhere near a station!

eg. http://www.openstreetmap.org/way/46340228

this gives the impression you can find a station at the centroid, which is not true.

    {
      "type": "Feature",
      "properties": {
        "marker-color": "#00ff00",
        "id": "46340228",
        "layer": "osmway",
        "name": "BMT Broadway Line",
        "alpha3": "USA",
        "admin0": "United States",
        "admin1": "New York",
        "admin1_abbr": "NY",
        "admin2": "New York County",
        "local_admin": "Manhattan",
        "locality": "New York",
        "neighborhood": "Flatiron District",
        "category": [
          "transport",
          "transport:rail"
        ],
        "address": {},
        "text": "BMT Broadway Line, Manhattan, NY"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -73.990444,
          40.743142
        ]
      }
    },
@missinglink
Copy link
Member Author

related: #19

@missinglink
Copy link
Member Author

@riordan
Copy link

riordan commented Aug 3, 2015

Perhaps the approach of incorporating the geometry's boundingbox from pelias-deprecated/quattroshapes#29 would make sense here?

@riordan riordan added the v1 label Aug 13, 2015
@riordan riordan modified the milestone: Pelias v1.0.0 Aug 13, 2015
@riordan riordan removed the on-deck label Aug 13, 2015
@dianashk dianashk modified the milestones: Importers, Pelias v1.0.0 Mar 10, 2016
michaelkirk pushed a commit to michaelkirk-pelias/openstreetmap that referenced this issue Jun 14, 2023
…-lookup-1.5.0

Update pelias-wof-admin-lookup to version 1.5.0 🚀
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

Successfully merging a pull request may close this issue.

3 participants