summaryrefslogtreecommitdiff
path: root/navit/iphone/downloader/LocationsArray.plist
diff options
context:
space:
mode:
authorgeoghegan <geoghegan@ffa7fe5e-494d-0410-b361-a75ebd5db220>2011-08-09 22:02:16 +0000
committergeoghegan <geoghegan@ffa7fe5e-494d-0410-b361-a75ebd5db220>2011-08-09 22:02:16 +0000
commitc0cfc4bc18cc4bbed2f0701bcce803ff22668699 (patch)
tree7987035194cc1d8bbc8a75d99afea295a41bcd63 /navit/iphone/downloader/LocationsArray.plist
parentb122193ac4fae24c7c321490f75f8e00ae527dfc (diff)
downloadnavit-svn-c0cfc4bc18cc4bbed2f0701bcce803ff22668699.tar.gz
Add:iPhone:Initial import of the map Downloader. These are, mainly, skeleton files needed by Xcode as well as fancy GUI elements
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@4676 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'navit/iphone/downloader/LocationsArray.plist')
-rw-r--r--navit/iphone/downloader/LocationsArray.plist36
1 files changed, 36 insertions, 0 deletions
diff --git a/navit/iphone/downloader/LocationsArray.plist b/navit/iphone/downloader/LocationsArray.plist
new file mode 100644
index 00000000..5cf7b69d
--- /dev/null
+++ b/navit/iphone/downloader/LocationsArray.plist
@@ -0,0 +1,36 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<array>
+ <dict>
+ <key>bbox</key>
+ <string>-180,-90,180,90</string>
+ <key>name</key>
+ <string>Whole Planet</string>
+ </dict>
+ <dict>
+ <key>bbox</key>
+ <string>-12.97,33.59,34.15,72.10</string>
+ <key>name</key>
+ <string>Europe</string>
+ </dict>
+ <dict>
+ <key>bbox</key>
+ <string>-17.6,34.5,42.9,70.9</string>
+ <key>name</key>
+ <string>Western Europe</string>
+ </dict>
+ <dict>
+ <key>bbox</key>
+ <string>-11.17,51.25,-5.23,55.9</string>
+ <key>name</key>
+ <string>Ireland</string>
+ </dict>
+ <dict>
+ <key>bbox</key>
+ <string>5.18,46.84,15.47,55.64</string>
+ <key>name</key>
+ <string>Germany</string>
+ </dict>
+</array>
+</plist>