DaveF63

Results 28 issues of DaveF63

Hi I presume you're aware Overpass Turbo can accept co-ords on it's command line: www.overpass-turbo.eu/?C=51.47795;0.0;16 But do you know if there's a way to retrieve them after the page is...

Hi Apart from the new graphics* ... Are there any new features/fixes that users should be aware of? * Not keen on the new font used in an entity's tag...

Hi Why is this routine only displaying nodes of the way that have tags: ``` way(5703091)->.Way; node(w.Way); out center; .Way out geom; ``` While this displays all: ``` way(5703091)->.Way; node(w.Way);...

question

Hi I'm not 100% certain the is a Turbo or API problem, but it's the best way to visualise ``` [bbox:{{bbox}}]; nwr["ref:crs"][railway!=station]; out center;. ``` The above code, correctly, doesn't...

Hi I'm still learning the ropes of Javascript/Leafle/Label, so I'm unsure if this is problem or I'm doing something wrong. I'm loading a GeoJson file (available from here if you...

Hi This bike shop is still rendering even though it is tagged as 'disused:' Is the tag service:bicycle:retail really usurping other tags as claimed in this changeset comment? https://www.openstreetmap.org/way/928481652/history#map=19/51.38580/-2.35930

Hi Unsure if this is an anomaly, or I'm not understanding the code I'm trying to return all `golf=hole` ways which are in reverse direction to the direction of play....

enhancement

Hi I'm confused by this statement: > Note that area creation is subject to some extraction rules, i.e. not all ways/relations have an area counterpart (notably those that are tagged...

enhancement

Hi Is there a simple way within decorator to rotate the symbol 180 degrees so that they point in the correct direction for any relation 'roles' that are set to...

question

Hi When I click on the top right X in the 'Details' popup to exit & return to the main screen, any selection options made to the icons in the...

bug