Diskussion:HowTo OpenStreetMap: Unterschied zwischen den Versionen

Aus Geoinformation HSR
Wechseln zu: Navigation, Suche
(Datenbank-orientierte Datenstruktur)
Zeile 1: Zeile 1:
=== Datenbank-orientierte Datenstruktur ===
+
== Datenbank-orientierte Datenstruktur ==
  
 
Analyse der OSM-Daten (Rapperswil, Uster) [[Benutzer:Stefan|Stefan]] 16:29, 15. Mai 2008 (CEST)
 
Analyse der OSM-Daten (Rapperswil, Uster) [[Benutzer:Stefan|Stefan]] 16:29, 15. Mai 2008 (CEST)
  
 +
=== node ===
 
System-XML-Attribute von NODEs / WAYs sind:  
 
System-XML-Attribute von NODEs / WAYs sind:  
 
   id, user, visible, timestamp
 
   id, user, visible, timestamp
Zeile 22: Zeile 23:
 
   source
 
   source
 
   tourism
 
   tourism
 +
 +
=== way ===
  
 
'Meta'-XML-Tags (OSM 'tag') für WAYs sind:
 
'Meta'-XML-Tags (OSM 'tag') für WAYs sind:
Zeile 56: Zeile 59:
 
   tunnel
 
   tunnel
 
   waterway
 
   waterway
 +
 +
=== area ===
  
 
'Meta'-XML-Tags (OSM 'tag') für AREAs sind:
 
'Meta'-XML-Tags (OSM 'tag') für AREAs sind:

Version vom 15. Mai 2008, 16:32 Uhr

Datenbank-orientierte Datenstruktur

Analyse der OSM-Daten (Rapperswil, Uster) Stefan 16:29, 15. Mai 2008 (CEST)

node

System-XML-Attribute von NODEs / WAYs sind:

 id, user, visible, timestamp

'Meta'-XML-Tags (OSM 'tag') für NODES sind:

 created_by
 ele

Weitere XML-Tags (OSM 'tag') für NODES sind:

 amenity
 highway
 historic
 is_in
 leisure
 name
 place
 population
 railway
 source
 tourism

way

'Meta'-XML-Tags (OSM 'tag') für WAYs sind:

 created_by
 ref
 source
 history
 lcn???
 ncn_ref???
 note

Weitere XML-Tags (OSM 'tag') für WAYs sind:

 amenity
 bicycle
 boat
 bridge
 building
 cycleway
 foot
 highway
 junction
 landuse
 layer
 leisure
 maxspeed
 motorcar
 name
 natural
 noexit
 oneway
 place
 railway
 sport
 tunnel
 waterway

area

'Meta'-XML-Tags (OSM 'tag') für AREAs sind:

 created_by
 ???

Weitere XML-Tags (OSM 'tag') für AREAs sind:

 ???