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

Generate a separate crossing node when generating the crossings #6

Closed
3vivekb opened this issue Nov 16, 2017 · 3 comments
Closed

Generate a separate crossing node when generating the crossings #6

3vivekb opened this issue Nov 16, 2017 · 3 comments

Comments

@3vivekb
Copy link

3vivekb commented Nov 16, 2017

Provide an option to generate crossing nodes where the crossing intersects with the road. The node can just be a separate point.

Thus in JOSM the user can select these nodes and have them join to the segment if they are acceptable. They should have the tag highway=crossing

This shouldn't be generated for a crossing if #5 is triggered.

@nbolten
Copy link
Member

nbolten commented Nov 16, 2017

Heya! I recommend using the JOSM utilsplugin2 plugin, which lets you add nodes to crossing ways using Shift+I, and other handy stuff. That will actually require fewer keystrokes / positioning than pre-adding a node.

With that said, I envision that we'll want a souped-up import workflow at some point that enables greater automation. For example, if OSM data were read in immediately prior to starting the import, and supplied with the download, that node could be pre-created and shared by the street in the uploaded data by default.

I'm going to close this for now, but feel free to open up a new issue related to on-the-fly data integration. It's technically out of scope for this project, but could serve as a starting point for an organizational repo.

@nbolten nbolten closed this as completed Nov 16, 2017
@3vivekb
Copy link
Author

3vivekb commented Nov 16, 2017

Yo! I'm pretty familiar with utilsplugin2. We use it for the sidewalks I was trying it along with the intersections the other night. Sadly it runs into an issue (maybe there is a way around it?)

If you pick a single intersection, using i to select the intersecting roads and then Shift+i works no problem, adds a crossing node.

But what I was trying to select all the intersections that were autogenerated, and then selecting all of their intersecting ways i. Then when you hit Shift+i, it does add the intersections as expected. Unfortunately it will also grab any power lines or areas that also intersect the roads and ways selected and adds intersections to them as well. Thus it would be superhelpful if the nodes were already there and I just joined them to the road + intersection.

I don't think filters helped. Is there a way to not grab more than what we want?

@3vivekb
Copy link
Author

3vivekb commented Nov 17, 2017

Hmm. Maybe if I use JOSM in expert mode using the overpass api I can get around this error.

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

2 participants