]> git.street.me.uk Git - andy/viking.git/commitdiff
Document previous patch and fix typo
authorGuilhem Bonnefille <guilhem.bonnefille@gmail.com>
Sat, 30 Aug 2008 15:46:18 +0000 (15:46 +0000)
committerGuilhem Bonnefille <guilhem.bonnefille@gmail.com>
Sat, 30 Aug 2008 15:46:18 +0000 (15:46 +0000)
ChangeLog
src/osm.c

index 1e7c206eab1e26c37b0ad24fdfdfcd87e0c7b68a..517be8d535d21b624c666dabcc45bec7f58dd0b1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-08-30:
+anonymous:
+       * Patch #2009666: OpenAerialMap
+
 2008-08-30:
 Rob Norris <robbieonsea@users.sourceforge.net>:
        * Fix #1952523: mode_button assertion loading old datafile
index d636388cca5708e29490c7bef82dfa89b5ea4e65..4da5f0a39560e040aa3dd769766a36ed3a1e9868 100644 (file)
--- a/src/osm.c
+++ b/src/osm.c
@@ -55,7 +55,7 @@ void osm_init () {
   maps_layer_register_type("OpenStreetMap (Maplint)", 14, &maplint_type);
 
   maps_layer_register_type("BlueMarble", 15, &bluemarble_type);
-  maps_layer_register_type("openarealmap", 20, &openarealmap_type);
+  maps_layer_register_type("OpenAerialMap", 20, &openarealmap_type);
 }
 
 /* 1 << (x) is like a 2**(x) */