Skip to content

Instantly share code, notes, and snippets.

@Neogeografen
Neogeografen / manorsdk.geojson
Created August 7, 2013 18:12
716 danish manors
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Neogeografen
Neogeografen / beachnumber.geojson
Created August 8, 2013 06:43
Danish beach numbers
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Neogeografen
Neogeografen / 404hosenumer.json
Created August 11, 2013 20:22
Housenumber 404 in Denmark. Contains geo data from “© OpenStreetMap contributors"
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Neogeografen
Neogeografen / map.geojson
Created August 15, 2013 20:55
via:geojson.io
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Neogeografen
Neogeografen / voodoo.geojson
Last active December 21, 2015 18:09
Voodoo - Contains data from © OpenStreetMap contributors Licens Open Database Licence www.opendatacommons.org/licenses/odbl
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Neogeografen
Neogeografen / 242.geojson
Created August 26, 2013 21:07
242 house number - Contains data from © OpenStreetMap contributors Licens Open Database Licence www.opendatacommons.org/licenses/odbl
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Neogeografen
Neogeografen / syrienmili.geojson
Created August 27, 2013 11:44
Military areas in Syria - Contains data from © OpenStreetMap contributors Licens Open Database Licence www.opendatacommons.org/licenses/odbl
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Neogeografen
Neogeografen / cphart.geojson
Last active December 22, 2015 06:49
350 Artworks and memorials owned by Copenhagen Municipality- Contains data from data.kk.dk
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Neogeografen
Neogeografen / gate.geojson
Created September 5, 2013 08:24
Frederiksberg Municipality, Denmark Gate tag "barrier=gate" from OSM - Contains data from © OpenStreetMap contributors Licens Open Database Licence www.opendatacommons.org/licenses/odbl
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Neogeografen
Neogeografen / gist:6533893
Last active December 22, 2015 21:29
Danish examples with Overpass queries. From a danish article serie about Overpass Turbo and all it's features. Please feel free to copy and paste these queries into your own project etc. Some examples use MapCSS. The articles can be viewed here (sorry only in danish) URL http://www.microformats.dk/tag/overpass-turbo/
<!--
Søger kun efter drikkevand i Frederikssund Kommune. Mangler der nogen - så smid dem ind i OpenStreetMap
-->
{{key=amenity}}
{{value=drinking_water}}
<osm-script output="json">
<query type="area" into="boundryarea">
<has-kv k="boundary" v="administrative"/>
<has-kv k="admin_level" v="7"/>
<has-kv k="name" v="Frederikssund Kommune"/>