From: Kaj-Michael Lang Date: Thu, 25 Oct 2007 15:46:18 +0000 (+0300) Subject: Add museum and castle node types X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bdef1ab97da9f2eb42d6744cdeabc217900c7a94;p=mapper Add museum and castle node types --- diff --git a/src/osm.h b/src/osm.h index 1b5ccd6..a4efefb 100644 --- a/src/osm.h +++ b/src/osm.h @@ -91,6 +91,9 @@ typedef enum { NODE_AMENITY_TOWNHALL=325, NODE_TOURISM_ATTRACTION=330, + NODE_HISTORIC_MUSEUM=340, + NODE_HISTORIC_CASTLE=341, + /* Sport */ NODE_SPORT_CENTER=400, NODE_SPORT_STADIUM=401,