User:Waldhans/Heritage

From OpenStreetMap Wiki
Jump to navigation Jump to search

Nordkanal

tag as historic site, analog to Fossa Eugeniana; started, since the feature Nordkanal is missing in OSM!

Relation Type Header text
2073135 Fahrrad network=ncn
ref=Nk
route=bicycle
type =route
1853712 Waterway type=waterway
waterway=canal
5269811 Site historic=archaeological_site
historic:civilization=french
site_type=canal
type=site

Overpass query:

[out:json]
[timeout:25]
;
(
  relation
    ["name"~"Nordkanal"]
    (51.07591977545679,5.986175537109375,51.55145890537641,6.832122802734375);
);
out body;
>;
out skel qt;

Heritage and History Objects

  • many different tagging schemes
  • differ between historical (allgemein geschichtlich) and heritage (Denkmalschutz)
  • compared with UK, no hierarchical heritage classification in Germany
  • tag heritage only to the object itself. If the house is heritage, tag the data to the outline only!

Important: we should try to agree to ONE tagging schema in our small community!

special page on Stations of the Cross (Kreuzwege)

Außerdem ist historic=ruins nicht mehr das empfohlene Tag für Burgruinen. Stattdessen das ganze Ruinenareal als Fläche mit historic=castle + castle_type=defensive + name=* (und evtl. tourism=attraction, damit es angezeigt wird) und die Gebäudereste ebenfalls als Flächen mit building=* (building=church für die Kirchenruine) + building:condition=*. Freistehende Mauern evtl. als barrier=wall.


Geschichtskarte

gk.historic.place map, centered on Süchteln

DE:Historical Objects Wiki home page for the Geschichtskarte

Karteneigenschaften Important: Object - Tag rule - Icon in map, zoom level

Proposed features/heritage now more specific for heritage tagging

DE:CheckTheMonuments quality control tool for historic objects

historic.place/themes/monuments/ the map, centered on Viersen

Sources

for heritage (=Denkmalschutz) in Kreis Viersen

www.limburg-bernd.de most comprehensive, still the best source.Be aware: the GPS coordinates are often very inaccurate!

wiki Liste_der_Baudenkmäler_in_Viersen my personal opinion to some pages:

  • Tönisvorst perfect example for a good wiki page
  • Brüggen: going bad
  • Viersen town: complete useless, unless you need a benchmark for your browser! perfect example for bad style / misunderstanding of a wiki;

Viersens Denkmäler website of town; LVR descriptions => source for wiki/limburg;

wikimedia Category:Cultural_heritage_monuments_in_Viersen until you have something better, choose image from wikimedia;

Tag / JOSM

I use the historic=industrial tag, it makes real sense.

as an example, following all of the rules I know, my tags for Süchtelner Propstei:

key value
building detached
heritage 8
heritage:operator UntereDenkmalbehörde
heritage:ref 038
heritage:website http://www.viersen.de/C125704A0030C552/html/1B43F47455DE5B28C1257059002F6AD7?openDocument
historic building
start_date 1797
image http://upload.wikimedia.org/wikipedia/commons/7/71/Viersen_S%C3%BCchteln_-_Propsteistra%C3%9Fe8_01_ies.jpg
name Propstei
source Kreis_Viersen_Katasteramt_2012_06

For faster editing, I stripped down the exiting preset Presets/Heritage for the Viersen area. This is work in progress, please write if you have any suggestions or question.

<?xml version="1.0" encoding="UTF-8"?>
<presets xmlns="http://josm.openstreetmap.de/tagging-preset-1.0"
      author="Gmbo / Geozeisig / wal"
      version="31-Jul-2014"
      shortdescription="Heritage properties NRW-VIE"
      de.shortdescription="Denkmaleigenschaften"
      description="Heritage properties all in one windows, stripped down for NRW-VIE"
      de.description="Demkmaleigenschaften in einem Fenster auf einen Blick, vereinfacht fuer NRW-VIE">
<!--NRW-->
  <item name="Heritage agency Nordrhein-Westfalen"
    icon="http://upload.wikimedia.org/wikipedia/commons/8/8a/Denkmalplakette_Nordrhein-Westfalen_2010.svg"
    de.name="Untere Denkmalbehörde Nordrhein-Westfalen" >
    <text key="name" text="Name" />
    <text key="old_name" text="old name" de.text="alter Name" delete_if_empty="true" />
    <space/>
    <combo key="heritage"
      values="8"
      text="Heritage Class"
      de.text="Einstufung des Denkmals"
      default="8"
      use_last_as_default="force" />
    <space/>
    <combo key="heritage:operator"
      text="Heritage operator"
      de.text="Denkmalbehörde"
      values="UntereDenkmalbehörde"
      default="UntereDenkmalbehörde"
      display_values="UntereDenkmalbehörde"
      use_last_as_default="force" />
    <text key="heritage:website"
      text="Heritage website"
      de.text="Webseite der Denkmalbeschreibung"/>
    <text key="heritage:ref"
      text="Reference number"
      de.text="Nummer in der Denkmalliste" />
    <text key="wikipedia"
      text="Wikipedia Link"
      de.text="Wikipedia Artikel (wikipedia=de:seiten name)"  />
    <space/>
    <text key="architect" text="Architect" de.text="Architekt"/>
    <text key="start_date" text="Year of construction" de.text="Baujahr"  />
    <text key="description" text="short description" de.text="kurze Beschreibung"  />
    <space/>
    <text key="image"
      text="Image-URL"
      de.text="Bild-URL aus Wikimedia" />
    <space/>
    <combo key="historic"
      text="Art of historic"
      de.text="historische Einstufung"
      values="building,heritage,archaeological_site,boundary_stone,castle,city_gate,fort,industrial,memorial,monument"
      display_values="building,heritage,archaeological site,boundary stone,castle,citygate,fort,industrial,memorial,monument"
      de.display_values="Gebäude,Denkmalgeschützte Gebäude,archäologische Fundstätte,historisch bezeichneter Grenzstein,Burg,Stadttor,Fort,Industriedenkmal,Gedenkstätte,monumentale Gedenkstätte"
       />
    <space/>
    <text key="website"
      text="website of owner"
      de.text="Webseite des Eigentümers/Vereins"/>
  </item>
</presets>