Diskussion:Hektarraster OSM

Aus Geoinformation HSR
Wechseln zu: Navigation, Suche

Weitere Ideen für Attribute:

  • Areas-of-Interest (AOI)
  • Building Height
  • Sightseeing: Park, Memorial, Castle (tourism).
  • Culture: Kino, Theater, Museum, Feuerstelle, Spielplatz.
  • Sports: Hallenbad, Bad/Badeanstalt, picnic_site, camp_site/caravan_site.
  • Public Buildings: Kirche, Schule, Hochschule, Verwaltung, Toilets.
  • Public Safety: Hospital, Police, Firestation.
  • Lodging (Source: https://www.mapzen.com/blog/targeted-editing-retrospective/ )
 SELECT count(*)
 FROM osm_point
 WHERE (
   tourism IN ( 'chalet', 'guest_house', 'hotel', 'hostel', 'resort' )  -- 4026
   OR leisure IN ( 'beach_resort', 'ski_resort' ) -- 4037
   OR building IN ( 'guest_house', 'hotel', 'hostel', 'resort' ) -- 4038
   OR amenity IN ( 'hotel', 'love_hotel', 'motel' ) -- 4038
 )
  • Airbnb listings of Switzerland?