Skip to content

Is there any way that I can export all informations of edge ids from all tiles? #4713

Discussion options

You must be logged in to vote

did you build them in the same tileset or separate? if they are separate just run the application with whichever tileset you want to get edges from. if they are combined into a single tileset then you'll need to add code to decide if an edge is within your target area or not. to do that there are varying degrees of exactness. you could simply check if the begin or end node lat lon is in your lat lon bounding box, or you could check if any shape point on the edge is within your lat lon boundign box or you could actually intersect each segment of the shape with the bounding boxes edges or you could do that but take care that they are actually geodesics so you need to intersect arcs rather t…

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@kevinkreiser
Comment options

@mushabtinumbang
Comment options

@mushabtinumbang
Comment options

@kevinkreiser
Comment options

Answer selected by mushabtinumbang
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants