1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2025-07-01 05:19:15 +02:00

Compare commits

..

223 Commits

Author SHA1 Message Date
c4b85ef493 Updated CodeQL dependencies 2024-05-22 21:05:13 +02:00
c425be3741 Code cleanup 2024-05-22 21:02:26 +02:00
09d0b281c2 Shift the levels by one, not by divide by two 2024-05-22 09:00:51 +02:00
ff25f02965 Use a better "magic" DEM data rect extension computation 2024-05-22 02:02:23 +02:00
27401d58b7 Make the DEM data borders look much better 2024-05-21 20:59:06 +02:00
da2b6661f6 Replace the compiler dependent signed right shifts with a universal version 2024-05-21 20:57:21 +02:00
de76eafdfb Missing header change... 2024-05-21 20:56:55 +02:00
19cda6fbd5 Enable inlining of the "hot" paths 2024-05-21 20:55:50 +02:00
6803ee0324 Made the code more standard conforming 2024-05-21 09:14:15 +02:00
43271d9ff8 Fixed rendering glitch 2024-05-21 08:46:29 +02:00
6bd83780cd Enable hillshading by default 2024-05-21 08:34:52 +02:00
c4d07b5f12 Prefer render quality rather than render speed 2024-05-20 21:19:26 +02:00
b28217a026 A much more accurate overlap delta value 2024-05-20 21:13:27 +02:00
1af2c130b0 Adjust hillshading parameters 2024-05-20 20:21:29 +02:00
ca0d859c6d Fixed include guard comment 2024-05-20 20:20:57 +02:00
947d2d62b3 Added DEM filtering (bluring) 2024-05-20 19:17:27 +02:00
11677f5e35 API cleanup 2024-05-20 19:10:56 +02:00
6ef6644260 Fixed DEM display glitches 2024-05-19 22:06:57 +02:00
f6f9e4146d Remove cut&paste remains 2024-05-19 19:03:49 +02:00
d1401bc302 Show the map elevation from the map DEM if available 2024-05-19 18:59:40 +02:00
488e5e1cac Fixed build on older Qt5 versions 2024-05-19 16:39:12 +02:00
ff4f3eea60 Use the map-provided DEM data for hillshading on IMG maps 2024-05-19 16:14:23 +02:00
d46ac8435e Fixed Debug build 2024-05-01 10:27:39 +02:00
15fbd6d35e Added support for TCX course points icons 2024-04-28 00:43:02 +02:00
7de180d580 Cache size limits update
Allow caches up to 4GB (usefull for 0.5' DEM tiles)
Do not allow smaller pixmap cache than 64MB (minimum for async maps to work on
4K displays is ~34MB of tile image data!)
2024-04-27 12:30:07 +02:00
bd37521ca0 Use kB in the chache size arithmetics to prevent integer overflow 2024-04-27 12:15:06 +02:00
4445976cb9 Use a more strict regular expression to match the tiles 2024-04-27 11:46:00 +02:00
76b14c23c6 Do not show local DEM tiles with unsupported file names 2024-04-27 11:42:37 +02:00
3b4376cc03 Use MacOS 12 for Qt5 builds 2024-04-25 12:06:10 +02:00
41b1ec3605 Added missing map root-XML 2024-04-24 08:26:04 +02:00
4476998333 Use the latest map format version 2024-04-24 08:25:30 +02:00
5940a2ced4 Silence clang warnings 2024-04-23 01:04:38 +02:00
33c45f845a Code cleanup 2024-04-21 00:00:24 +02:00
6f12f91cb1 Version++ 2024-04-21 00:00:09 +02:00
55de85579c Move the tables to the function where they are used 2024-04-20 19:57:52 +02:00
86f98aca42 Make it clear the tables are not modified during runtime 2024-04-20 19:50:33 +02:00
56425a3318 Always use the GPXSee icon theme on Mac and Windows 2024-04-20 16:23:23 +02:00
d045fed086 Swtch to Qt 6.7 in Windows CI builds 2024-04-19 20:19:47 +02:00
31cd65f15e Remove the zoom offset hack
Now that we are back to the map data defined tile size, it makes no sense any
more. Additionaly it crashes with world maps as zoom 0 becomes -1...
2024-04-18 20:35:31 +02:00
089ccfde71 Code cleanup 2024-04-18 20:35:05 +02:00
a0ce50e7e4 Use QVectors instead of plain arrays 2024-04-16 10:26:17 +02:00
031d82f689 Code cleanup 2024-04-16 09:17:18 +02:00
99f620f101 Fixed capitalization algorithm 2024-04-16 08:52:54 +02:00
5f3203d638 Switched the OS X Qt6 build to Qt 6.7.0 2024-04-15 00:03:09 +02:00
33cc1df601 Update to OpenSSL 3.2 2024-04-14 23:49:40 +02:00
5ef29bf827 Some more code cleanup 2024-04-14 23:32:44 +02:00
6f029d81a0 Code cleanup 2024-04-14 22:15:30 +02:00
90395a32dd Improve the capitalization algorithm 2024-04-14 17:33:49 +02:00
d4b10b091c Fit the extension placeholder into the template 2024-04-14 15:09:12 +02:00
6210d1b983 Switched back to diagonal pattern for national parks 2024-04-14 14:50:34 +02:00
5e71715f22 Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (474 of 474 strings)

Translation: GPXSee/Translations
Translate-URL: https://hosted.weblate.org/projects/gpxsee/translations/zh_Hans/
2024-04-06 18:02:00 +02:00
648f90f230 Improve FIT locations support 2024-04-03 02:30:26 +02:00
324168340b Do not blur the icons when resizing them 2024-04-03 02:18:00 +02:00
3e1bddbcfd Fixed line style combo box rendering on retina displays 2024-04-01 21:00:56 +02:00
b069d2ac3f Fixed broken error string encoding 2024-04-01 20:22:28 +02:00
9b46845568 Use the same color in the icon "alias" 2024-04-01 13:46:26 +02:00
f814d1f5a3 Use the water temperature as temperature data when no air temperature is present 2024-04-01 13:30:50 +02:00
0f05dd6ba3 Some more missing FIT course icons 2024-04-01 13:18:56 +02:00
8a069f113e Cosmetics 2024-04-01 12:37:06 +02:00
bfe31023e0 FIT course symbols instead of description 2024-04-01 12:28:50 +02:00
779f98a206 Ignore GeoJSON features with null geometries 2024-03-27 09:07:39 +01:00
a660cbd463 Version++ 2024-03-27 09:07:24 +01:00
7df3eea21a Removed unsupported Oblique Mercator projection 2024-03-23 20:59:50 +01:00
6d3eb310bc Merge branch 'origin/master' into Weblate. 2024-03-23 09:22:21 +01:00
0c7296e006 Cosmetics 2024-03-23 09:22:03 +01:00
36aacfc44e Merge branch 'origin/master' into Weblate. 2024-03-23 09:17:29 +01:00
01dfbb3706 Fixed error line reporting in CSV-based files 2024-03-23 09:16:41 +01:00
8ec895271a Merge branch 'origin/master' into Weblate. 2024-03-23 08:37:17 +01:00
e8b4105365 Some more missing PCSs 2024-03-23 08:36:57 +01:00
28fdc89346 Translated using Weblate (Ukrainian)
Currently translated at 99.3% (471 of 474 strings)

Translation: GPXSee/Translations
Translate-URL: https://hosted.weblate.org/projects/gpxsee/translations/uk/
2024-03-23 03:11:48 +01:00
86d11b9a9f Translated using Weblate (Russian)
Currently translated at 100.0% (474 of 474 strings)

Translation: GPXSee/Translations
Translate-URL: https://hosted.weblate.org/projects/gpxsee/translations/ru/
2024-03-23 03:11:48 +01:00
2eeeb965dc Added missing OziExplorer projections 2024-03-20 08:29:55 +01:00
07435a3fdc Code cleanup 2024-03-20 07:45:49 +01:00
a48b46d0fb Refactoring
Moved Projection::Method and Projection::Setup to the Conversion class
2024-03-19 22:39:42 +01:00
bd8d2267c7 Check if the conversion is valid/exists when loading the PCS entry 2024-03-19 19:12:47 +01:00
48396e254b Added missing projections definitions + removed unsupported PCSs 2024-03-19 19:11:56 +01:00
625ee42eb4 Added support for GeoJSON Coordinate Properties extension 2024-03-12 21:30:15 +01:00
5945ceaa09 Fixed debug code 2024-03-12 09:56:35 +01:00
7728dba605 Removed BOM 2024-03-12 08:58:08 +01:00
275a9a2683 Removed BOM 2024-03-12 08:56:32 +01:00
ff50ffa003 Use the CT type for geographic/projected projections distinguishing 2024-03-11 23:12:51 +01:00
026ef5854d Improved error reporting
+ code cleanup
2024-03-11 23:09:38 +01:00
501fd03511 Version++ 2024-03-11 00:57:26 +01:00
f6a14e6008 Code cleanup 2024-03-10 08:09:44 +01:00
4417b3d5e2 Properly ignore objects with null/empty GeoJSON coordinates 2024-03-10 07:46:50 +01:00
8780a40b9f Added support for arbitrary CRSs in GeoJSON files 2024-03-09 17:51:43 +01:00
b7b03c1d5a German translation update 2024-03-07 21:24:35 +01:00
2f07c51d17 Use the original data tile size for rendering to prevent grid artifacts 2024-03-07 09:30:24 +01:00
83c2a309fb Includes cleanup 2024-03-07 08:24:45 +01:00
e04abd0ed1 Merge branch 'origin/master' into Weblate. 2024-03-03 23:31:40 +01:00
468e662e4f Yet another recent files fix 2024-03-03 23:31:08 +01:00
ad915ad1a1 Merge branch 'origin/master' into Weblate. 2024-03-03 23:21:01 +01:00
3ba6d2d24f Fixed recent paths update logic 2024-03-03 23:20:25 +01:00
52b4a3a432 Merge branch 'origin/master' into Weblate. 2024-03-03 23:13:58 +01:00
d9e6c30567 Use the QAction data() for file paths rather than text()
As seen in KDE Neon, some Qt themes or distros mangle the text() by adding
automatic shortcut accelerators that break the paths for opening.
2024-03-03 23:11:48 +01:00
raf
12be6af515 Translated using Weblate (Catalan)
Currently translated at 100.0% (474 of 474 strings)

Translation: GPXSee/Translations
Translate-URL: https://hosted.weblate.org/projects/gpxsee/translations/ca/
2024-03-02 12:01:48 +01:00
20f1003ce6 Increase hillshading contrast 2024-03-01 00:37:58 +01:00
8547a3310a Merge branch 'origin/master' into Weblate. 2024-02-29 10:33:09 +01:00
0fad1a14d7 Localization cleanup 2024-02-29 10:32:35 +01:00
cfd8ff71a2 Merge branch 'origin/master' into Weblate. 2024-02-29 08:44:59 +01:00
ab25233af1 Unify the default MApsforge style hillshading level with the IMG limits 2024-02-29 08:44:15 +01:00
be3e4e3332 Merge branch 'origin/master' into Weblate. 2024-02-29 08:19:24 +01:00
19fcccb6aa Code cleanup 2024-02-29 08:19:10 +01:00
05e1395ba1 Merge branch 'origin/master' into Weblate. 2024-02-29 07:59:58 +01:00
a6b408da4a Moved demloader from data to common 2024-02-29 07:59:34 +01:00
a6a14fcdbc Merge branch 'origin/master' into Weblate. 2024-02-28 21:51:57 +01:00
7e7b4c6179 Translated using Weblate (Hungarian)
Currently translated at 100.0% (475 of 475 strings)

Translation: GPXSee/Translations
Translate-URL: https://hosted.weblate.org/projects/gpxsee/translations/hu/
2024-02-28 21:51:57 +01:00
6bfc8e1b23 Translated using Weblate (Spanish)
Currently translated at 100.0% (475 of 475 strings)

Translation: GPXSee/Translations
Translate-URL: https://hosted.weblate.org/projects/gpxsee/translations/es/
2024-02-28 21:51:57 +01:00
73d262a216 Translated using Weblate (Turkish)
Currently translated at 100.0% (475 of 475 strings)

Translation: GPXSee/Translations
Translate-URL: https://hosted.weblate.org/projects/gpxsee/translations/tr/
2024-02-28 21:51:56 +01:00
c94d7b5905 PArks/military areas style adjustement 2024-02-28 21:51:18 +01:00
666f491224 Show the DEM tiles in the same color 2024-02-28 21:50:37 +01:00
3f8dbc18a6 Merge branch 'origin/master' into Weblate. 2024-02-28 07:55:22 +01:00
112cfe6391 Enable the hillshading action only for maps that actually use it 2024-02-28 07:54:08 +01:00
136b1ded0f Merge branch 'origin/master' into Weblate. 2024-02-27 21:55:38 +01:00
f0d5a32dca Localization update 2024-02-27 21:55:13 +01:00
69c4e6d2dc Aded support for downloading hillshading DEMs 2024-02-27 21:36:16 +01:00
c33215565f Allow arbitrary HGT grid sizes 2024-02-27 21:13:12 +01:00
24133bf58c Merge branch 'origin/master' into Weblate. 2024-02-27 07:21:01 +01:00
2026036015 Do not draw IMG contour lines that have no color defined 2024-02-27 07:20:09 +01:00
7ab5f415e7 Merge branch 'origin/master' into Weblate. 2024-02-26 10:28:24 +01:00
af7696bfd7 Do the hillshading in alpha layer only 2024-02-26 10:27:58 +01:00
fdc3203682 Merge branch 'origin/master' into Weblate. 2024-02-26 09:11:01 +01:00
cc1ec7527e Translated using Weblate (Spanish)
Currently translated at 100.0% (472 of 472 strings)

Translation: GPXSee/Translations
Translate-URL: https://hosted.weblate.org/projects/gpxsee/translations/es/
2024-02-26 09:11:01 +01:00
f3bb7ada9a Split the alpha and z values 2024-02-26 09:10:38 +01:00
84f33dc5c1 Translated using Weblate (Hungarian)
Currently translated at 100.0% (472 of 472 strings)

Translation: GPXSee/Translations
Translate-URL: https://hosted.weblate.org/projects/gpxsee/translations/hu/
2024-02-24 09:01:59 +01:00
98a8f4119a Translated using Weblate (Turkish)
Currently translated at 100.0% (472 of 472 strings)

Translation: GPXSee/Translations
Translate-URL: https://hosted.weblate.org/projects/gpxsee/translations/tr/
2024-02-24 09:01:59 +01:00
39ba47bb28 Translated using Weblate (Swedish)
Currently translated at 100.0% (472 of 472 strings)

Translation: GPXSee/Translations
Translate-URL: https://hosted.weblate.org/projects/gpxsee/translations/sv/
2024-02-24 09:01:58 +01:00
6ccfe0eb21 Raster tile APIs unification/cleanup 2024-02-23 09:45:41 +01:00
d42c6831df Fixed debug code 2024-02-23 09:25:41 +01:00
dc0178279d Localization update 2024-02-23 08:21:38 +01:00
e0ff4529b6 Code cleanup 2024-02-23 08:15:13 +01:00
f7a81cafd5 Move the DEM sources to the common folder now that we use them in map/data 2024-02-22 21:34:34 +01:00
108e68c7c9 Prevent zoom change due to float computations errors 2024-02-22 21:23:37 +01:00
f1fd4f8bc9 Code cleanup 2024-02-22 21:14:49 +01:00
d8f7089450 Code cleanup 2024-02-21 18:54:27 +01:00
3f6eca7404 Do as much as possible in parallel 2024-02-21 18:40:28 +01:00
ed11bbd730 Code cleanup 2024-02-21 18:39:21 +01:00
54e185ed4a Disable hillshading by default 2024-02-21 08:59:39 +01:00
cf86fb7557 Added hillshading to vector maps 2024-02-21 08:49:09 +01:00
f21a155f79 Do not pretend Matrix can have bigger indexes than int 2024-02-19 22:06:18 +01:00
26d2403fc0 Code cleanup 2024-02-18 15:05:54 +01:00
334f191fb4 Improved debug code 2024-02-18 11:29:51 +01:00
0a281f8ca8 Fixed broken ENC atlases names (center locations) 2024-02-18 07:38:46 +01:00
32262e7c46 Added missing reference 2024-02-17 16:28:09 +01:00
88b458e959 Use QVector as the data container in Matrix 2024-02-17 11:54:07 +01:00
516a944859 Version++ 2024-02-17 11:53:34 +01:00
cdb2fd0284 Fixed indent 2024-02-12 23:17:30 +01:00
7c099b8f66 Added building=fire_station rendering 2024-02-12 22:39:15 +01:00
ea29155463 Code cleanup 2024-02-12 22:38:42 +01:00
ba2fd6d2e2 Reload the ENC style on device pixel ratio changes 2024-02-12 10:02:19 +01:00
c4b1671fec Added missing cleanup 2024-02-11 23:46:00 +01:00
65fac30780 Always use the core5compat module for code page transformations on Android 2024-02-11 18:19:54 +01:00
7bcd5f63bc Downscale HiDPI images rather than upscale the standard versions 2024-02-11 16:47:32 +01:00
3b3f06cec8 Silenced some more clazy warnings 2024-02-09 09:46:49 +01:00
268ec1050b Fixed highway line 2024-02-09 08:23:52 +01:00
d214819298 Silenced clazy warnings 2024-02-09 02:29:51 +01:00
2073be193f Add TIFF support to the Mac Qt6 build 2024-02-09 01:24:27 +01:00
52e0d921da Some more IMG POI icons additions + fixes 2024-02-08 22:12:00 +01:00
9464bbc13f Use a better high/low speed ramps style 2024-02-08 01:03:07 +01:00
4e7c6e39aa Improved bitmap lines drawing 2024-02-07 22:10:40 +01:00
96b602bf14 Use a railway line color that fits the ENC style 2024-02-06 23:44:18 +01:00
f7f680b93e Fixed multiple HiDPI map render issues 2024-02-06 22:37:01 +01:00
fe70b31212 Use SVG Maki icos instead of PNGs 2024-02-06 22:36:28 +01:00
a3bac33bf4 Use a more accurate and faster top left xy coordinate computation 2024-02-04 17:42:36 +01:00
e726a45dcf Use the latest actions versions 2024-02-03 18:32:53 +01:00
713566054d Build the Android version on Ubuntu 22.04 2024-02-03 18:22:41 +01:00
e6f9f5fba9 Version++ 2024-02-03 16:44:55 +01:00
d61528c33f Do the OpenGL initialization before QApplication is created 2024-02-03 16:41:38 +01:00
5eb0dfc9b1 Make it more clear that we return NULL 2024-01-23 21:39:28 +01:00
436cf0d14c Qt5 compatability module is not needed anymore 2024-01-21 18:44:42 +01:00
0e83bd89d1 Use Qt 6.6.1 for the Mac OS Qt6 CI build 2024-01-21 18:26:11 +01:00
536d12469a Use the canonical file name also for the "already open" check 2024-01-21 17:50:56 +01:00
c9f44506e7 Fixed minimal Windows version check for Qt6 builds 2024-01-21 16:04:59 +01:00
bc4bffdfe7 Fixed NSIS command line parameters 2024-01-21 12:26:04 +01:00
eda35b6762 Made the Windows installer more modular
Enable separately selecting the Qt6, OpenSSL or ANGLE options.
Added ICU option for Qt builds with ICU enabled/required.
2024-01-21 12:01:27 +01:00
b05e7b15fe Use ISO-8859-1 as the fallback encoding rather than UTF-8 2024-01-19 09:56:56 +01:00
ed2fc0c627 Fixed missing sdkmanager in path 2024-01-18 22:39:56 +01:00
60f58592b2 Try to use older cmdline-tools 2024-01-18 22:37:08 +01:00
80abb6f604 Trying to fix the android CI build... 2024-01-18 22:27:57 +01:00
19c4aa1c34 Try another Java 11 version instead of the now broken azul build 2024-01-18 22:15:48 +01:00
578045108f Removed now unused Qt5 compatability module 2024-01-18 22:13:54 +01:00
796c2e7eaf Removed unused header include 2024-01-18 22:13:05 +01:00
c08d3b7159 Fixed indent 2024-01-18 22:12:23 +01:00
7f7de87e99 Drop Qt5Compat dependency
Use QStringConverter instead of QTextCodec on Qt > 6.5.
Qt6 builds now require Qt build with ICU support for the non-UTF encodings to
work!
2024-01-18 10:04:38 +01:00
9cacf1906e Do not duplicate the same paths in the "open recent" menu 2024-01-18 09:53:50 +01:00
cedca8725b Supress windows build warnings 2024-01-18 09:52:22 +01:00
c493f8cf16 Make the popup layout more resistant to broken HTML content 2024-01-17 08:57:08 +01:00
866b2c27ca Consistently initialize all stuff in constructor 2024-01-05 00:20:05 +01:00
07614a8f74 Added missing header includes 2024-01-04 18:53:43 +01:00
bc7d965a49 Version++ 2024-01-02 22:05:56 +01:00
e383a35c65 Year++ in copyright notices 2024-01-02 22:04:30 +01:00
6b4990a204 Fixed error handling 2024-01-02 19:11:04 +01:00
7a7a331b58 The codec is always set when reading the GPI header 2024-01-02 09:48:13 +01:00
a1e10c395a Some more code cleanup 2024-01-01 13:02:42 +01:00
c97561add4 Code cleanup 2024-01-01 10:58:23 +01:00
d994fae4ce Fixed the change that has broken non-TAR maps
Do not fail on the first image read error - there may be files with a "_%u_%u."
file name match that are not image tiles.
2024-01-01 10:48:16 +01:00
789606cf86 Silenced some more clazy warnings 2023-12-31 13:57:43 +01:00
542b3e920e Fixed read error check 2023-12-31 13:24:36 +01:00
0248ecb254 Improved tile file check 2023-12-31 13:20:04 +01:00
acc9d07a22 Properly associate .gmi files 2023-12-31 10:48:26 +01:00
7860ce8acc Use the info we already have for calibration file type distinction 2023-12-31 10:05:02 +01:00
2541797e7d Improved error reporting 2023-12-31 01:12:46 +01:00
e13d6dfc4b Fixed broken image dimensions checks 2023-12-29 18:01:28 +01:00
9e1e960c93 Use a file name that allows QFileInfo::completeSuffix() to match 2023-12-27 22:41:56 +01:00
d18537733f Added mtbmap.cz as replacement for 4Umaps
While having a much lower topographic quality than 4Umaps, there is apparently
no other freely accessible map with the same MTB/hiking info out there. So let's
provide at least what we have...
2023-12-27 22:17:35 +01:00
c6a37594ae Code cleanup 2023-12-27 15:26:39 +01:00
bcfd51276f Use QNetworkRequest::setTransferTimeout where available 2023-12-27 15:12:53 +01:00
aed09a0e6a Android build fix no.3 2023-12-27 00:33:49 +01:00
867b70d159 Android build fix #2 2023-12-26 21:00:27 +01:00
0b05079a49 Fixed Android build 2023-12-26 20:52:58 +01:00
ca71eb9d93 Header includes cleanup 2023-12-26 20:46:52 +01:00
4a82055867 Some more code cleanup 2023-12-26 20:05:38 +01:00
f9b4cd991f Removed 4Umaps from the default map sources
4Umaps are most probably dead:
https://sourceforge.net/p/mobac/forum/general/thread/106784dc1d/
2023-12-26 14:38:03 +01:00
14dc2af877 Code cleanup 2023-12-26 14:14:08 +01:00
9380f31022 Code cleanup 2023-12-25 11:12:52 +01:00
5f76427ba4 Code cleanup 2023-12-25 10:49:50 +01:00
d4b731aeaf Use MIB numbers for QTextCodec fetching
Discard the "broken name cache" workaround and use QTextCodec search based
on MIB numbers.
2023-12-22 09:32:47 +01:00
3d27b4ea00 The codec is always set in load(), use the default constructor 2023-12-21 17:27:27 +01:00
502a7b4129 Do not have a separate class/file for ENC style retrieving, move
the stuff to the ENC raster tile constructor
2023-12-21 16:57:11 +01:00
6f32c73684 Added infinitive recursion assert 2023-12-21 16:55:42 +01:00
829d85a70a Optimize TextCodec initialization
QTextCodec initialization is very slow due to it's broken caching in Qt when
ICU is enabled. Make TetCodec initialize fast anyway as it may be used very
often in IMG maps (every LBL subfile has it's own codec!).
2023-12-21 01:31:44 +01:00
e05c2e0383 Version++ 2023-12-21 01:15:12 +01:00
bff27df10c Fixed race conditions on local static data 2023-12-21 01:13:36 +01:00
396 changed files with 9864 additions and 6532 deletions

View File

@ -1,4 +1,4 @@
version: 13.13.{build}
version: 13.20.{build}
configuration:
- Release
@ -11,11 +11,10 @@ environment:
matrix:
- QTDIR: C:\Qt\5.15\msvc2019_64
OPENSSLDIR: C:\OpenSSL-v111-Win64\bin
OPENSSLVERSION: 1_1
- QTDIR: C:\Qt\6.5\msvc2019_64
OPENSSLDIR: C:\OpenSSL-v30-Win64\bin
OPENSSLVERSION: 3
NSISDEF: /DQT6
NSISDEF: /DOPENSSL /DANGLE
- QTDIR: C:\Qt\6.7\msvc2019_64
OPENSSLDIR: C:\OpenSSL-v32-Win64\bin
NSISDEF: /DQT6 /DOPENSSL
install:
- cmd: |-
@ -37,8 +36,8 @@ build_script:
xcopy lang\*.qm installer\translations\ /sy
xcopy icons\symbols installer\symbols /i
copy licence.txt installer
copy %OPENSSLDIR%\libcrypto-%OPENSSLVERSION%-x64.dll installer
copy %OPENSSLDIR%\libssl-%OPENSSLVERSION%-x64.dll installer
copy %OPENSSLDIR%\libcrypto-*-x64.dll installer
copy %OPENSSLDIR%\libssl-*-x64.dll installer
makensis.exe %NSISDEF% installer\gpxsee64.nsi

View File

@ -8,21 +8,21 @@ on:
jobs:
build:
name: GPXSee
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: set up JDK 11
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: 'zulu'
distribution: 'temurin'
java-version: '11'
- name: Setup Android SDK
uses: android-actions/setup-android@v2
- name: Run sdkmanager update
run: ${ANDROID_HOME}/tools/bin/sdkmanager --update
- name: Install android platform, platform-tools, build-tools and ndk
run: ${ANDROID_HOME}/tools/bin/sdkmanager --install "cmdline-tools;latest" "platform-tools" "platforms;android-33" "build-tools;33.0.0" "ndk;23.1.7779620"
uses: android-actions/setup-android@v3
with:
cmdline-tools-version: 9862592
- name: Install android platform, build-tools and ndk
run: ${ANDROID_HOME}/cmdline-tools/latest/bin/sdkmanager --install "platforms;android-33" "build-tools;33.0.0" "ndk;23.1.7779620"
- name: Setup NDK path
run: echo "ANDROID_NDK_ROOT=${ANDROID_HOME}/ndk/23.1.7779620/" >> $GITHUB_ENV
- name: Install Qt (Desktop)
@ -47,7 +47,7 @@ jobs:
- name: Build project
run: make -j2 apk
- name: Upload artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: GPXSee-arm64_v8a.apk
path: android-build/build/outputs/apk/debug/android-build-debug.apk

View File

@ -18,7 +18,7 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Install dependencies
run: |
@ -26,7 +26,7 @@ jobs:
sudo apt-get install qtbase5-dev qtbase5-private-dev qtbase5-dev-tools qt5-qmake qttools5-dev-tools libqt5opengl5-dev qtpositioning5-dev libqt5svg5-dev libqt5serialport5-dev
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a config file.
@ -37,9 +37,9 @@ jobs:
# queries: security-extended,security-and-quality
- name: Autobuild
uses: github/codeql-action/autobuild@v2
uses: github/codeql-action/autobuild@v3
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
uses: github/codeql-action/analyze@v3
with:
category: "/language:${{matrix.language}}"

View File

@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Install dependencies
run: |
sudo apt-get update

View File

@ -8,10 +8,10 @@ on:
jobs:
qt5:
name: GPXSee Qt5 build
runs-on: macos-latest
runs-on: macos-12
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Install Qt
uses: jurplel/install-qt-action@v3
with:
@ -25,7 +25,7 @@ jobs:
- name: Create DMG
run: macdeployqt GPXSee.app -dmg -appstore-compliant
- name: Upload artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: GPXSee-qt5.dmg
path: GPXSee.dmg
@ -35,12 +35,12 @@ jobs:
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Install Qt
uses: jurplel/install-qt-action@v3
with:
version: '6.5.1'
modules: qtpositioning qt5compat qtserialport
version: '6.7.0'
modules: qtpositioning qtserialport qtimageformats
- name: Create localization
run: lrelease gpxsee.pro
- name: Configure build
@ -50,7 +50,7 @@ jobs:
- name: Create DMG
run: macdeployqt GPXSee.app -dmg -appstore-compliant
- name: Upload artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: GPXSee-qt6.dmg
path: GPXSee.dmg

View File

@ -2116,7 +2116,6 @@ UCS-2000 / Ukraine TM zone 12,6386,5561,6379
UCS-2000 / Ukraine TM zone 13,6387,5561,6380
Cayman Islands National Grid 2011,6391,6135,6390
NAD83(2011) / Alaska Albers,6393,6318,15021
NAD83(2011) / Alaska zone 1,6394,6318,15031
NAD83(2011) / Alaska zone 2,6395,6318,15032
NAD83(2011) / Alaska zone 3,6396,6318,15033
NAD83(2011) / Alaska zone 4,6397,6318,15034
@ -2219,7 +2218,6 @@ NAD83(2011) / Michigan Central,6493,6318,12142
NAD83(2011) / Michigan Central (ft),6494,6318,15334
NAD83(2011) / Michigan North,6495,6318,12141
NAD83(2011) / Michigan North (ft),6496,6318,15333
NAD83(2011) / Michigan Oblique Mercator,6497,6318,12150
NAD83(2011) / Michigan South,6498,6318,12143
NAD83(2011) / Michigan South (ft),6499,6318,15335
NAD83(2011) / Minnesota Central,6500,6318,12232
@ -2378,8 +2376,6 @@ NAD83(2011) / Oregon Canyonville-Grants Pass zone (m),6802,6318,6749
NAD83(2011) / Oregon Canyonville-Grants Pass zone (ft),6803,6318,6750
NAD83(2011) / Oregon Columbia River East zone (m),6806,6318,6751
NAD83(2011) / Oregon Columbia River East zone (ft),6807,6318,6752
NAD83(2011) / Oregon Columbia River West zone (m),6810,6318,6753
NAD83(2011) / Oregon Columbia River West zone (ft),6811,6318,6754
NAD83(2011) / Oregon Cottage Grove-Canyonville zone (m),6814,6318,6755
NAD83(2011) / Oregon Cottage Grove-Canyonville zone (ft),6815,6318,6756
NAD83(2011) / Oregon Dufur-Madras zone (m),6818,6318,6757
@ -2394,8 +2390,6 @@ NAD83(2011) / Oregon La Grande zone (m),6834,6318,6765
NAD83(2011) / Oregon La Grande zone (ft),6835,6318,6766
NAD83(2011) / Oregon Ontario zone (m),6838,6318,6767
NAD83(2011) / Oregon Ontario zone (ft),6839,6318,6768
NAD83(2011) / Oregon Coast zone (m),6842,6318,6769
NAD83(2011) / Oregon Coast zone (ft),6843,6318,6770
NAD83(2011) / Oregon Pendleton zone (m),6846,6318,6771
NAD83(2011) / Oregon Pendleton zone (ft),6847,6318,6772
NAD83(2011) / Oregon Pendleton-La Grande zone (m),6850,6318,6773
@ -2754,7 +2748,6 @@ NAD27 / MTM zone 10,7991,4267,17710
Malongo 1987 / UTM zone 33S,7992,4259,16133
WGS 84 / TM Zone 20N (ftUS),8035,4326,8033
WGS 84 / TM Zone 21N (ftUS),8036,4326,8034
NAD83(2011) / PCCS zone 1 (ft),8065,6318,8061
NAD83(2011) / PCCS zone 2 (ft),8066,6318,8062
NAD83(2011) / PCCS zone 3 (ft),8067,6318,8063
NAD83(2011) / PCCS zone 4 (ft),8068,6318,8064
@ -2963,7 +2956,6 @@ Pulkovo 1995 / Gauss-Kruger zone 29,20029,4200,16229
Pulkovo 1995 / Gauss-Kruger zone 30,20030,4200,16230
Pulkovo 1995 / Gauss-Kruger zone 31,20031,4200,16231
Pulkovo 1995 / Gauss-Kruger zone 32,20032,4200,16232
NAD83(2011) / Amtrak NECCS21 (ft),20050,6318,10148
Pulkovo 1995 / Gauss-Kruger 4N,20064,4200,16304
Pulkovo 1995 / Gauss-Kruger 5N,20065,4200,16305
Pulkovo 1995 / Gauss-Kruger 6N,20066,4200,16306

1 Antigua 1943 / British West Indies Grid 2001 4601 19942
2116 UCS-2000 / Ukraine TM zone 13 6387 5561 6380
2117 Cayman Islands National Grid 2011 6391 6135 6390
2118 NAD83(2011) / Alaska Albers 6393 6318 15021
NAD83(2011) / Alaska zone 1 6394 6318 15031
2119 NAD83(2011) / Alaska zone 2 6395 6318 15032
2120 NAD83(2011) / Alaska zone 3 6396 6318 15033
2121 NAD83(2011) / Alaska zone 4 6397 6318 15034
2218 NAD83(2011) / Michigan Central (ft) 6494 6318 15334
2219 NAD83(2011) / Michigan North 6495 6318 12141
2220 NAD83(2011) / Michigan North (ft) 6496 6318 15333
NAD83(2011) / Michigan Oblique Mercator 6497 6318 12150
2221 NAD83(2011) / Michigan South 6498 6318 12143
2222 NAD83(2011) / Michigan South (ft) 6499 6318 15335
2223 NAD83(2011) / Minnesota Central 6500 6318 12232
2376 NAD83(2011) / Oregon Canyonville-Grants Pass zone (ft) 6803 6318 6750
2377 NAD83(2011) / Oregon Columbia River East zone (m) 6806 6318 6751
2378 NAD83(2011) / Oregon Columbia River East zone (ft) 6807 6318 6752
NAD83(2011) / Oregon Columbia River West zone (m) 6810 6318 6753
NAD83(2011) / Oregon Columbia River West zone (ft) 6811 6318 6754
2379 NAD83(2011) / Oregon Cottage Grove-Canyonville zone (m) 6814 6318 6755
2380 NAD83(2011) / Oregon Cottage Grove-Canyonville zone (ft) 6815 6318 6756
2381 NAD83(2011) / Oregon Dufur-Madras zone (m) 6818 6318 6757
2390 NAD83(2011) / Oregon La Grande zone (ft) 6835 6318 6766
2391 NAD83(2011) / Oregon Ontario zone (m) 6838 6318 6767
2392 NAD83(2011) / Oregon Ontario zone (ft) 6839 6318 6768
NAD83(2011) / Oregon Coast zone (m) 6842 6318 6769
NAD83(2011) / Oregon Coast zone (ft) 6843 6318 6770
2393 NAD83(2011) / Oregon Pendleton zone (m) 6846 6318 6771
2394 NAD83(2011) / Oregon Pendleton zone (ft) 6847 6318 6772
2395 NAD83(2011) / Oregon Pendleton-La Grande zone (m) 6850 6318 6773
2748 Malongo 1987 / UTM zone 33S 7992 4259 16133
2749 WGS 84 / TM Zone 20N (ftUS) 8035 4326 8033
2750 WGS 84 / TM Zone 21N (ftUS) 8036 4326 8034
NAD83(2011) / PCCS zone 1 (ft) 8065 6318 8061
2751 NAD83(2011) / PCCS zone 2 (ft) 8066 6318 8062
2752 NAD83(2011) / PCCS zone 3 (ft) 8067 6318 8063
2753 NAD83(2011) / PCCS zone 4 (ft) 8068 6318 8064
2956 Pulkovo 1995 / Gauss-Kruger zone 30 20030 4200 16230
2957 Pulkovo 1995 / Gauss-Kruger zone 31 20031 4200 16231
2958 Pulkovo 1995 / Gauss-Kruger zone 32 20032 4200 16232
NAD83(2011) / Amtrak NECCS21 (ft) 20050 6318 10148
2959 Pulkovo 1995 / Gauss-Kruger 4N 20064 4200 16304
2960 Pulkovo 1995 / Gauss-Kruger 5N 20065 4200 16305
2961 Pulkovo 1995 / Gauss-Kruger 6N 20066 4200 16306

View File

@ -283,6 +283,42 @@ Map Grid of Australia zone 44,6728,9001,9807,4400,8801,0,9102,8802,81,9102,8805,
Map Grid of Australia zone 46,6729,9001,9807,4400,8801,0,9102,8802,93,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
Map Grid of Australia zone 47,6730,9001,9807,4400,8801,0,9102,8802,99,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
Map Grid of Australia zone 59,6731,9001,9807,4400,8801,0,9102,8802,171,9102,8805,0.9996,9201,8806,500000,9001,8807,10000000,9001,,,,,,
Oregon Baker zone (meter),6741,9001,9807,4499,8801,44.3,9110,8802,-117.5,9110,8805,1.00016,9201,8806,40000.0,9001,8807,0.0,9001,,,,,,
Oregon Baker zone (international foot),6742,9002,9807,4495,8801,44.3,9110,8802,-117.5,9110,8805,1.00016,9201,8806,131233.5958,9002,8807,0.0,9002,,,,,,
Oregon Bend-Klamath Falls zone (meter),6743,9001,9807,4499,8801,41.45,9110,8802,-121.45,9110,8805,1.0002,9201,8806,80000.0,9001,8807,0.0,9001,,,,,,
Oregon Bend-Klamath Falls zone (international foot),6744,9002,9807,4495,8801,41.45,9110,8802,-121.45,9110,8805,1.0002,9201,8806,262467.1916,9002,8807,0.0,9002,,,,,,
Oregon Bend-Redmond-Prineville zone (meter),6745,9001,9801,4499,8801,44.4,9110,8802,-121.15,9110,8805,1.00012,9201,8806,80000.0,9001,8807,130000.0,9001,,,,,,
Oregon Bend-Redmond-Prineville zone (international foot),6746,9002,9801,4495,8801,44.4,9110,8802,-121.15,9110,8805,1.00012,9201,8806,262467.1916,9002,8807,426509.1864,9002,,,,,,
Oregon Bend-Burns zone (meter),6747,9001,9801,4499,8801,43.4,9110,8802,-119.45,9110,8805,1.0002,9201,8806,120000.0,9001,8807,60000.0,9001,,,,,,
Oregon Bend-Burns zone (international foot),6748,9002,9801,4495,8801,43.4,9110,8802,-119.45,9110,8805,1.0002,9201,8806,393700.7874,9002,8807,196850.3937,9002,,,,,,
Oregon Canyonville-Grants Pass zone (meter),6749,9001,9807,4499,8801,42.3,9110,8802,-123.2,9110,8805,1.00007,9201,8806,40000.0,9001,8807,0.0,9001,,,,,,
Oregon Canyonville-Grants Pass zone (international foot),6750,9002,9807,4495,8801,42.3,9110,8802,-123.2,9110,8805,1.00007,9201,8806,131233.5958,9002,8807,0.0,9002,,,,,,
Oregon Columbia River East zone (meter),6751,9001,9801,4499,8801,45.4,9110,8802,-120.3,9110,8805,1.000008,9201,8806,150000.0,9001,8807,30000.0,9001,,,,,,
Oregon Columbia River East zone (international foot),6752,9002,9801,4495,8801,45.4,9110,8802,-120.3,9110,8805,1.000008,9201,8806,492125.9843,9002,8807,98425.1969,9002,,,,,,
Oregon Cottage Grove-Canyonville zone (meter),6755,9001,9807,4499,8801,42.5,9110,8802,-123.2,9110,8805,1.000023,9201,8806,50000.0,9001,8807,0.0,9001,,,,,,
Oregon Cottage Grove-Canyonville zone (international foot),6756,9002,9807,4495,8801,42.5,9110,8802,-123.2,9110,8805,1.000023,9201,8806,164041.9948,9002,8807,0.0,9002,,,,,,
Oregon Dufur-Madras zone (meter),6757,9001,9807,4499,8801,44.3,9110,8802,-121.0,9110,8805,1.00011,9201,8806,80000.0,9001,8807,0.0,9001,,,,,,
Oregon Dufur-Madras zone (international foot),6758,9002,9807,4495,8801,44.3,9110,8802,-121.0,9110,8805,1.00011,9201,8806,262467.1916,9002,8807,0.0,9002,,,,,,
Oregon Eugene zone (meter),6759,9001,9807,4499,8801,43.45,9110,8802,-123.1,9110,8805,1.000015,9201,8806,50000.0,9001,8807,0.0,9001,,,,,,
Oregon Eugene zone (international foot),6760,9002,9807,4495,8801,43.45,9110,8802,-123.1,9110,8805,1.000015,9201,8806,164041.9948,9002,8807,0.0,9002,,,,,,
Oregon Grants Pass-Ashland zone (meter),6761,9001,9807,4499,8801,41.45,9110,8802,-123.2,9110,8805,1.000043,9201,8806,50000.0,9001,8807,0.0,9001,,,,,,
Oregon Grants Pass-Ashland zone (international foot),6762,9002,9807,4495,8801,41.45,9110,8802,-123.2,9110,8805,1.000043,9201,8806,164041.9948,9002,8807,0.0,9002,,,,,,
Oregon Gresham-Warm Springs zone (meter),6763,9001,9807,4499,8801,45.0,9110,8802,-122.2,9110,8805,1.00005,9201,8806,10000.0,9001,8807,0.0,9001,,,,,,
Oregon Gresham-Warm Springs zone (international foot),6764,9002,9807,4495,8801,45.0,9110,8802,-122.2,9110,8805,1.00005,9201,8806,32808.399,9002,8807,0.0,9002,,,,,,
Oregon La Grande zone (meter),6765,9001,9807,4499,8801,45.0,9102,8802,-118.0,9102,8805,1.00013,9201,8806,40000.0,9001,8807,0.0,9001,,,,,,
Oregon La Grande zone (international foot),6766,9002,9807,4495,8801,45.0,9102,8802,-118.0,9102,8805,1.00013,9201,8806,131233.5958,9002,8807,0.0,9002,,,,,,
Oregon Ontario zone (meter),6767,9001,9807,4499,8801,43.15,9110,8802,-117.0,9110,8805,1.0001,9201,8806,80000.0,9001,8807,0.0,9001,,,,,,
Oregon Ontario zone (international foot),6768,9002,9807,4495,8801,43.15,9110,8802,-117.0,9110,8805,1.0001,9201,8806,262467.1916,9002,8807,0.0,9002,,,,,,
Oregon Pendleton zone (meter),6771,9001,9807,4499,8801,45.15,9110,8802,-119.1,9110,8805,1.000045,9201,8806,60000.0,9001,8807,0.0,9001,,,,,,
Oregon Pendleton zone (international foot),6772,9001,9807,4495,8801,45.15,9110,8802,-119.1,9110,8805,1.000045,9201,8806,196850.3937,9002,8807,0.0,9002,,,,,,
Oregon Pendleton-La Grande zone (meter),6773,9001,9807,4499,8801,45.05,9110,8802,-118.2,9110,8805,1.000175,9201,8806,30000.0,9001,8807,0.0,9001,,,,,,
Oregon Pendleton-La Grande zone (international foot),6774,9002,9807,4495,8801,45.05,9110,8802,-118.2,9110,8805,1.000175,9201,8806,98425.1969,9002,8807,0.0,9002,,,,,,
Oregon Portland zone (meter),6775,9001,9801,4499,8801,45.3,9110,8802,-122.45,9110,8805,1.000002,9201,8806,100000.0,9001,8807,50000.0,9001,,,,,,
Oregon Portland zone (international foot),6776,9002,9801,4495,8801,45.3,9110,8802,-122.45,9110,8805,1.000002,9201,8806,328083.9895,9002,8807,164041.9948,9002,,,,,,
Oregon Salem zone (meter),6777,9001,9807,4499,8801,44.2,9110,8802,-123.05,9110,8805,1.00001,9201,8806,50000.0,9001,8807,0.0,9001,,,,,,
Oregon Salem zone (international foot),6778,9002,9807,4495,8801,44.2,9110,8802,-123.05,9110,8805,1.00001,9201,8806,164041.9948,9002,8807,0.0,9002,,,,,,
Oregon Santiam Pass zone (meter),6779,9001,9807,4499,8801,44.05,9110,8802,-122.3,9110,8805,1.000155,9201,8806,0.0,9001,8807,0.0,9001,,,,,,
Oregon Santiam Pass zone (international foot),6780,9002,9807,4495,8801,44.05,9110,8802,-122.3,9110,8805,1.000155,9201,8806,0.0,9002,8807,0.0,9002,,,,,,
Albania TM 2010,6869,9001,9807,4530,8801,0,9102,8802,20,9102,8805,1,9201,8806,500000,9001,8807,0,9001,,,,,,
Italy zone,6877,9001,9807,4500,8801,0,9102,8802,12,9102,8805,0.9985,9201,8806,7000000,9001,8807,0,9001,,,,,,
Italy zone 12,6878,9001,9807,4500,8801,0,9102,8802,12,9102,8805,1,9201,8806,3000000,9001,8807,0,9001,,,,,,
@ -295,7 +331,159 @@ Vietnam TM-3 zone 482,6953,9001,9807,4400,8801,0,9102,8802,105,9102,8805,0.9999,
Vietnam TM-3 zone 491,6954,9001,9807,4400,8801,0,9102,8802,108,9102,8805,0.9999,9201,8806,0,9001,8807,500000,9001,,,,,,
Vietnam TM-3 Da Nang zone,6955,9001,9807,4400,8801,0,9110,8802,107.45,9110,8805,0.9999,9201,8806,0,9001,8807,500000,9001,,,,,,
Albania LCC 2010,6961,9001,9802,4530,8821,41,9102,8822,20,9102,8823,39,9102,8824,43,9102,8826,0,9001,8827,0,9001,,,
City and County of San Francisco CS13 (meters),6994,9001,9807,4499,8801,37.75,9102,8802,-122.45,9102,8805,1.000007,9202,8806,48000.0,9001,8807,24000.0,9001,,,,,,
City and County of San Francisco CS13 (US Survey feet),6995,9003,9807,4497,8801,37.75,9102,8802,-122.45,9102,8805,1.000007,9202,8806,157480.0,9003,8807,78740.0,9003,,,,,,
Iowa regional zone 1 Spencer,7043,9003,9801,4497,8801,43.12,9110,8802,-95.15,9110,8805,1.000052,9201,8806,11500000.0,9003,8807,9600000.0,9003,,,,,,
Iowa regional zone 2 Mason City,7044,9003,9801,4497,8801,43.1,9110,8802,-92.45,9110,8805,1.000043,9201,8806,12500000.0,9003,8807,9800000.0,9003,,,,,,
Iowa regional zone 3 Elkader,7045,9003,9807,4497,8801,40.15,9110,8802,-91.12,9110,8805,1.000035,9201,8806,13500000.0,9003,8807,8300000.0,9003,,,,,,
Iowa regional zone 4 Sioux City-Iowa Falls,7046,9003,9801,4497,8801,42.32,9110,8802,-94.5,9110,8805,1.000045,9201,8806,14500000.0,9003,8807,8600000.0,9003,,,,,,
Iowa regional zone 5 Waterloo,7047,9003,9801,4497,8801,42.39,9110,8802,-92.15,9110,8805,1.000032,9201,8806,15500000.0,9003,8807,8900000.0,9003,,,,,,
Iowa regional zone 6 Council Bluffs,7048,9003,9807,4497,8801,40.15,9110,8802,-95.44,9110,8805,1.000039,9201,8806,16500000.0,9003,8807,6600000.0,9003,,,,,,
Iowa regional zone 7 Carroll-Atlantic,7049,9003,9807,4497,8801,40.15,9110,8802,-94.38,9110,8805,1.000045,9201,8806,17500000.0,9003,8807,6800000.0,9003,,,,,,
Iowa regional zone 8 Ames-Des Moines,7050,9003,9807,4497,8801,40.15,9110,8802,-93.43,9110,8805,1.000033,9201,8806,18500000.0,9003,8807,7000000.0,9003,,,,,,
Iowa regional zone 9 Newton,7051,9003,9807,4497,8801,40.15,9110,8802,-92.49,9110,8805,1.000027,9201,8806,19500000.0,9003,8807,7200000.0,9003,,,,,,
Iowa regional zone 10 Cedar Rapids,7052,9003,9801,4497,8801,41.5,9110,8802,-91.4,9110,8805,1.00002,9201,8806,20500000.0,9003,8807,8000000.0,9003,,,,,,
Iowa regional zone 11 Dubuque-Davenport,7053,9003,9807,4497,8801,40.15,9110,8802,-90.32,9110,8805,1.000027,9201,8806,21500000.0,9003,8807,7600000.0,9003,,,,,,
Iowa regional zone 12 Red Oak-Ottumwa,7054,9003,9801,4497,8801,40.55,9110,8802,-93.45,9110,8805,1.000037,9201,8806,22500000.0,9003,8807,6200000.0,9003,,,,,,
Iowa regional zone 13 Fairfield,7055,9003,9807,4497,8801,40.15,9110,8802,-91.55,9110,8805,1.00002,9201,8806,23500000.0,9003,8807,6400000.0,9003,,,,,,
Iowa regional zone 14 Burlington,7056,9003,9807,4497,8801,40.15,9110,8802,-91.15,9110,8805,1.000018,9201,8806,24500000.0,9003,8807,6200000.0,9003,,,,,,
Montana Blackfeet St Mary Valley (meter),7089,9001,9807,4499,8801,48.3,9110,8802,-112.3,9110,8805,1.00016,9201,8806,150000.0,9001,8807,0.0,9001,,,,,,
Montana Blackfeet St Mary Valley (international foot),7090,9002,9807,4495,8801,48.3,9110,8802,-112.3,9110,8805,1.00016,9201,8806,492125.9843,9002,8807,0.0,9002,,,,,,
Montana Blackfeet (meter),7091,9001,9807,4499,8801,48.0,9110,8802,-112.3,9110,8805,1.00019,9201,8806,100000.0,9001,8807,0.0,9001,,,,,,
Montana Blackfeet (international foot),7092,9002,9807,4495,8801,48.0,9110,8802,-112.3,9110,8805,1.00019,9201,8806,328083.9895,9002,8807,0.0,9002,,,,,,
Montana Milk River (meter),7093,9001,9801,4499,8801,48.3,9110,8802,-111.0,9110,8805,1.000145,9201,8806,150000.0,9001,8807,200000.0,9001,,,,,,
Montana Milk River (international foot),7094,9002,9801,4495,8801,48.3,9110,8802,-111.0,9110,8805,1.000145,9201,8806,492125.9843,9002,8807,656167.979,9002,,,,,,
Montana Fort Belknap (meter),7095,9001,9801,4499,8801,48.3,9110,8802,-108.3,9110,8805,1.00012,9201,8806,200000.0,9001,8807,150000.0,9001,,,,,,
Montana Fort Belknap (international foot),7096,9002,9801,4495,8801,48.3,9110,8802,-108.3,9110,8805,1.00012,9201,8806,656167.979,9002,8807,492125.9843,9002,,,,,,
Montana Fort Peck Assiniboine (meter),7097,9001,9801,4499,8801,48.2,9110,8802,-105.3,9110,8805,1.00012,9201,8806,200000.0,9001,8807,100000.0,9001,,,,,,
Montana Fort Peck Assiniboine (international foot),7098,9002,9801,4495,8801,48.2,9110,8802,-105.3,9110,8805,1.00012,9201,8806,656167.979,9002,8807,328083.9895,9002,,,,,,
Montana Fort Peck Sioux (meter),7099,9001,9801,4499,8801,48.2,9110,8802,-105.3,9110,8805,1.00009,9201,8806,100000.0,9001,8807,50000.0,9001,,,,,,
Montana Fort Peck Sioux (international foot),7100,9002,9801,4495,8801,48.2,9110,8802,-105.3,9110,8805,1.00009,9201,8806,328083.9895,9002,8807,164041.9938,9002,,,,,,
Montana Crow (meter),7101,9001,9807,4499,8801,44.45,9110,8802,-107.45,9110,8805,1.000148,9201,8806,200000.0,9001,8807,0.0,9001,,,,,,
Montana Crow (international foot),7102,9002,9807,4495,8801,44.45,9110,8802,-107.45,9110,8805,1.000148,9201,8806,656167.979,9002,8807,0.0,9002,,,,,,
Montana Bobcat (meter),7103,9001,9801,4499,8801,46.15,9110,8802,-111.15,9110,8805,1.000185,9201,8806,100000.0,9001,8807,100000.0,9001,,,,,,
Montana Bobcat (international foot),7104,9002,9801,4495,8801,46.15,9110,8802,-111.15,9110,8805,1.000185,9201,8806,328083.9895,9002,8807,328083.9895,9002,,,,,,
Montana Billings (meter),7105,9001,9801,4499,8801,45.47,9110,8802,-108.25,9110,8805,1.0001515,9201,8806,200000.0,9001,8807,50000.0,9001,,,,,,
Montana Billings (international foot),7106,9002,9801,4495,8801,45.47,9110,8802,-108.25,9110,8805,1.0001515,9201,8806,656167.979,9002,8807,164041.9948,9002,,,,,,
Wyoming Wind River (meter),7107,9001,9807,4499,8801,42.4,9110,8802,-108.2,9110,8805,1.00024,9201,8806,100000.0,9001,8807,0.0,9001,,,,,,
Wyoming Wind River (US survey foot),7108,9003,9807,4497,8801,42.4,9110,8802,-108.2,9110,8805,1.00024,9201,8806,328083.3333,9003,8807,0.0,9003,,,,,,
City and County of San Francisco CS13 (meter),7129,9001,9807,4499,8801,37.75,9102,8802,-122.45,9102,8805,1.000007,9201,8806,48000.0,9001,8807,24000.0,9001,,,,,,
City and County of San Francisco CS13 (US survey foot),7130,9003,9807,4497,8801,37.75,9102,8802,-122.45,9102,8805,1.000007,9201,8806,157480.0,9003,8807,78740.0,9003,,,,,,
Palestine Grid modified,7141,9001,9807,4400,8801,31.4402749,9110,8802,35.124349,9110,8805,1,9201,8806,170251.555,9001,8807,126867.909,9001,,,,,,
InGCS Adams (m),7143,9001,9807,4499,8801,40.33,9110,8802,-84.57,9110,8805,1.000034,9201,8806,240000.0,9001,8807,36000.0,9001,,,,,,
InGCS Adams (ftUS),7144,9003,9807,4497,8801,40.33,9110,8802,-84.57,9110,8805,1.000034,9201,8806,787400.0,9003,8807,118110.0,9003,,,,,,
InGCS Allen (m),7145,9001,9807,4499,8801,40.54,9110,8802,-85.03,9110,8805,1.000031,9201,8806,240000.0,9001,8807,36000.0,9001,,,,,,
InGCS Allen (ftUS),7146,9003,9807,4497,8801,40.54,9110,8802,-85.03,9110,8805,1.000031,9201,8806,787400.0,9003,8807,118110.0,9003,,,,,,
InGCS Bartholomew (m),7147,9001,9807,4499,8801,39.0,9110,8802,-85.51,9110,8805,1.000026,9201,8806,240000.0,9001,8807,36000.0,9001,,,,,,
InGCS Bartholomew (ftUS),7148,9003,9807,4497,8801,39.0,9110,8802,-85.51,9110,8805,1.000026,9201,8806,787400.0,9003,8807,118110.0,9003,,,,,,
InGCS Benton (m),7149,9001,9807,4499,8801,40.27,9110,8802,-87.18,9110,8805,1.000029,9201,8806,240000.0,9001,8807,36000.0,9001,,,,,,
InGCS Benton (ftUS),7150,9003,9807,4497,8801,40.27,9110,8802,-87.18,9110,8805,1.000029,9201,8806,787400.0,9003,8807,118110.0,9003,,,,,,
InGCS Blackford-Delaware (m),7151,9001,9807,4499,8801,40.03,9110,8802,-85.24,9110,8805,1.000038,9201,8806,240000.0,9001,8807,36000.0,9001,,,,,,
InGCS Blackford-Delaware (ftUS),7152,9003,9807,4497,8801,40.03,9110,8802,-85.24,9110,8805,1.000038,9201,8806,787400.0,9003,8807,118110.0,9003,,,,,,
InGCS Boone-Hendricks (m),7153,9001,9807,4499,8801,39.36,9110,8802,-86.3,9110,8805,1.000036,9201,8806,240000.0,9001,8807,36000.0,9001,,,,,,
InGCS Boone-Hendricks (ftUS),7154,9003,9807,4497,8801,39.36,9110,8802,-86.3,9110,8805,1.000036,9201,8806,787400.0,9003,8807,118110.0,9003,,,,,,
InGCS Brown (m),7155,9001,9807,4499,8801,39.0,9110,8802,-86.18,9110,8805,1.00003,9201,8806,240000.0,9001,8807,36000.0,9001,,,,,,
InGCS Brown (ftUS),7156,9003,9807,4497,8801,39.0,9110,8802,-86.18,9110,8805,1.00003,9201,8806,787400.0,9003,8807,118110.0,9003,,,,,,
InGCS Carroll (m),7157,9001,9807,4499,8801,40.24,9110,8802,-86.39,9110,8805,1.000026,9201,8806,240000.0,9001,8807,36000.0,9001,,,,,,
InGCS Carroll (ftUS),7158,9003,9807,4497,8801,40.24,9110,8802,-86.39,9110,8805,1.000026,9201,8806,787400.0,9003,8807,118110.0,9003,,,,,,
InGCS Cass (m),7159,9001,9807,4499,8801,40.33,9110,8802,-86.24,9110,8805,1.000028,9201,8806,240000.0,9001,8807,36000.0,9001,,,,,,
InGCS Cass (ftUS),7160,9003,9807,4497,8801,40.33,9110,8802,-86.24,9110,8805,1.000028,9201,8806,787400.0,9003,8807,118110.0,9003,,,,,,
InGCS Clark-Floyd-Scott (m),7161,9001,9807,4499,8801,38.09,9110,8802,-85.36,9110,8805,1.000021,9201,8806,240000.0,9001,8807,36000.0,9001,,,,,,
InGCS Clark-Floyd-Scott (ftUS),7162,9003,9807,4497,8801,38.09,9110,8802,-85.36,9110,8805,1.000021,9201,8806,787400.0,9003,8807,118110.0,9003,,,,,,
InGCS Clay (m),7163,9001,9807,4499,8801,39.09,9110,8802,-87.09,9110,8805,1.000024,9201,8806,240000.0,9001,8807,36000.0,9001,,,,,,
InGCS Clay (ftUS),7164,9003,9807,4497,8801,39.09,9110,8802,-87.09,9110,8805,1.000024,9201,8806,787400.0,9003,8807,118110.0,9003,,,,,,
InGCS Clinton (m),7165,9001,9807,4499,8801,40.09,9110,8802,-86.36,9110,8805,1.000032,9201,8806,240000.0,9001,8807,36000.0,9001,,,,,,
InGCS Clinton (ftUS),7166,9003,9807,4497,8801,40.09,9110,8802,-86.36,9110,8805,1.000032,9201,8806,787400.0,9003,8807,118110.0,9003,,,,,,
InGCS Crawford-Lawrence-Orange (m),7167,9001,9807,4499,8801,38.06,9110,8802,-86.3,9110,8805,1.000025,9201,8806,240000.0,9001,8807,36000.0,9001,,,,,,
InGCS Crawford-Lawrence-Orange (ftUS),7168,9003,9807,4497,8801,38.06,9110,8802,-86.3,9110,8805,1.000025,9201,8806,787400.0,9003,8807,118110.0,9003,,,,,,
InGCS Daviess-Greene (m),7169,9001,9807,4499,8801,38.27,9110,8802,-87.06,9110,8805,1.000018,9201,8806,240000.0,9001,8807,36000.0,9001,,,,,,
InGCS Daviess-Greene (ftUS),7170,9003,9807,4497,8801,38.27,9110,8802,-87.06,9110,8805,1.000018,9201,8806,787400.0,9003,8807,118110.0,9003,,,,,,
InGCS Dearborn-Ohio-Switzerland (m),7171,9001,9807,4499,8801,38.39,9110,8802,-84.54,9110,8805,1.000029,9201,8806,240000.0,9001,8807,36000.0,9001,,,,,,
InGCS Dearborn-Ohio-Switzerland (ftUS),7172,9003,9807,4497,8801,38.39,9110,8802,-84.54,9110,8805,1.000029,9201,8806,787400.0,9003,8807,118110.0,9003,,,,,,
InGCS Decatur-Rush (m),7173,9001,9807,4499,8801,39.06,9110,8802,-85.39,9110,8805,1.000036,9201,8806,240000.0,9001,8807,36000.0,9001,,,,,,
InGCS Decatur-Rush (ftUS),7174,9003,9807,4497,8801,39.06,9110,8802,-85.39,9110,8805,1.000036,9201,8806,787400.0,9003,8807,118110.0,9003,,,,,,
InGCS DeKalb (m),7175,9001,9807,4499,8801,41.15,9110,8802,-84.57,9110,8805,1.000036,9201,8806,240000.0,9001,8807,36000.0,9001,,,,,,
InGCS DeKalb (ftUS),7176,9003,9807,4497,8801,41.15,9110,8802,-84.57,9110,8805,1.000036,9201,8806,787400.0,9003,8807,118110.0,9003,,,,,,
InGCS Dubois-Martin (m),7177,9001,9807,4499,8801,38.12,9110,8802,-86.57,9110,8805,1.00002,9201,8806,240000.0,9001,8807,36000.0,9001,,,,,,
InGCS Dubois-Martin (ftUS),7178,9003,9807,4497,8801,38.12,9110,8802,-86.57,9110,8805,1.00002,9201,8806,787400.0,9003,8807,118110.0,9003,,,,,,
InGCS Elkhart-Kosciusko-Wabash (m),7179,9001,9807,4499,8801,40.39,9110,8802,-85.51,9110,8805,1.000033,9201,8806,240000.0,9001,8807,36000.0,9001,,,,,,
InGCS Elkhart-Kosciusko-Wabash (ftUS),7180,9003,9807,4497,8801,40.39,9110,8802,-85.51,9110,8805,1.000033,9201,8806,787400.0,9003,8807,118110.0,9003,,,,,,
InGCS Fayette-Franklin-Union (m),7181,9001,9807,4499,8801,39.15,9110,8802,-85.03,9110,8805,1.000038,9201,8806,240000.0,9001,8807,36000.0,9001,,,,,,
InGCS Fayette-Franklin-Union (ftUS),7182,9003,9807,4497,8801,39.15,9110,8802,-85.03,9110,8805,1.000038,9201,8806,787400.0,9003,8807,118110.0,9003,,,,,,
InGCS Fountain-Warren (m),7183,9001,9807,4499,8801,39.57,9110,8802,-87.18,9110,8805,1.000025,9201,8806,240000.0,9001,8807,36000.0,9001,,,,,,
InGCS Fountain-Warren (ftUS),7184,9003,9807,4497,8801,39.57,9110,8802,-87.18,9110,8805,1.000025,9201,8806,787400.0,9003,8807,118110.0,9003,,,,,,
InGCS Fulton-Marshall-St. Joseph (m),7185,9001,9807,4499,8801,40.54,9110,8802,-86.18,9110,8805,1.000031,9201,8806,240000.0,9001,8807,36000.0,9001,,,,,,
InGCS Fulton-Marshall-St. Joseph (ftUS),7186,9003,9807,4497,8801,40.54,9110,8802,-86.18,9110,8805,1.000031,9201,8806,787400.0,9003,8807,118110.0,9003,,,,,,
InGCS Gibson (m),7187,9001,9807,4499,8801,38.09,9110,8802,-87.39,9110,8805,1.000013,9201,8806,240000.0,9001,8807,36000.0,9001,,,,,,
InGCS Gibson (ftUS),7188,9003,9807,4497,8801,38.09,9110,8802,-87.39,9110,8805,1.000013,9201,8806,787400.0,9003,8807,118110.0,9003,,,,,,
InGCS Grant (m),7189,9001,9807,4499,8801,40.21,9110,8802,-85.42,9110,8805,1.000034,9201,8806,240000.0,9001,8807,36000.0,9001,,,,,,
InGCS Grant (ftUS),7190,9003,9807,4497,8801,40.21,9110,8802,-85.42,9110,8805,1.000034,9201,8806,787400.0,9003,8807,118110.0,9003,,,,,,
InGCS Hamilton-Tipton (m),7191,9001,9807,4499,8801,39.54,9110,8802,-86.0,9110,8805,1.000034,9201,8806,240000.0,9001,8807,36000.0,9001,,,,,,
InGCS Hamilton-Tipton (ftUS),7192,9003,9807,4497,8801,39.54,9110,8802,-86.0,9110,8805,1.000034,9201,8806,787400.0,9003,8807,118110.0,9003,,,,,,
InGCS Hancock-Madison (m),7193,9001,9807,4499,8801,39.39,9110,8802,-85.48,9110,8805,1.000036,9201,8806,240000.0,9001,8807,36000.0,9001,,,,,,
InGCS Hancock-Madison (ftUS),7194,9003,9807,4497,8801,39.39,9110,8802,-85.48,9110,8805,1.000036,9201,8806,787400.0,9003,8807,118110.0,9003,,,,,,
InGCS Harrison-Washington (m),7195,9001,9807,4499,8801,37.57,9110,8802,-86.09,9110,8805,1.000027,9201,8806,240000.0,9001,8807,36000.0,9001,,,,,,
InGCS Harrison-Washington (ftUS),7196,9003,9807,4497,8801,37.57,9110,8802,-86.09,9110,8805,1.000027,9201,8806,787400.0,9003,8807,118110.0,9003,,,,,,
InGCS Henry (m),7197,9001,9807,4499,8801,39.45,9110,8802,-85.27,9110,8805,1.000043,9201,8806,240000.0,9001,8807,36000.0,9001,,,,,,
InGCS Henry (ftUS),7198,9003,9807,4497,8801,39.45,9110,8802,-85.27,9110,8805,1.000043,9201,8806,787400.0,9003,8807,118110.0,9003,,,,,,
InGCS Howard-Miami (m),7199,9001,9807,4499,8801,40.21,9110,8802,-86.09,9110,8805,1.000031,9201,8806,240000.0,9001,8807,36000.0,9001,,,,,,
InGCS Howard-Miami (ftUS),7200,9003,9807,4497,8801,40.21,9110,8802,-86.09,9110,8805,1.000031,9201,8806,787400.0,9003,8807,118110.0,9003,,,,,,
InGCS Huntington-Whitley (m),7201,9001,9807,4499,8801,40.39,9110,8802,-85.3,9110,8805,1.000034,9201,8806,240000.0,9001,8807,36000.0,9001,,,,,,
InGCS Huntington-Whitley (ftUS),7202,9003,9807,4497,8801,40.39,9110,8802,-85.3,9110,8805,1.000034,9201,8806,787400.0,9003,8807,118110.0,9003,,,,,,
InGCS Jackson (m),7203,9001,9807,4499,8801,38.42,9110,8802,-85.57,9110,8805,1.000022,9201,8806,240000.0,9001,8807,36000.0,9001,,,,,,
InGCS Jackson (ftUS),7204,9003,9807,4497,8801,38.42,9110,8802,-85.57,9110,8805,1.000022,9201,8806,787400.0,9003,8807,118110.0,9003,,,,,,
InGCS Jasper-Porter (m),7205,9001,9807,4499,8801,40.42,9110,8802,-87.06,9110,8805,1.000027,9201,8806,240000.0,9001,8807,36000.0,9001,,,,,,
InGCS Jasper-Porter (ftUS),7206,9003,9807,4497,8801,40.42,9110,8802,-87.06,9110,8805,1.000027,9201,8806,787400.0,9003,8807,118110.0,9003,,,,,,
InGCS Jay (m),7207,9001,9807,4499,8801,40.18,9110,8802,-85.0,9110,8805,1.000038,9201,8806,240000.0,9001,8807,36000.0,9001,,,,,,
InGCS Jay (ftUS),7208,9003,9807,4497,8801,40.18,9110,8802,-85.0,9110,8805,1.000038,9201,8806,787400.0,9003,8807,118110.0,9003,,,,,,
InGCS Jefferson (m),7209,9001,9807,4499,8801,38.33,9110,8802,-85.21,9110,8805,1.000028,9201,8806,240000.0,9001,8807,36000.0,9001,,,,,,
InGCS Jefferson (ftUS),7210,9003,9807,4497,8801,38.33,9110,8802,-85.21,9110,8805,1.000028,9201,8806,787400.0,9003,8807,118110.0,9003,,,,,,
InGCS Jennings (m),7211,9001,9807,4499,8801,38.48,9110,8802,-85.48,9110,8805,1.000025,9201,8806,240000.0,9001,8807,36000.0,9001,,,,,,
InGCS Jennings (ftUS),7212,9003,9807,4497,8801,38.48,9110,8802,-85.48,9110,8805,1.000025,9201,8806,787400.0,9003,8807,118110.0,9003,,,,,,
InGCS Johnson-Marion (m),7213,9001,9807,4499,8801,39.18,9110,8802,-86.09,9110,8805,1.000031,9201,8806,240000.0,9001,8807,36000.0,9001,,,,,,
InGCS Johnson-Marion (ftUS),7214,9003,9807,4497,8801,39.18,9110,8802,-86.09,9110,8805,1.000031,9201,8806,787400.0,9003,8807,118110.0,9003,,,,,,
InGCS Knox (m),7215,9001,9807,4499,8801,38.24,9110,8802,-87.27,9110,8805,1.000015,9201,8806,240000.0,9001,8807,36000.0,9001,,,,,,
InGCS Knox (ftUS),7216,9003,9807,4497,8801,38.24,9110,8802,-87.27,9110,8805,1.000015,9201,8806,787400.0,9003,8807,118110.0,9003,,,,,,
InGCS LaGrange-Noble (m),7217,9001,9807,4499,8801,41.15,9110,8802,-85.27,9110,8805,1.000037,9201,8806,240000.0,9001,8807,36000.0,9001,,,,,,
InGCS LaGrange-Noble (ftUS),7218,9003,9807,4497,8801,41.15,9110,8802,-85.27,9110,8805,1.000037,9201,8806,787400.0,9003,8807,118110.0,9003,,,,,,
InGCS Lake-Newton (m),7219,9001,9807,4499,8801,40.42,9110,8802,-87.24,9110,8805,1.000026,9201,8806,240000.0,9001,8807,36000.0,9001,,,,,,
InGCS Lake-Newton (ftUS),7220,9003,9807,4497,8801,40.42,9110,8802,-87.24,9110,8805,1.000026,9201,8806,787400.0,9003,8807,118110.0,9003,,,,,,
InGCS LaPorte-Pulaski-Starke (m),7221,9001,9807,4499,8801,40.54,9110,8802,-86.45,9110,8805,1.000027,9201,8806,240000.0,9001,8807,36000.0,9001,,,,,,
InGCS LaPorte-Pulaski-Starke (ftUS),7222,9003,9807,4497,8801,40.54,9110,8802,-86.45,9110,8805,1.000027,9201,8806,787400.0,9003,8807,118110.0,9003,,,,,,
InGCS Monroe-Morgan (m),7223,9001,9807,4499,8801,38.57,9110,8802,-86.3,9110,8805,1.000028,9201,8806,240000.0,9001,8807,36000.0,9001,,,,,,
InGCS Monroe-Morgan (ftUS),7224,9003,9807,4497,8801,38.57,9110,8802,-86.3,9110,8805,1.000028,9201,8806,787400.0,9003,8807,118110.0,9003,,,,,,
InGCS Montgomery-Putnam (m),7225,9001,9807,4499,8801,39.27,9110,8802,-86.57,9110,8805,1.000031,9201,8806,240000.0,9001,8807,36000.0,9001,,,,,,
InGCS Montgomery-Putnam (ftUS),7226,9003,9807,4497,8801,39.27,9110,8802,-86.57,9110,8805,1.000031,9201,8806,787400.0,9003,8807,118110.0,9003,,,,,,
InGCS Owen (m),7227,9001,9807,4499,8801,39.09,9110,8802,-86.54,9110,8805,1.000026,9201,8806,240000.0,9001,8807,36000.0,9001,,,,,,
InGCS Owen (ftUS),7228,9003,9807,4497,8801,39.09,9110,8802,-86.54,9110,8805,1.000026,9201,8806,787400.0,9003,8807,118110.0,9003,,,,,,
InGCS Parke-Vermillion (m),7229,9001,9807,4499,8801,39.36,9110,8802,-87.21,9110,8805,1.000022,9201,8806,240000.0,9001,8807,36000.0,9001,,,,,,
InGCS Parke-Vermillion (ftUS),7230,9003,9807,4497,8801,39.36,9110,8802,-87.21,9110,8805,1.000022,9201,8806,787400.0,9003,8807,118110.0,9003,,,,,,
InGCS Perry (m),7231,9001,9807,4499,8801,37.48,9110,8802,-86.42,9110,8805,1.00002,9201,8806,240000.0,9001,8807,36000.0,9001,,,,,,
InGCS Perry (ftUS),7232,9003,9807,4497,8801,37.48,9110,8802,-86.42,9110,8805,1.00002,9201,8806,787400.0,9003,8807,118110.0,9003,,,,,,
InGCS Pike-Warrick (m),7233,9001,9807,4499,8801,37.51,9110,8802,-87.18,9110,8805,1.000015,9201,8806,240000.0,9001,8807,36000.0,9001,,,,,,
InGCS Pike-Warrick (ftUS),7234,9003,9807,4497,8801,37.51,9110,8802,-87.18,9110,8805,1.000015,9201,8806,787400.0,9003,8807,118110.0,9003,,,,,,
InGCS Posey (m),7235,9001,9807,4499,8801,37.45,9110,8802,-87.57,9110,8805,1.000013,9201,8806,240000.0,9001,8807,36000.0,9001,,,,,,
InGCS Posey (ftUS),7236,9003,9807,4497,8801,37.45,9110,8802,-87.57,9110,8805,1.000013,9201,8806,787400.0,9003,8807,118110.0,9003,,,,,,
InGCS Randolph-Wayne (m),7237,9001,9807,4499,8801,39.42,9110,8802,-85.03,9110,8805,1.000044,9201,8806,240000.0,9001,8807,36000.0,9001,,,,,,
InGCS Randolph-Wayne (ftUS),7238,9003,9807,4497,8801,39.42,9110,8802,-85.03,9110,8805,1.000044,9201,8806,787400.0,9003,8807,118110.0,9003,,,,,,
InGCS Ripley (m),7239,9001,9807,4499,8801,38.54,9110,8802,-85.18,9110,8805,1.000038,9201,8806,240000.0,9001,8807,36000.0,9001,,,,,,
InGCS Ripley (ftUS),7240,9003,9807,4497,8801,38.54,9110,8802,-85.18,9110,8805,1.000038,9201,8806,787400.0,9003,8807,118110.0,9003,,,,,,
InGCS Shelby (m),7241,9001,9807,4499,8801,39.18,9110,8802,-85.54,9110,8805,1.00003,9201,8806,240000.0,9001,8807,36000.0,9001,,,,,,
InGCS Shelby (ftUS),7242,9003,9807,4497,8801,39.18,9110,8802,-85.54,9110,8805,1.00003,9201,8806,787400.0,9003,8807,118110.0,9003,,,,,,
InGCS Spencer (m),7243,9001,9807,4499,8801,37.45,9110,8802,-87.03,9110,8805,1.000014,9201,8806,240000.0,9001,8807,36000.0,9001,,,,,,
InGCS Spencer (ftUS),7244,9003,9807,4497,8801,37.45,9110,8802,-87.03,9110,8805,1.000014,9201,8806,787400.0,9003,8807,118110.0,9003,,,,,,
InGCS Steuben (m),7245,9001,9807,4499,8801,41.3,9110,8802,-85.0,9110,8805,1.000041,9201,8806,240000.0,9001,8807,36000.0,9001,,,,,,
InGCS Steuben (ftUS),7246,9003,9807,4497,8801,41.3,9110,8802,-85.0,9110,8805,1.000041,9201,8806,787400.0,9003,8807,118110.0,9003,,,,,,
InGCS Sullivan (m),7247,9001,9807,4499,8801,38.54,9110,8802,-87.3,9110,8805,1.000017,9201,8806,240000.0,9001,8807,36000.0,9001,,,,,,
InGCS Sullivan (ftUS),7248,9003,9807,4497,8801,38.54,9110,8802,-87.3,9110,8805,1.000017,9201,8806,787400.0,9003,8807,118110.0,9003,,,,,,
InGCS Tippecanoe-White (m),7249,9001,9807,4499,8801,40.12,9110,8802,-86.54,9110,8805,1.000026,9201,8806,240000.0,9001,8807,36000.0,9001,,,,,,
InGCS Tippecanoe-White (ftUS),7250,9003,9807,4497,8801,40.12,9110,8802,-86.54,9110,8805,1.000026,9201,8806,787400.0,9003,8807,118110.0,9003,,,,,,
InGCS Vanderburgh (m),7251,9001,9807,4499,8801,37.48,9110,8802,-87.33,9110,8805,1.000015,9201,8806,240000.0,9001,8807,36000.0,9001,,,,,,
InGCS Vanderburgh (ftUS),7252,9003,9807,4497,8801,37.48,9110,8802,-87.33,9110,8805,1.000015,9201,8806,787400.0,9003,8807,118110.0,9003,,,,,,
InGCS Vigo (m),7253,9001,9807,4499,8801,39.15,9110,8802,-87.27,9110,8805,1.00002,9201,8806,240000.0,9001,8807,36000.0,9001,,,,,,
InGCS Vigo (ftUS),7254,9003,9807,4497,8801,39.15,9110,8802,-87.27,9110,8805,1.00002,9201,8806,787400.0,9003,8807,118110.0,9003,,,,,,
InGCS Wells (m),7255,9001,9807,4499,8801,40.33,9110,8802,-85.15,9110,8805,1.000034,9201,8806,240000.0,9001,8807,36000.0,9001,,,,,,
InGCS Wells (ftUS),7256,9003,9807,4497,8801,40.33,9110,8802,-85.15,9110,8805,1.000034,9201,8806,787400.0,9003,8807,118110.0,9003,,,,,,
WISCRS Ashland County (m),7378,9001,9807,4499,8801,45.4222,9110,8802,-90.372,9110,8805,1.0000495683,9201,8806,172821.9461,9001,8807,0.0017,9001,,,,,,
WISCRS Ashland County (ftUS),7379,9003,9807,4497,8801,45.4222,9110,8802,-90.372,9110,8805,1.0000495683,9201,8806,567000.001,9003,8807,0.006,9003,,,,,,
WISCRS Bayfield County (m),7380,9001,9801,4499,8801,46.4010734158,9110,8802,-91.091,9110,8805,1.0000331195,9201,8806,228600.4575,9001,8807,148551.4837,9001,,,,,,
@ -372,6 +560,8 @@ WISCRS Wood County (m),7482,9001,9801,4499,8801,44.214534369,9110,8802,-90,9110,
WISCRS Wood County (ftUS),7483,9003,9801,4497,8801,44.214534369,9110,8802,-90,9110,8805,1.0000421209,9201,8806,684000.001,9003,8807,441566.551,9003,,,,,,
WISCRS Adams and Juneau Counties (m),7484,9001,9807,4499,8801,43.22,9110,8802,-90,9110,8805,1.0000365285,9201,8806,147218.6942,9001,8807,0.0037,9001,,,,,,
WISCRS Adams and Juneau Counties (ftUS),7485,9003,9807,4497,8801,43.22,9110,8802,-90,9110,8805,1.0000365285,9201,8806,482999.999,9003,8807,0.012,9003,,,,,,
"WISCRS Calumet, Fond du Lac, Outagamie and Winnebago Counties (m)",7486,9001,9807,4499,8801,42.431,9110,8802,-88.3,9110,8805,1.0000286569,9201,8806,244754.8893,9001,8807,0.0049,9001,,,,,,
"WISCRS Calumet, Fond du Lac, Outagamie and Winnebago Counties (ftUS)",7487,9003,9807,4497,8801,42.431,9110,8802,-88.3,9110,8805,1.0000286569,9201,8806,802999.999,9003,8807,0.016,9003,,,,,,
WISCRS Columbia County (m),7488,9001,9801,4499,8801,43.2745167925,9110,8802,-89.234,9110,8805,1.00003498,9201,8806,169164.3381,9001,8807,111569.6134,9001,,,,,,
WISCRS Columbia County (ftUS),7489,9003,9801,4497,8801,43.2745167925,9110,8802,-89.234,9110,8805,1.00003498,9201,8806,554999.999,9003,8807,366041.307,9003,,,,,,
WISCRS Crawford County (m),7490,9001,9801,4499,8801,43.1200200178,9110,8802,-90.562,9110,8805,1.0000349151,9201,8806,113690.6274,9001,8807,53703.1201,9001,,,,,,
@ -388,6 +578,10 @@ WISCRS Green Lake and Marquette Counties (m),7500,9001,9801,4499,8801,43.4825200
WISCRS Green Lake and Marquette Counties (ftUS),7501,9003,9801,4497,8801,43.4825200424,9110,8802,-89.143,9110,8805,1.0000344057,9201,8806,495000,9003,8807,259746.132,9003,,,,,,
WISCRS Iowa County (m),7502,9001,9807,4499,8801,42.322,9110,8802,-90.094,9110,8805,1.0000394961,9201,8806,113081.0261,9001,8807,0.0045,9001,,,,,,
WISCRS Iowa County (ftUS),7503,9003,9807,4497,8801,42.322,9110,8802,-90.094,9110,8805,1.0000394961,9201,8806,371000,9003,8807,0.015,9003,,,,,,
"WISCRS Kenosha, Milwaukee, Ozaukee and Racine Counties (m)",7504,9001,9807,4499,8801,42.13,9110,8802,-87.534,9110,8805,1.0000260649,9201,8806,185928.3728,9001,8807,0.0009,9001,,,,,,
"WISCRS Kenosha, Milwaukee, Ozaukee and Racine Counties (ftUS)",7505,9003,9807,4497,8801,42.13,9110,8802,-87.534,9110,8805,1.0000260649,9201,8806,610000.003,9003,8807,0.003,9003,,,,,,
"WISCRS Kewaunee, Manitowoc and Sheboygan Counties (m)",7506,9001,9807,4499,8801,43.16,9110,8802,-87.33,9110,8805,1.0000233704,9201,8806,79857.7614,9001,8807,0.0012,9001,,,,,,
"WISCRS Kewaunee, Manitowoc and Sheboygan Counties (ftUS)",7507,9003,9807,4497,8801,43.16,9110,8802,-87.33,9110,8805,1.0000233704,9201,8806,262000.006,9003,8807,0.004,9003,,,,,,
WISCRS La Crosse County (m),7508,9001,9807,4499,8801,43.2704,9110,8802,-91.19,9110,8805,1.0000319985,9201,8806,130454.6598,9001,8807,0.0033,9001,,,,,,
WISCRS La Crosse County (ftUS),7509,9003,9807,4497,8801,43.2704,9110,8802,-91.19,9110,8805,1.0000319985,9201,8806,427999.996,9003,8807,0.011,9003,,,,,,
WISCRS Monroe County (m),7510,9001,9801,4499,8801,44.0000266143,9110,8802,-90.383,9110,8805,1.0000434122,9201,8806,204521.209,9001,8807,121923.9861,9001,,,,,,
@ -452,6 +646,73 @@ St. Helena Local Grid 1971,7875,9001,9807,4400,8801,-15.58,9110,8802,-5.43,9110,
St. Helena Local Grid (Tritan),7876,9001,9807,4400,8801,-15.58,9110,8802,-5.43,9110,8805,1,9201,8806,299483.737,9001,8807,2000527.879,9001,,,,,,
TM Zone 20N (US survey feet),8033,9003,9807,4497,8801,0,9102,8802,-63,9102,8805,0.9996,9201,8806,1640416.667,9003,8807,0,9003,,,,,,
TM Zone 21N (US survey feet),8034,9003,9807,4497,8801,0,9102,8802,-57,9102,8805,0.9996,9201,8806,1640416.667,9003,8807,0,9003,,,,,,
Pima County zone 2 Central (ft),8062,9002,9807,4495,8801,31.15,9110,8802,-112.1,9110,8805,1.00009,9201,8806,1800000.0,9002,8807,1000000.0,9002,,,,,,
Pima County zone 3 West (ft),8063,9002,9807,4495,8801,31.3,9110,8802,-113.1,9110,8805,1.000055,9201,8806,600000.0,9002,8807,0.0,9002,,,,,,
Pima County zone 4 Mt. Lemmon (ft),8064,9002,9801,4495,8801,30.3,9110,8802,-110.45,9110,8805,0.9998,9201,8806,30000.0,9002,8807,-620000.0,9002,,,,,,
Oregon Burns-Harper zone (meter),8273,9001,9807,4499,8801,43.3,9110,8802,-117.4,9110,8805,1.00014,9201,8806,90000.0,9001,8807,0.0,9001,,,,,,
Oregon Burns-Harper zone (international foot),8274,9002,9807,4495,8801,43.3,9110,8802,-117.4,9110,8805,1.00014,9201,8806,295275.5906,9002,8807,0.0,9002,,,,,,
Oregon Canyon City-Burns zone (meter),8275,9001,9807,4499,8801,43.3,9110,8802,-119.0,9110,8805,1.00022,9201,8806,20000.0,9001,8807,0.0,9001,,,,,,
Oregon Canyon City-Burns zone (international foot),8276,9002,9807,4495,8801,43.3,9110,8802,-119.0,9110,8805,1.00022,9201,8806,65616.7979,9002,8807,0.0,9002,,,,,,
Oregon Coast Range North zone (meter),8277,9001,9801,4499,8801,45.35,9110,8802,-123.25,9110,8805,1.000045,9201,8806,30000.0,9001,8807,20000.0,9001,,,,,,
Oregon Coast Range North zone (international foot),8278,9002,9801,4495,8801,45.35,9110,8802,-123.25,9110,8805,1.000045,9201,8806,98425.1969,9002,8807,65616.7979,9002,,,,,,
Oregon Dayville-Prairie City zone (meter),8279,9001,9807,4499,8801,44.15,9110,8802,-119.38,9110,8805,1.00012,9201,8806,20000.0,9001,8807,0.0,9001,,,,,,
Oregon Dayville-Prairie City zone (international foot),8280,9002,9807,4495,8801,44.15,9110,8802,-119.38,9110,8805,1.00012,9201,8806,65616.7979,9002,8807,0.0,9002,,,,,,
Oregon Denio-Burns zone (meter),8281,9001,9807,4499,8801,41.45,9110,8802,-118.25,9110,8805,1.00019,9201,8806,80000.0,9001,8807,0.0,9001,,,,,,
Oregon Denio-Burns zone (international foot),8282,9002,9807,4495,8801,41.45,9110,8802,-118.25,9110,8805,1.00019,9201,8806,262467.1916,9002,8807,0.0,9002,,,,,,
Oregon Halfway zone (meter),8283,9001,9801,4499,8801,45.15,9110,8802,-117.15,9110,8805,1.000085,9201,8806,40000.0,9001,8807,70000.0,9001,,,,,,
Oregon Halfway zone (international foot),8284,9002,9801,4495,8801,45.15,9110,8802,-117.15,9110,8805,1.000085,9201,8806,131233.5958,9002,8807,229658.7927,9002,,,,,,
Oregon Medford-Diamond Lake zone (meter),8285,9001,9801,4499,8801,42.0,9110,8802,-122.15,9110,8805,1.00004,9201,8806,60000.0,9001,8807,-60000.0,9001,,,,,,
Oregon Medford-Diamond Lake zone (international foot),8286,9002,9801,4495,8801,42.0,9110,8802,-122.15,9110,8805,1.00004,9201,8806,196850.3937,9002,8807,-196850.3937,9002,,,,,,
Oregon Mitchell zone (meter),8287,9001,9801,4499,8801,47.0,9110,8802,-120.15,9110,8805,0.99927,9201,8806,30000.0,9001,8807,290000.0,9001,,,,,,
Oregon Mitchell zone (international foot),8288,9002,9801,4495,8801,47.0,9110,8802,-120.15,9110,8805,0.99927,9201,8806,98425.1969,9002,8807,951443.5696,9002,,,,,,
Oregon North Central zone (meter),8289,9001,9801,4499,8801,46.1,9110,8802,-120.3,9110,8805,1.0,9201,8806,100000.0,9001,8807,140000.0,9001,,,,,,
Oregon North Central zone (international foot),8290,9002,9801,4495,8801,46.1,9110,8802,-120.3,9110,8805,1.0,9201,8806,328083.9895,9002,8807,459317.5853,9002,,,,,,
Oregon Ochoco Summit zone (meter),8291,9001,9801,4499,8801,43.3,9110,8802,-120.3,9110,8805,1.00006,9201,8806,40000.0,9001,8807,-80000.0,9001,,,,,,
Oregon Ochoco Summit zone (international foot),8292,9002,9801,4495,8801,43.3,9110,8802,-120.3,9110,8805,1.00006,9201,8806,131233.5958,9002,8807,-262467.1916,9002,,,,,,
Oregon Owyhee zone (meter),8293,9001,9807,4499,8801,41.45,9110,8802,-117.35,9110,8805,1.00018,9201,8806,70000.0,9001,8807,0.0,9001,,,,,,
Oregon Owyhee zone (international foot),8294,9002,9807,4495,8801,41.45,9110,8802,-117.35,9110,8805,1.00018,9201,8806,229658.7927,9002,8807,0.0,9002,,,,,,
Oregon Pilot Rock-Ukiah zone (meter),8295,9001,9801,4499,8801,46.1,9110,8802,-119.0,9110,8805,1.000025,9201,8806,50000.0,9001,8807,130000.0,9001,,,,,,
Oregon Pilot Rock-Ukiah zone (international foot),8296,9002,9801,4495,8801,46.1,9110,8802,-119.0,9110,8805,1.000025,9201,8806,164041.9948,9002,8807,426509.1864,9002,,,,,,
Oregon Prairie City-Brogan zone (meter),8297,9001,9801,4499,8801,44.0,9110,8802,-118.0,9110,8805,1.00017,9201,8806,60000.0,9001,8807,0.0,9001,,,,,,
Oregon Prairie City-Brogan zone (international foot),8298,9002,9801,4495,8801,44.0,9110,8802,-118.0,9110,8805,1.00017,9201,8806,196850.3937,9002,8807,0.0,9002,,,,,,
Oregon Riley-Lakeview zone (meter),8299,9001,9807,4499,8801,41.45,9110,8802,-120.2,9110,8805,1.000215,9201,8806,70000.0,9001,8807,0.0,9001,,,,,,
Oregon Riley-Lakeview zone (international foot),8300,9002,9807,4495,8801,41.45,9110,8802,-120.2,9110,8805,1.000215,9201,8806,229658.7927,9002,8807,0.0,9002,,,,,,
Oregon Siskiyou Pass zone (meter),8301,9001,9801,4499,8801,42.3,9110,8802,-122.35,9110,8805,1.00015,9201,8806,10000.0,9001,8807,60000.0,9001,,,,,,
Oregon Siskiyou Pass zone (international foot),8302,9002,9801,4495,8801,42.3,9110,8802,-122.35,9110,8805,1.00015,9201,8806,32808.399,9002,8807,196850.3937,9002,,,,,,
Oregon Ukiah-Fox zone (meter),8303,9001,9801,4499,8801,45.15,9110,8802,-119.0,9110,8805,1.00014,9201,8806,30000.0,9001,8807,90000.0,9001,,,,,,
Oregon Ukiah-Fox zone (international foot),8304,9002,9801,4495,8801,45.15,9110,8802,-119.0,9110,8805,1.00014,9201,8806,98425.1969,9002,8807,295275.5906,9002,,,,,,
Oregon Wallowa zone (meter),8305,9001,9807,4495,8801,45.15,9110,8802,-117.3,9110,8805,1.000195,9201,8806,60000.0,9001,8807,0.0,9001,,,,,,
Oregon Wallowa zone (international foot),8306,9002,9807,4495,8801,45.15,9110,8802,-117.3,9110,8805,1.000195,9201,8806,196850.3937,9002,8807,0.0,9002,,,,,,
Oregon Warner Highway zone (meter),8307,9001,9801,4499,8801,42.3,9110,8802,-120.0,9110,8805,1.000245,9201,8806,40000.0,9001,8807,60000.0,9001,,,,,,
Oregon Warner Highway zone (international foot),8308,9002,9801,4495,8801,42.3,9110,8802,-120.0,9110,8805,1.000245,9201,8806,131233.5958,9002,8807,196850.3937,9002,,,,,,
Oregon Willamette Pass zone (meter),8309,9001,9807,4499,8801,43.0,9110,8802,-122.0,9110,8805,1.000223,9201,8806,20000.0,9001,8807,0.0,9001,,,,,,
Oregon Willamette Pass zone (international foot),8310,9002,9807,4495,8801,43.0,9110,8802,-122.0,9110,8805,1.000223,9201,8806,65616.7979,9002,8807,0.0,9002,,,,,,
NCRS Las Vegas zone (m),8373,9001,9807,4499,8801,36.15,9110,8802,-114.58,9110,8805,1.0001,9201,8806,100000.0,9001,8807,200000.0,9001,,,,,,
NCRS Las Vegas zone (ftUS),8374,9003,9807,4497,8801,36.15,9110,8802,-114.58,9110,8805,1.0001,9201,8806,328083.3333,9003,8807,656166.6667,9003,,,,,,
NCRS Las Vegas high elevation zone (m),8375,9001,9807,4499,8801,36.15,9110,8802,-114.58,9110,8805,1.000135,9201,8806,300000.0,9001,8807,400000.0,9001,,,,,,
NCRS Las Vegas high elevation zone (ftUS),8376,9003,9807,4497,8801,36.15,9110,8802,-114.58,9110,8805,1.000135,9201,8806,984250.0,9003,8807,1312333.3333,9003,,,,,,
Kansas regional zone 1 Goodland (ftUS),8458,9003,9807,4497,8801,37.3,9110,8802,-101.36,9110,8805,1.000156,9201,8806,1500000.0,9003,8807,0.0,9003,,,,,,
Kansas regional zone 2 Colby (ftUS),8459,9003,9807,4497,8801,37.3,9110,8802,-100.57,9110,8805,1.000134,9201,8806,2500000.0,9003,8807,0.0,9003,,,,,,
Kansas regional zone 3 Oberlin (ftUS),8490,9003,9807,4497,8801,37.3,9110,8802,-100.21,9110,8805,1.000116,9201,8806,3500000.0,9003,8807,0.0,9003,,,,,,
Kansas regional zone 4 Hays (ftUS),8491,9003,9807,4497,8801,37.3,9110,8802,-99.27,9110,8805,1.000082,9201,8806,4500000.0,9003,8807,0.0,9003,,,,,,
Kansas regional zone 5 Great Bend (ftUS),8492,9003,9807,4497,8801,37.3,9110,8802,-98.4,9110,8805,1.000078,9201,8806,5500000.0,9003,8807,0.0,9003,,,,,,
Kansas regional zone 6 Beliot (ftUS),8493,9003,9807,4497,8801,37.3,9110,8802,-98.09,9110,8805,1.000068,9201,8806,6500000.0,9003,8807,0.0,9003,,,,,,
Kansas regional zone 7 Salina (ftUS),8494,9003,9807,4497,8801,37.3,9110,8802,-97.2,9110,8805,1.000049,9201,8806,7500000.0,9003,8807,0.0,9003,,,,,,
Kansas regional zone 8 Manhattan (ftUS),8495,9003,9801,4497,8801,39.1,9110,8802,-96.3,9110,8805,1.000044,9201,8806,8500000.0,9003,8807,600000.0,9003,,,,,,
Kansas regional zone 9 Emporia (ftUS),8498,9003,9801,4497,8801,38.3,9110,8802,-96.3,9110,8805,1.00005,9201,8806,9500000.0,9003,8807,300000.0,9003,,,,,,
Kansas regional zone 10 Atchison (ftUS),8499,9003,9801,4497,8801,39.38,9110,8802,-95.45,9110,8805,1.00004,9201,8806,10500000.0,9003,8807,700000.0,9003,,,,,,
Kansas regional zone 11 Kansas City (ftUS),8500,9003,9801,4497,8801,39.06,9110,8802,-95.15,9110,8805,1.000033,9201,8806,11500000.0,9003,8807,600000.0,9003,,,,,,
Kansas regional zone 12 Ulysses (ftUS),8501,9003,9807,4497,8801,36.45,9110,8802,-101.25,9110,8805,1.00014,9201,8806,12500000.0,9003,8807,0.0,9003,,,,,,
Kansas regional zone 13 Garden City (ftUS),8502,9003,9807,4497,8801,36.45,9110,8802,-100.24,9110,8805,1.000109,9201,8806,13500000.0,9003,8807,0.0,9003,,,,,,
Kansas regional zone 14 Dodge City (ftUS),8503,9003,9807,4497,8801,36.45,9110,8802,-99.4,9110,8805,1.000097,9201,8806,14500000.0,9003,8807,0.0,9003,,,,,,
Kansas regional zone 15 Larned (ftUS),8504,9003,9807,4497,8801,36.45,9110,8802,-99.12,9110,8805,1.000087,9201,8806,15500000.0,9003,8807,0.0,9003,,,,,,
Kansas regional zone 16 Pratt (ftUS),8505,9003,9807,4497,8801,36.45,9110,8802,-98.33,9110,8805,1.000069,9201,8806,16500000.0,9003,8807,0.0,9003,,,,,,
Kansas regional zone 17 Wichita (ftUS),8506,9003,9801,4497,8801,37.46,9110,8802,-97.3,9110,8805,1.000059,9201,8806,17500000.0,9003,8807,400000.0,9003,,,,,,
Kansas regional zone 18 Arkansas City (ftUS),8507,9003,9801,4497,8801,37.11,9110,8802,-97.3,9110,8805,1.000055,9201,8806,18500000.0,9003,8807,200000.0,9003,,,,,,
Kansas regional zone 19 Coffeyville (ftUS),8515,9003,9807,4497,8801,36.45,9110,8802,-95.58,9110,8805,1.000034,9201,8806,19500000.0,9003,8807,0.0,9003,,,,,,
Kansas regional zone 20 Pittsburg (ftUS),8516,9003,9807,4497,8801,36.45,9110,8802,-95.05,9110,8805,1.000031,9201,8806,20500000.0,9003,8807,0.0,9003,,,,,,
SPCS83 Alabama East zone (US survey foot),9746,9003,9807,4497,8801,30.3,9110,8802,-85.5,9110,8805,0.99996,9201,8806,656166.667,9003,8807,0.0,9003,,,,,,
SPCS83 Alabama West zone (US survey foot),9747,9003,9807,4497,8801,30.0,9110,8802,-87.3,9110,8805,0.999933333,9201,8806,1968500.0,9003,8807,0.0,9003,,,,,,
Alabama CS27 East zone,10101,9003,9807,4497,8801,30.3,9110,8802,-85.5,9110,8805,0.99996,9201,8806,500000,9003,8807,0,9003,,,,,,
Alabama CS27 West zone,10102,9003,9807,4497,8801,30,9110,8802,-87.3,9110,8805,0.999933333,9201,8806,500000,9003,8807,0,9003,,,,,,
SPCS83 Alabama East zone (meters),10131,9001,9807,4499,8801,30.3,9110,8802,-85.5,9110,8805,0.99996,9201,8806,200000,9001,8807,0,9001,,,,,,
@ -512,6 +773,39 @@ Illinois CS27 East zone,11201,9003,9807,4497,8801,36.4,9110,8802,-88.2,9110,8805
Illinois CS27 West zone,11202,9003,9807,4497,8801,36.4,9110,8802,-90.1,9110,8805,0.999941177,9201,8806,500000,9003,8807,0,9003,,,,,,
SPCS83 Illinois East zone (meters),11231,9001,9807,4499,8801,36.4,9110,8802,-88.2,9110,8805,0.999975,9201,8806,300000,9001,8807,0,9001,,,,,,
SPCS83 Illinois West zone (meters),11232,9001,9807,4499,8801,36.4,9110,8802,-90.1,9110,8805,0.999941177,9201,8806,700000,9001,8807,0,9001,,,,,,
Illinois Coordinate System of 1983 Aurora zone (US survey foot),11233,9003,9807,1053,8801,41.15,9110,8802,-88.3,9110,8805,1.00003,9201,8806,3773000.0,9003,8807,492000.0,9003,,,,,,
Illinois Coordinate System of 1983 Chicago zone (US survey foot),11234,9003,9807,1053,8801,41.15,9110,8802,-87.48,9110,8805,1.000023,9201,8806,4757000.0,9003,8807,492000.0,9003,,,,,,
Illinois Coordinate System of 1983 Moline zone (US survey foot),11235,9003,9801,1053,8801,41.33,9110,8802,-90.36,9110,8805,1.000024,9201,8806,5741000.0,9003,8807,755000.0,9003,,,,,,
Illinois Coordinate System of 1983 Sterling zone (US survey foot),11236,9003,9801,1053,8801,41.33,9110,8802,-90.03,9110,8805,1.00002,9201,8806,6726000.0,9003,8807,755000.0,9003,,,,,,
Illinois Coordinate System of 1983 Ottawa zone (US survey foot),11237,9003,9801,1053,8801,41.18,9110,8802,-89.03,9110,8805,1.000023,9201,8806,7743000.0,9003,8807,755000.0,9003,,,,,,
Illinois Coordinate System of 1983 Joliet zone (US survey foot),11238,9003,9807,1053,8801,40.33,9110,8802,-88.0,9110,8805,1.000022,9201,8806,8694000.0,9003,8807,492000.0,9003,,,,,,
Illinois Coordinate System of 1983 Monmouth zone (US survey foot),11239,9003,9807,1053,8801,40.12,9110,8802,-90.51,9110,8805,1.000024,9201,8806,9678000.0,9003,8807,492000.0,9003,,,,,,
Illinois Coordinate System of 1983 Galesburg zone (US survey foot),11240,9003,9807,1053,8801,37.15,9110,8802,-90.06,9110,8805,1.000023,9201,8806,230000.0,9003,8807,492000.0,9003,,,,,,
Illinois Coordinate System of 1983 Peoria zone (US survey foot),11241,9003,9807,1053,8801,37.24,9110,8802,-89.39,9110,8805,1.000023,9201,8806,1378000.0,9003,8807,622000.0,9003,,,,,,
Illinois Coordinate System of 1983 Eureka zone (US survey foot),11242,9003,9807,1053,8801,37.27,9110,8802,-89.18,9110,8805,1.000025,9201,8806,2756000.0,9003,8807,427000.0,9003,,,,,,
Illinois Coordinate System of 1983 Bloomington zone (US survey foot),11243,9003,9801,1053,8801,40.3,9110,8802,-88.51,9110,8805,1.000031,9201,8806,3773000.0,9003,8807,1739000.0,9003,,,,,,
Illinois Coordinate System of 1983 Pontiac zone (US survey foot),11244,9003,9801,1053,8801,40.54,9110,8802,-88.33,9110,8805,1.000025,9201,8806,4757000.0,9003,8807,1739000.0,9003,,,,,,
Illinois Coordinate System of 1983 Watseka zone (US survey foot),11245,9003,9801,1053,8801,40.45,9110,8802,-87.57,9110,8805,1.000024,9201,8806,5741000.0,9003,8807,1739000.0,9003,,,,,,
Illinois Coordinate System of 1983 Quincy zone (US survey foot),11246,9003,9807,1053,8801,36.45,9110,8802,-91.15,9110,8805,1.000023,9201,8806,6726000.0,9003,8807,492000.0,9003,,,,,,
Illinois Coordinate System of 1983 Macomb zone (US survey foot),11247,9003,9807,1053,8801,36.48,9110,8802,-90.36,9110,8805,1.000024,9201,8806,7710000.0,9003,8807,492000.0,9003,,,,,,
Illinois Coordinate System of 1983 Lincoln zone (US survey foot),11248,9003,9801,1053,8801,40.09,9110,8802,-89.48,9110,8805,1.000018,9201,8806,8760000.0,9003,8807,1739000.0,9003,,,,,,
Illinois Coordinate System of 1983 Decatur zone (US survey foot),11249,9003,9807,1053,8801,36.18,9110,8802,-88.48,9110,8805,1.000024,9201,8806,9678000.0,9003,8807,492000.0,9003,,,,,,
Illinois Coordinate System of 1983 Champaign zone (US survey foot),11250,9003,9801,1053,8801,40.09,9110,8802,-88.0,9110,8805,1.000026,9201,8806,328000.0,9003,8807,2822000.0,9003,,,,,,
Illinois Coordinate System of 1983 Jacksonville zone (US survey foot),11251,9003,9801,1053,8801,39.39,9110,8802,-90.36,9110,8805,1.000023,9201,8806,1247000.0,9003,8807,2822000.0,9003,,,,,,
Illinois Coordinate System of 1983 Springfield zone (US survey foot),11252,9003,9801,1053,8801,39.45,9110,8802,-89.39,9110,8805,1.000022,9201,8806,2329000.0,9003,8807,2887000.0,9003,,,,,,
Illinois Coordinate System of 1983 Charleston zone (US survey foot),11253,9003,9801,1053,8801,39.39,9110,8802,-88.0,9110,8805,1.000024,9201,8806,3773000.0,9003,8807,2756000.0,9003,,,,,,
Illinois Coordinate System of 1983 Jerseyville zone (US survey foot),11254,9003,9807,1053,8801,32.51,9110,8802,-90.3,9110,8805,1.000019,9201,8806,4757000.0,9003,8807,492000.0,9003,,,,,,
Illinois Coordinate System of 1983 Carlinville zone (US survey foot),11255,9003,9801,1053,8801,39.18,9110,8802,-90.09,9110,8805,1.00002,9201,8806,5741000.0,9003,8807,2756000.0,9003,,,,,,
Illinois Coordinate System of 1983 Taylorville zone (US survey foot),11256,9003,9807,1053,8801,33.09,9110,8802,-89.24,9110,8805,1.000023,9201,8806,6726000.0,9003,8807,492000.0,9003,,,,,,
Illinois Coordinate System of 1983 Effingham zone (US survey foot),11257,9003,9801,1053,8801,38.57,9110,8802,-89.0,9110,8805,1.000019,9201,8806,7710000.0,9003,8807,2756000.0,9003,,,,,,
Illinois Coordinate System of 1983 Robinson zone (US survey foot),11258,9003,9801,1053,8801,39.06,9110,8802,-88.0,9110,8805,1.000017,9201,8806,8694000.0,9003,8807,2756000.0,9003,,,,,,
Illinois Coordinate System of 1983 Belleville zone (US survey foot),11259,9003,9807,1053,8801,32.21,9110,8802,-90.0,9110,8805,1.000016,9201,8806,9678000.0,9003,8807,492000.0,9003,,,,,,
Illinois Coordinate System of 1983 Mount Vernon zone (US survey foot),11260,9003,9801,1053,8801,38.27,9110,8802,-89.09,9110,8805,1.000015,9201,8806,328000.0,9003,8807,3773000.0,9003,,,,,,
Illinois Coordinate System of 1983 Olney zone (US survey foot),11261,9003,9801,1053,8801,38.33,9110,8802,-88.09,9110,8805,1.000013,9201,8806,1247000.0,9003,8807,3773000.0,9003,,,,,,
Illinois Coordinate System of 1983 Carbondale zone (US survey foot),11262,9003,9801,1053,8801,37.54,9110,8802,-88.57,9110,8805,1.000012,9201,8806,2395000.0,9003,8807,3773000.0,9003,,,,,,
Illinois Coordinate System of 1983 Metropolis zone (US survey foot),11263,9003,9801,1053,8801,37.12,9110,8802,-88.54,9110,8805,1.00001,9201,8806,3642000.0,9003,8807,3839000.0,9003,,,,,,
Illinois Coordinate System of 1983 Freeport zone (US survey foot),11264,9003,9801,1053,8801,42.12,9110,8802,-89.57,9110,8805,1.000029,9201,8806,1804000.0,9003,8807,755000.0,9003,,,,,,
Illinois Coordinate System of 1983 Rockford zone (US survey foot),11265,9003,9807,1053,8801,41.15,9110,8802,-89.15,9110,8805,1.000029,9201,8806,2822000.0,9003,8807,492000.0,9003,,,,,,
Indiana CS27 East zone,11301,9003,9807,4497,8801,37.3,9110,8802,-85.4,9110,8805,0.999966667,9201,8806,500000,9003,8807,0,9003,,,,,,
Indiana CS27 West zone,11302,9003,9807,4497,8801,37.3,9110,8802,-87.05,9110,8805,0.999966667,9201,8806,500000,9003,8807,0,9003,,,,,,
SPCS83 Indiana East zone (meters),11331,9001,9807,4499,8801,37.3,9110,8802,-85.4,9110,8805,0.999966667,9201,8806,100000,9001,8807,250000,9001,,,,,,

1 Belgian Lambert 2008 3811 9001 9802 4499 8821 50.4752134 9110 8822 4.2133177 9110 8823 49.5 9110 8824 51.1 9110 8826 649328 9001 8827 665262 9001
283 Map Grid of Australia zone 46 6729 9001 9807 4400 8801 0 9102 8802 93 9102 8805 0.9996 9201 8806 500000 9001 8807 10000000 9001
284 Map Grid of Australia zone 47 6730 9001 9807 4400 8801 0 9102 8802 99 9102 8805 0.9996 9201 8806 500000 9001 8807 10000000 9001
285 Map Grid of Australia zone 59 6731 9001 9807 4400 8801 0 9102 8802 171 9102 8805 0.9996 9201 8806 500000 9001 8807 10000000 9001
286 Oregon Baker zone (meter) 6741 9001 9807 4499 8801 44.3 9110 8802 -117.5 9110 8805 1.00016 9201 8806 40000.0 9001 8807 0.0 9001
287 Oregon Baker zone (international foot) 6742 9002 9807 4495 8801 44.3 9110 8802 -117.5 9110 8805 1.00016 9201 8806 131233.5958 9002 8807 0.0 9002
288 Oregon Bend-Klamath Falls zone (meter) 6743 9001 9807 4499 8801 41.45 9110 8802 -121.45 9110 8805 1.0002 9201 8806 80000.0 9001 8807 0.0 9001
289 Oregon Bend-Klamath Falls zone (international foot) 6744 9002 9807 4495 8801 41.45 9110 8802 -121.45 9110 8805 1.0002 9201 8806 262467.1916 9002 8807 0.0 9002
290 Oregon Bend-Redmond-Prineville zone (meter) 6745 9001 9801 4499 8801 44.4 9110 8802 -121.15 9110 8805 1.00012 9201 8806 80000.0 9001 8807 130000.0 9001
291 Oregon Bend-Redmond-Prineville zone (international foot) 6746 9002 9801 4495 8801 44.4 9110 8802 -121.15 9110 8805 1.00012 9201 8806 262467.1916 9002 8807 426509.1864 9002
292 Oregon Bend-Burns zone (meter) 6747 9001 9801 4499 8801 43.4 9110 8802 -119.45 9110 8805 1.0002 9201 8806 120000.0 9001 8807 60000.0 9001
293 Oregon Bend-Burns zone (international foot) 6748 9002 9801 4495 8801 43.4 9110 8802 -119.45 9110 8805 1.0002 9201 8806 393700.7874 9002 8807 196850.3937 9002
294 Oregon Canyonville-Grants Pass zone (meter) 6749 9001 9807 4499 8801 42.3 9110 8802 -123.2 9110 8805 1.00007 9201 8806 40000.0 9001 8807 0.0 9001
295 Oregon Canyonville-Grants Pass zone (international foot) 6750 9002 9807 4495 8801 42.3 9110 8802 -123.2 9110 8805 1.00007 9201 8806 131233.5958 9002 8807 0.0 9002
296 Oregon Columbia River East zone (meter) 6751 9001 9801 4499 8801 45.4 9110 8802 -120.3 9110 8805 1.000008 9201 8806 150000.0 9001 8807 30000.0 9001
297 Oregon Columbia River East zone (international foot) 6752 9002 9801 4495 8801 45.4 9110 8802 -120.3 9110 8805 1.000008 9201 8806 492125.9843 9002 8807 98425.1969 9002
298 Oregon Cottage Grove-Canyonville zone (meter) 6755 9001 9807 4499 8801 42.5 9110 8802 -123.2 9110 8805 1.000023 9201 8806 50000.0 9001 8807 0.0 9001
299 Oregon Cottage Grove-Canyonville zone (international foot) 6756 9002 9807 4495 8801 42.5 9110 8802 -123.2 9110 8805 1.000023 9201 8806 164041.9948 9002 8807 0.0 9002
300 Oregon Dufur-Madras zone (meter) 6757 9001 9807 4499 8801 44.3 9110 8802 -121.0 9110 8805 1.00011 9201 8806 80000.0 9001 8807 0.0 9001
301 Oregon Dufur-Madras zone (international foot) 6758 9002 9807 4495 8801 44.3 9110 8802 -121.0 9110 8805 1.00011 9201 8806 262467.1916 9002 8807 0.0 9002
302 Oregon Eugene zone (meter) 6759 9001 9807 4499 8801 43.45 9110 8802 -123.1 9110 8805 1.000015 9201 8806 50000.0 9001 8807 0.0 9001
303 Oregon Eugene zone (international foot) 6760 9002 9807 4495 8801 43.45 9110 8802 -123.1 9110 8805 1.000015 9201 8806 164041.9948 9002 8807 0.0 9002
304 Oregon Grants Pass-Ashland zone (meter) 6761 9001 9807 4499 8801 41.45 9110 8802 -123.2 9110 8805 1.000043 9201 8806 50000.0 9001 8807 0.0 9001
305 Oregon Grants Pass-Ashland zone (international foot) 6762 9002 9807 4495 8801 41.45 9110 8802 -123.2 9110 8805 1.000043 9201 8806 164041.9948 9002 8807 0.0 9002
306 Oregon Gresham-Warm Springs zone (meter) 6763 9001 9807 4499 8801 45.0 9110 8802 -122.2 9110 8805 1.00005 9201 8806 10000.0 9001 8807 0.0 9001
307 Oregon Gresham-Warm Springs zone (international foot) 6764 9002 9807 4495 8801 45.0 9110 8802 -122.2 9110 8805 1.00005 9201 8806 32808.399 9002 8807 0.0 9002
308 Oregon La Grande zone (meter) 6765 9001 9807 4499 8801 45.0 9102 8802 -118.0 9102 8805 1.00013 9201 8806 40000.0 9001 8807 0.0 9001
309 Oregon La Grande zone (international foot) 6766 9002 9807 4495 8801 45.0 9102 8802 -118.0 9102 8805 1.00013 9201 8806 131233.5958 9002 8807 0.0 9002
310 Oregon Ontario zone (meter) 6767 9001 9807 4499 8801 43.15 9110 8802 -117.0 9110 8805 1.0001 9201 8806 80000.0 9001 8807 0.0 9001
311 Oregon Ontario zone (international foot) 6768 9002 9807 4495 8801 43.15 9110 8802 -117.0 9110 8805 1.0001 9201 8806 262467.1916 9002 8807 0.0 9002
312 Oregon Pendleton zone (meter) 6771 9001 9807 4499 8801 45.15 9110 8802 -119.1 9110 8805 1.000045 9201 8806 60000.0 9001 8807 0.0 9001
313 Oregon Pendleton zone (international foot) 6772 9001 9807 4495 8801 45.15 9110 8802 -119.1 9110 8805 1.000045 9201 8806 196850.3937 9002 8807 0.0 9002
314 Oregon Pendleton-La Grande zone (meter) 6773 9001 9807 4499 8801 45.05 9110 8802 -118.2 9110 8805 1.000175 9201 8806 30000.0 9001 8807 0.0 9001
315 Oregon Pendleton-La Grande zone (international foot) 6774 9002 9807 4495 8801 45.05 9110 8802 -118.2 9110 8805 1.000175 9201 8806 98425.1969 9002 8807 0.0 9002
316 Oregon Portland zone (meter) 6775 9001 9801 4499 8801 45.3 9110 8802 -122.45 9110 8805 1.000002 9201 8806 100000.0 9001 8807 50000.0 9001
317 Oregon Portland zone (international foot) 6776 9002 9801 4495 8801 45.3 9110 8802 -122.45 9110 8805 1.000002 9201 8806 328083.9895 9002 8807 164041.9948 9002
318 Oregon Salem zone (meter) 6777 9001 9807 4499 8801 44.2 9110 8802 -123.05 9110 8805 1.00001 9201 8806 50000.0 9001 8807 0.0 9001
319 Oregon Salem zone (international foot) 6778 9002 9807 4495 8801 44.2 9110 8802 -123.05 9110 8805 1.00001 9201 8806 164041.9948 9002 8807 0.0 9002
320 Oregon Santiam Pass zone (meter) 6779 9001 9807 4499 8801 44.05 9110 8802 -122.3 9110 8805 1.000155 9201 8806 0.0 9001 8807 0.0 9001
321 Oregon Santiam Pass zone (international foot) 6780 9002 9807 4495 8801 44.05 9110 8802 -122.3 9110 8805 1.000155 9201 8806 0.0 9002 8807 0.0 9002
322 Albania TM 2010 6869 9001 9807 4530 8801 0 9102 8802 20 9102 8805 1 9201 8806 500000 9001 8807 0 9001
323 Italy zone 6877 9001 9807 4500 8801 0 9102 8802 12 9102 8805 0.9985 9201 8806 7000000 9001 8807 0 9001
324 Italy zone 12 6878 9001 9807 4500 8801 0 9102 8802 12 9102 8805 1 9201 8806 3000000 9001 8807 0 9001
331 Vietnam TM-3 zone 491 6954 9001 9807 4400 8801 0 9102 8802 108 9102 8805 0.9999 9201 8806 0 9001 8807 500000 9001
332 Vietnam TM-3 Da Nang zone 6955 9001 9807 4400 8801 0 9110 8802 107.45 9110 8805 0.9999 9201 8806 0 9001 8807 500000 9001
333 Albania LCC 2010 6961 9001 9802 4530 8821 41 9102 8822 20 9102 8823 39 9102 8824 43 9102 8826 0 9001 8827 0 9001
334 City and County of San Francisco CS13 (meters) 6994 9001 9807 4499 8801 37.75 9102 8802 -122.45 9102 8805 1.000007 9202 8806 48000.0 9001 8807 24000.0 9001
335 City and County of San Francisco CS13 (US Survey feet) 6995 9003 9807 4497 8801 37.75 9102 8802 -122.45 9102 8805 1.000007 9202 8806 157480.0 9003 8807 78740.0 9003
336 Iowa regional zone 1 Spencer 7043 9003 9801 4497 8801 43.12 9110 8802 -95.15 9110 8805 1.000052 9201 8806 11500000.0 9003 8807 9600000.0 9003
337 Iowa regional zone 2 Mason City 7044 9003 9801 4497 8801 43.1 9110 8802 -92.45 9110 8805 1.000043 9201 8806 12500000.0 9003 8807 9800000.0 9003
338 Iowa regional zone 3 Elkader 7045 9003 9807 4497 8801 40.15 9110 8802 -91.12 9110 8805 1.000035 9201 8806 13500000.0 9003 8807 8300000.0 9003
339 Iowa regional zone 4 Sioux City-Iowa Falls 7046 9003 9801 4497 8801 42.32 9110 8802 -94.5 9110 8805 1.000045 9201 8806 14500000.0 9003 8807 8600000.0 9003
340 Iowa regional zone 5 Waterloo 7047 9003 9801 4497 8801 42.39 9110 8802 -92.15 9110 8805 1.000032 9201 8806 15500000.0 9003 8807 8900000.0 9003
341 Iowa regional zone 6 Council Bluffs 7048 9003 9807 4497 8801 40.15 9110 8802 -95.44 9110 8805 1.000039 9201 8806 16500000.0 9003 8807 6600000.0 9003
342 Iowa regional zone 7 Carroll-Atlantic 7049 9003 9807 4497 8801 40.15 9110 8802 -94.38 9110 8805 1.000045 9201 8806 17500000.0 9003 8807 6800000.0 9003
343 Iowa regional zone 8 Ames-Des Moines 7050 9003 9807 4497 8801 40.15 9110 8802 -93.43 9110 8805 1.000033 9201 8806 18500000.0 9003 8807 7000000.0 9003
344 Iowa regional zone 9 Newton 7051 9003 9807 4497 8801 40.15 9110 8802 -92.49 9110 8805 1.000027 9201 8806 19500000.0 9003 8807 7200000.0 9003
345 Iowa regional zone 10 Cedar Rapids 7052 9003 9801 4497 8801 41.5 9110 8802 -91.4 9110 8805 1.00002 9201 8806 20500000.0 9003 8807 8000000.0 9003
346 Iowa regional zone 11 Dubuque-Davenport 7053 9003 9807 4497 8801 40.15 9110 8802 -90.32 9110 8805 1.000027 9201 8806 21500000.0 9003 8807 7600000.0 9003
347 Iowa regional zone 12 Red Oak-Ottumwa 7054 9003 9801 4497 8801 40.55 9110 8802 -93.45 9110 8805 1.000037 9201 8806 22500000.0 9003 8807 6200000.0 9003
348 Iowa regional zone 13 Fairfield 7055 9003 9807 4497 8801 40.15 9110 8802 -91.55 9110 8805 1.00002 9201 8806 23500000.0 9003 8807 6400000.0 9003
349 Iowa regional zone 14 Burlington 7056 9003 9807 4497 8801 40.15 9110 8802 -91.15 9110 8805 1.000018 9201 8806 24500000.0 9003 8807 6200000.0 9003
350 Montana Blackfeet St Mary Valley (meter) 7089 9001 9807 4499 8801 48.3 9110 8802 -112.3 9110 8805 1.00016 9201 8806 150000.0 9001 8807 0.0 9001
351 Montana Blackfeet St Mary Valley (international foot) 7090 9002 9807 4495 8801 48.3 9110 8802 -112.3 9110 8805 1.00016 9201 8806 492125.9843 9002 8807 0.0 9002
352 Montana Blackfeet (meter) 7091 9001 9807 4499 8801 48.0 9110 8802 -112.3 9110 8805 1.00019 9201 8806 100000.0 9001 8807 0.0 9001
353 Montana Blackfeet (international foot) 7092 9002 9807 4495 8801 48.0 9110 8802 -112.3 9110 8805 1.00019 9201 8806 328083.9895 9002 8807 0.0 9002
354 Montana Milk River (meter) 7093 9001 9801 4499 8801 48.3 9110 8802 -111.0 9110 8805 1.000145 9201 8806 150000.0 9001 8807 200000.0 9001
355 Montana Milk River (international foot) 7094 9002 9801 4495 8801 48.3 9110 8802 -111.0 9110 8805 1.000145 9201 8806 492125.9843 9002 8807 656167.979 9002
356 Montana Fort Belknap (meter) 7095 9001 9801 4499 8801 48.3 9110 8802 -108.3 9110 8805 1.00012 9201 8806 200000.0 9001 8807 150000.0 9001
357 Montana Fort Belknap (international foot) 7096 9002 9801 4495 8801 48.3 9110 8802 -108.3 9110 8805 1.00012 9201 8806 656167.979 9002 8807 492125.9843 9002
358 Montana Fort Peck Assiniboine (meter) 7097 9001 9801 4499 8801 48.2 9110 8802 -105.3 9110 8805 1.00012 9201 8806 200000.0 9001 8807 100000.0 9001
359 Montana Fort Peck Assiniboine (international foot) 7098 9002 9801 4495 8801 48.2 9110 8802 -105.3 9110 8805 1.00012 9201 8806 656167.979 9002 8807 328083.9895 9002
360 Montana Fort Peck Sioux (meter) 7099 9001 9801 4499 8801 48.2 9110 8802 -105.3 9110 8805 1.00009 9201 8806 100000.0 9001 8807 50000.0 9001
361 Montana Fort Peck Sioux (international foot) 7100 9002 9801 4495 8801 48.2 9110 8802 -105.3 9110 8805 1.00009 9201 8806 328083.9895 9002 8807 164041.9938 9002
362 Montana Crow (meter) 7101 9001 9807 4499 8801 44.45 9110 8802 -107.45 9110 8805 1.000148 9201 8806 200000.0 9001 8807 0.0 9001
363 Montana Crow (international foot) 7102 9002 9807 4495 8801 44.45 9110 8802 -107.45 9110 8805 1.000148 9201 8806 656167.979 9002 8807 0.0 9002
364 Montana Bobcat (meter) 7103 9001 9801 4499 8801 46.15 9110 8802 -111.15 9110 8805 1.000185 9201 8806 100000.0 9001 8807 100000.0 9001
365 Montana Bobcat (international foot) 7104 9002 9801 4495 8801 46.15 9110 8802 -111.15 9110 8805 1.000185 9201 8806 328083.9895 9002 8807 328083.9895 9002
366 Montana Billings (meter) 7105 9001 9801 4499 8801 45.47 9110 8802 -108.25 9110 8805 1.0001515 9201 8806 200000.0 9001 8807 50000.0 9001
367 Montana Billings (international foot) 7106 9002 9801 4495 8801 45.47 9110 8802 -108.25 9110 8805 1.0001515 9201 8806 656167.979 9002 8807 164041.9948 9002
368 Wyoming Wind River (meter) 7107 9001 9807 4499 8801 42.4 9110 8802 -108.2 9110 8805 1.00024 9201 8806 100000.0 9001 8807 0.0 9001
369 Wyoming Wind River (US survey foot) 7108 9003 9807 4497 8801 42.4 9110 8802 -108.2 9110 8805 1.00024 9201 8806 328083.3333 9003 8807 0.0 9003
370 City and County of San Francisco CS13 (meter) 7129 9001 9807 4499 8801 37.75 9102 8802 -122.45 9102 8805 1.000007 9201 8806 48000.0 9001 8807 24000.0 9001
371 City and County of San Francisco CS13 (US survey foot) 7130 9003 9807 4497 8801 37.75 9102 8802 -122.45 9102 8805 1.000007 9201 8806 157480.0 9003 8807 78740.0 9003
372 Palestine Grid modified 7141 9001 9807 4400 8801 31.4402749 9110 8802 35.124349 9110 8805 1 9201 8806 170251.555 9001 8807 126867.909 9001
373 InGCS Adams (m) 7143 9001 9807 4499 8801 40.33 9110 8802 -84.57 9110 8805 1.000034 9201 8806 240000.0 9001 8807 36000.0 9001
374 InGCS Adams (ftUS) 7144 9003 9807 4497 8801 40.33 9110 8802 -84.57 9110 8805 1.000034 9201 8806 787400.0 9003 8807 118110.0 9003
375 InGCS Allen (m) 7145 9001 9807 4499 8801 40.54 9110 8802 -85.03 9110 8805 1.000031 9201 8806 240000.0 9001 8807 36000.0 9001
376 InGCS Allen (ftUS) 7146 9003 9807 4497 8801 40.54 9110 8802 -85.03 9110 8805 1.000031 9201 8806 787400.0 9003 8807 118110.0 9003
377 InGCS Bartholomew (m) 7147 9001 9807 4499 8801 39.0 9110 8802 -85.51 9110 8805 1.000026 9201 8806 240000.0 9001 8807 36000.0 9001
378 InGCS Bartholomew (ftUS) 7148 9003 9807 4497 8801 39.0 9110 8802 -85.51 9110 8805 1.000026 9201 8806 787400.0 9003 8807 118110.0 9003
379 InGCS Benton (m) 7149 9001 9807 4499 8801 40.27 9110 8802 -87.18 9110 8805 1.000029 9201 8806 240000.0 9001 8807 36000.0 9001
380 InGCS Benton (ftUS) 7150 9003 9807 4497 8801 40.27 9110 8802 -87.18 9110 8805 1.000029 9201 8806 787400.0 9003 8807 118110.0 9003
381 InGCS Blackford-Delaware (m) 7151 9001 9807 4499 8801 40.03 9110 8802 -85.24 9110 8805 1.000038 9201 8806 240000.0 9001 8807 36000.0 9001
382 InGCS Blackford-Delaware (ftUS) 7152 9003 9807 4497 8801 40.03 9110 8802 -85.24 9110 8805 1.000038 9201 8806 787400.0 9003 8807 118110.0 9003
383 InGCS Boone-Hendricks (m) 7153 9001 9807 4499 8801 39.36 9110 8802 -86.3 9110 8805 1.000036 9201 8806 240000.0 9001 8807 36000.0 9001
384 InGCS Boone-Hendricks (ftUS) 7154 9003 9807 4497 8801 39.36 9110 8802 -86.3 9110 8805 1.000036 9201 8806 787400.0 9003 8807 118110.0 9003
385 InGCS Brown (m) 7155 9001 9807 4499 8801 39.0 9110 8802 -86.18 9110 8805 1.00003 9201 8806 240000.0 9001 8807 36000.0 9001
386 InGCS Brown (ftUS) 7156 9003 9807 4497 8801 39.0 9110 8802 -86.18 9110 8805 1.00003 9201 8806 787400.0 9003 8807 118110.0 9003
387 InGCS Carroll (m) 7157 9001 9807 4499 8801 40.24 9110 8802 -86.39 9110 8805 1.000026 9201 8806 240000.0 9001 8807 36000.0 9001
388 InGCS Carroll (ftUS) 7158 9003 9807 4497 8801 40.24 9110 8802 -86.39 9110 8805 1.000026 9201 8806 787400.0 9003 8807 118110.0 9003
389 InGCS Cass (m) 7159 9001 9807 4499 8801 40.33 9110 8802 -86.24 9110 8805 1.000028 9201 8806 240000.0 9001 8807 36000.0 9001
390 InGCS Cass (ftUS) 7160 9003 9807 4497 8801 40.33 9110 8802 -86.24 9110 8805 1.000028 9201 8806 787400.0 9003 8807 118110.0 9003
391 InGCS Clark-Floyd-Scott (m) 7161 9001 9807 4499 8801 38.09 9110 8802 -85.36 9110 8805 1.000021 9201 8806 240000.0 9001 8807 36000.0 9001
392 InGCS Clark-Floyd-Scott (ftUS) 7162 9003 9807 4497 8801 38.09 9110 8802 -85.36 9110 8805 1.000021 9201 8806 787400.0 9003 8807 118110.0 9003
393 InGCS Clay (m) 7163 9001 9807 4499 8801 39.09 9110 8802 -87.09 9110 8805 1.000024 9201 8806 240000.0 9001 8807 36000.0 9001
394 InGCS Clay (ftUS) 7164 9003 9807 4497 8801 39.09 9110 8802 -87.09 9110 8805 1.000024 9201 8806 787400.0 9003 8807 118110.0 9003
395 InGCS Clinton (m) 7165 9001 9807 4499 8801 40.09 9110 8802 -86.36 9110 8805 1.000032 9201 8806 240000.0 9001 8807 36000.0 9001
396 InGCS Clinton (ftUS) 7166 9003 9807 4497 8801 40.09 9110 8802 -86.36 9110 8805 1.000032 9201 8806 787400.0 9003 8807 118110.0 9003
397 InGCS Crawford-Lawrence-Orange (m) 7167 9001 9807 4499 8801 38.06 9110 8802 -86.3 9110 8805 1.000025 9201 8806 240000.0 9001 8807 36000.0 9001
398 InGCS Crawford-Lawrence-Orange (ftUS) 7168 9003 9807 4497 8801 38.06 9110 8802 -86.3 9110 8805 1.000025 9201 8806 787400.0 9003 8807 118110.0 9003
399 InGCS Daviess-Greene (m) 7169 9001 9807 4499 8801 38.27 9110 8802 -87.06 9110 8805 1.000018 9201 8806 240000.0 9001 8807 36000.0 9001
400 InGCS Daviess-Greene (ftUS) 7170 9003 9807 4497 8801 38.27 9110 8802 -87.06 9110 8805 1.000018 9201 8806 787400.0 9003 8807 118110.0 9003
401 InGCS Dearborn-Ohio-Switzerland (m) 7171 9001 9807 4499 8801 38.39 9110 8802 -84.54 9110 8805 1.000029 9201 8806 240000.0 9001 8807 36000.0 9001
402 InGCS Dearborn-Ohio-Switzerland (ftUS) 7172 9003 9807 4497 8801 38.39 9110 8802 -84.54 9110 8805 1.000029 9201 8806 787400.0 9003 8807 118110.0 9003
403 InGCS Decatur-Rush (m) 7173 9001 9807 4499 8801 39.06 9110 8802 -85.39 9110 8805 1.000036 9201 8806 240000.0 9001 8807 36000.0 9001
404 InGCS Decatur-Rush (ftUS) 7174 9003 9807 4497 8801 39.06 9110 8802 -85.39 9110 8805 1.000036 9201 8806 787400.0 9003 8807 118110.0 9003
405 InGCS DeKalb (m) 7175 9001 9807 4499 8801 41.15 9110 8802 -84.57 9110 8805 1.000036 9201 8806 240000.0 9001 8807 36000.0 9001
406 InGCS DeKalb (ftUS) 7176 9003 9807 4497 8801 41.15 9110 8802 -84.57 9110 8805 1.000036 9201 8806 787400.0 9003 8807 118110.0 9003
407 InGCS Dubois-Martin (m) 7177 9001 9807 4499 8801 38.12 9110 8802 -86.57 9110 8805 1.00002 9201 8806 240000.0 9001 8807 36000.0 9001
408 InGCS Dubois-Martin (ftUS) 7178 9003 9807 4497 8801 38.12 9110 8802 -86.57 9110 8805 1.00002 9201 8806 787400.0 9003 8807 118110.0 9003
409 InGCS Elkhart-Kosciusko-Wabash (m) 7179 9001 9807 4499 8801 40.39 9110 8802 -85.51 9110 8805 1.000033 9201 8806 240000.0 9001 8807 36000.0 9001
410 InGCS Elkhart-Kosciusko-Wabash (ftUS) 7180 9003 9807 4497 8801 40.39 9110 8802 -85.51 9110 8805 1.000033 9201 8806 787400.0 9003 8807 118110.0 9003
411 InGCS Fayette-Franklin-Union (m) 7181 9001 9807 4499 8801 39.15 9110 8802 -85.03 9110 8805 1.000038 9201 8806 240000.0 9001 8807 36000.0 9001
412 InGCS Fayette-Franklin-Union (ftUS) 7182 9003 9807 4497 8801 39.15 9110 8802 -85.03 9110 8805 1.000038 9201 8806 787400.0 9003 8807 118110.0 9003
413 InGCS Fountain-Warren (m) 7183 9001 9807 4499 8801 39.57 9110 8802 -87.18 9110 8805 1.000025 9201 8806 240000.0 9001 8807 36000.0 9001
414 InGCS Fountain-Warren (ftUS) 7184 9003 9807 4497 8801 39.57 9110 8802 -87.18 9110 8805 1.000025 9201 8806 787400.0 9003 8807 118110.0 9003
415 InGCS Fulton-Marshall-St. Joseph (m) 7185 9001 9807 4499 8801 40.54 9110 8802 -86.18 9110 8805 1.000031 9201 8806 240000.0 9001 8807 36000.0 9001
416 InGCS Fulton-Marshall-St. Joseph (ftUS) 7186 9003 9807 4497 8801 40.54 9110 8802 -86.18 9110 8805 1.000031 9201 8806 787400.0 9003 8807 118110.0 9003
417 InGCS Gibson (m) 7187 9001 9807 4499 8801 38.09 9110 8802 -87.39 9110 8805 1.000013 9201 8806 240000.0 9001 8807 36000.0 9001
418 InGCS Gibson (ftUS) 7188 9003 9807 4497 8801 38.09 9110 8802 -87.39 9110 8805 1.000013 9201 8806 787400.0 9003 8807 118110.0 9003
419 InGCS Grant (m) 7189 9001 9807 4499 8801 40.21 9110 8802 -85.42 9110 8805 1.000034 9201 8806 240000.0 9001 8807 36000.0 9001
420 InGCS Grant (ftUS) 7190 9003 9807 4497 8801 40.21 9110 8802 -85.42 9110 8805 1.000034 9201 8806 787400.0 9003 8807 118110.0 9003
421 InGCS Hamilton-Tipton (m) 7191 9001 9807 4499 8801 39.54 9110 8802 -86.0 9110 8805 1.000034 9201 8806 240000.0 9001 8807 36000.0 9001
422 InGCS Hamilton-Tipton (ftUS) 7192 9003 9807 4497 8801 39.54 9110 8802 -86.0 9110 8805 1.000034 9201 8806 787400.0 9003 8807 118110.0 9003
423 InGCS Hancock-Madison (m) 7193 9001 9807 4499 8801 39.39 9110 8802 -85.48 9110 8805 1.000036 9201 8806 240000.0 9001 8807 36000.0 9001
424 InGCS Hancock-Madison (ftUS) 7194 9003 9807 4497 8801 39.39 9110 8802 -85.48 9110 8805 1.000036 9201 8806 787400.0 9003 8807 118110.0 9003
425 InGCS Harrison-Washington (m) 7195 9001 9807 4499 8801 37.57 9110 8802 -86.09 9110 8805 1.000027 9201 8806 240000.0 9001 8807 36000.0 9001
426 InGCS Harrison-Washington (ftUS) 7196 9003 9807 4497 8801 37.57 9110 8802 -86.09 9110 8805 1.000027 9201 8806 787400.0 9003 8807 118110.0 9003
427 InGCS Henry (m) 7197 9001 9807 4499 8801 39.45 9110 8802 -85.27 9110 8805 1.000043 9201 8806 240000.0 9001 8807 36000.0 9001
428 InGCS Henry (ftUS) 7198 9003 9807 4497 8801 39.45 9110 8802 -85.27 9110 8805 1.000043 9201 8806 787400.0 9003 8807 118110.0 9003
429 InGCS Howard-Miami (m) 7199 9001 9807 4499 8801 40.21 9110 8802 -86.09 9110 8805 1.000031 9201 8806 240000.0 9001 8807 36000.0 9001
430 InGCS Howard-Miami (ftUS) 7200 9003 9807 4497 8801 40.21 9110 8802 -86.09 9110 8805 1.000031 9201 8806 787400.0 9003 8807 118110.0 9003
431 InGCS Huntington-Whitley (m) 7201 9001 9807 4499 8801 40.39 9110 8802 -85.3 9110 8805 1.000034 9201 8806 240000.0 9001 8807 36000.0 9001
432 InGCS Huntington-Whitley (ftUS) 7202 9003 9807 4497 8801 40.39 9110 8802 -85.3 9110 8805 1.000034 9201 8806 787400.0 9003 8807 118110.0 9003
433 InGCS Jackson (m) 7203 9001 9807 4499 8801 38.42 9110 8802 -85.57 9110 8805 1.000022 9201 8806 240000.0 9001 8807 36000.0 9001
434 InGCS Jackson (ftUS) 7204 9003 9807 4497 8801 38.42 9110 8802 -85.57 9110 8805 1.000022 9201 8806 787400.0 9003 8807 118110.0 9003
435 InGCS Jasper-Porter (m) 7205 9001 9807 4499 8801 40.42 9110 8802 -87.06 9110 8805 1.000027 9201 8806 240000.0 9001 8807 36000.0 9001
436 InGCS Jasper-Porter (ftUS) 7206 9003 9807 4497 8801 40.42 9110 8802 -87.06 9110 8805 1.000027 9201 8806 787400.0 9003 8807 118110.0 9003
437 InGCS Jay (m) 7207 9001 9807 4499 8801 40.18 9110 8802 -85.0 9110 8805 1.000038 9201 8806 240000.0 9001 8807 36000.0 9001
438 InGCS Jay (ftUS) 7208 9003 9807 4497 8801 40.18 9110 8802 -85.0 9110 8805 1.000038 9201 8806 787400.0 9003 8807 118110.0 9003
439 InGCS Jefferson (m) 7209 9001 9807 4499 8801 38.33 9110 8802 -85.21 9110 8805 1.000028 9201 8806 240000.0 9001 8807 36000.0 9001
440 InGCS Jefferson (ftUS) 7210 9003 9807 4497 8801 38.33 9110 8802 -85.21 9110 8805 1.000028 9201 8806 787400.0 9003 8807 118110.0 9003
441 InGCS Jennings (m) 7211 9001 9807 4499 8801 38.48 9110 8802 -85.48 9110 8805 1.000025 9201 8806 240000.0 9001 8807 36000.0 9001
442 InGCS Jennings (ftUS) 7212 9003 9807 4497 8801 38.48 9110 8802 -85.48 9110 8805 1.000025 9201 8806 787400.0 9003 8807 118110.0 9003
443 InGCS Johnson-Marion (m) 7213 9001 9807 4499 8801 39.18 9110 8802 -86.09 9110 8805 1.000031 9201 8806 240000.0 9001 8807 36000.0 9001
444 InGCS Johnson-Marion (ftUS) 7214 9003 9807 4497 8801 39.18 9110 8802 -86.09 9110 8805 1.000031 9201 8806 787400.0 9003 8807 118110.0 9003
445 InGCS Knox (m) 7215 9001 9807 4499 8801 38.24 9110 8802 -87.27 9110 8805 1.000015 9201 8806 240000.0 9001 8807 36000.0 9001
446 InGCS Knox (ftUS) 7216 9003 9807 4497 8801 38.24 9110 8802 -87.27 9110 8805 1.000015 9201 8806 787400.0 9003 8807 118110.0 9003
447 InGCS LaGrange-Noble (m) 7217 9001 9807 4499 8801 41.15 9110 8802 -85.27 9110 8805 1.000037 9201 8806 240000.0 9001 8807 36000.0 9001
448 InGCS LaGrange-Noble (ftUS) 7218 9003 9807 4497 8801 41.15 9110 8802 -85.27 9110 8805 1.000037 9201 8806 787400.0 9003 8807 118110.0 9003
449 InGCS Lake-Newton (m) 7219 9001 9807 4499 8801 40.42 9110 8802 -87.24 9110 8805 1.000026 9201 8806 240000.0 9001 8807 36000.0 9001
450 InGCS Lake-Newton (ftUS) 7220 9003 9807 4497 8801 40.42 9110 8802 -87.24 9110 8805 1.000026 9201 8806 787400.0 9003 8807 118110.0 9003
451 InGCS LaPorte-Pulaski-Starke (m) 7221 9001 9807 4499 8801 40.54 9110 8802 -86.45 9110 8805 1.000027 9201 8806 240000.0 9001 8807 36000.0 9001
452 InGCS LaPorte-Pulaski-Starke (ftUS) 7222 9003 9807 4497 8801 40.54 9110 8802 -86.45 9110 8805 1.000027 9201 8806 787400.0 9003 8807 118110.0 9003
453 InGCS Monroe-Morgan (m) 7223 9001 9807 4499 8801 38.57 9110 8802 -86.3 9110 8805 1.000028 9201 8806 240000.0 9001 8807 36000.0 9001
454 InGCS Monroe-Morgan (ftUS) 7224 9003 9807 4497 8801 38.57 9110 8802 -86.3 9110 8805 1.000028 9201 8806 787400.0 9003 8807 118110.0 9003
455 InGCS Montgomery-Putnam (m) 7225 9001 9807 4499 8801 39.27 9110 8802 -86.57 9110 8805 1.000031 9201 8806 240000.0 9001 8807 36000.0 9001
456 InGCS Montgomery-Putnam (ftUS) 7226 9003 9807 4497 8801 39.27 9110 8802 -86.57 9110 8805 1.000031 9201 8806 787400.0 9003 8807 118110.0 9003
457 InGCS Owen (m) 7227 9001 9807 4499 8801 39.09 9110 8802 -86.54 9110 8805 1.000026 9201 8806 240000.0 9001 8807 36000.0 9001
458 InGCS Owen (ftUS) 7228 9003 9807 4497 8801 39.09 9110 8802 -86.54 9110 8805 1.000026 9201 8806 787400.0 9003 8807 118110.0 9003
459 InGCS Parke-Vermillion (m) 7229 9001 9807 4499 8801 39.36 9110 8802 -87.21 9110 8805 1.000022 9201 8806 240000.0 9001 8807 36000.0 9001
460 InGCS Parke-Vermillion (ftUS) 7230 9003 9807 4497 8801 39.36 9110 8802 -87.21 9110 8805 1.000022 9201 8806 787400.0 9003 8807 118110.0 9003
461 InGCS Perry (m) 7231 9001 9807 4499 8801 37.48 9110 8802 -86.42 9110 8805 1.00002 9201 8806 240000.0 9001 8807 36000.0 9001
462 InGCS Perry (ftUS) 7232 9003 9807 4497 8801 37.48 9110 8802 -86.42 9110 8805 1.00002 9201 8806 787400.0 9003 8807 118110.0 9003
463 InGCS Pike-Warrick (m) 7233 9001 9807 4499 8801 37.51 9110 8802 -87.18 9110 8805 1.000015 9201 8806 240000.0 9001 8807 36000.0 9001
464 InGCS Pike-Warrick (ftUS) 7234 9003 9807 4497 8801 37.51 9110 8802 -87.18 9110 8805 1.000015 9201 8806 787400.0 9003 8807 118110.0 9003
465 InGCS Posey (m) 7235 9001 9807 4499 8801 37.45 9110 8802 -87.57 9110 8805 1.000013 9201 8806 240000.0 9001 8807 36000.0 9001
466 InGCS Posey (ftUS) 7236 9003 9807 4497 8801 37.45 9110 8802 -87.57 9110 8805 1.000013 9201 8806 787400.0 9003 8807 118110.0 9003
467 InGCS Randolph-Wayne (m) 7237 9001 9807 4499 8801 39.42 9110 8802 -85.03 9110 8805 1.000044 9201 8806 240000.0 9001 8807 36000.0 9001
468 InGCS Randolph-Wayne (ftUS) 7238 9003 9807 4497 8801 39.42 9110 8802 -85.03 9110 8805 1.000044 9201 8806 787400.0 9003 8807 118110.0 9003
469 InGCS Ripley (m) 7239 9001 9807 4499 8801 38.54 9110 8802 -85.18 9110 8805 1.000038 9201 8806 240000.0 9001 8807 36000.0 9001
470 InGCS Ripley (ftUS) 7240 9003 9807 4497 8801 38.54 9110 8802 -85.18 9110 8805 1.000038 9201 8806 787400.0 9003 8807 118110.0 9003
471 InGCS Shelby (m) 7241 9001 9807 4499 8801 39.18 9110 8802 -85.54 9110 8805 1.00003 9201 8806 240000.0 9001 8807 36000.0 9001
472 InGCS Shelby (ftUS) 7242 9003 9807 4497 8801 39.18 9110 8802 -85.54 9110 8805 1.00003 9201 8806 787400.0 9003 8807 118110.0 9003
473 InGCS Spencer (m) 7243 9001 9807 4499 8801 37.45 9110 8802 -87.03 9110 8805 1.000014 9201 8806 240000.0 9001 8807 36000.0 9001
474 InGCS Spencer (ftUS) 7244 9003 9807 4497 8801 37.45 9110 8802 -87.03 9110 8805 1.000014 9201 8806 787400.0 9003 8807 118110.0 9003
475 InGCS Steuben (m) 7245 9001 9807 4499 8801 41.3 9110 8802 -85.0 9110 8805 1.000041 9201 8806 240000.0 9001 8807 36000.0 9001
476 InGCS Steuben (ftUS) 7246 9003 9807 4497 8801 41.3 9110 8802 -85.0 9110 8805 1.000041 9201 8806 787400.0 9003 8807 118110.0 9003
477 InGCS Sullivan (m) 7247 9001 9807 4499 8801 38.54 9110 8802 -87.3 9110 8805 1.000017 9201 8806 240000.0 9001 8807 36000.0 9001
478 InGCS Sullivan (ftUS) 7248 9003 9807 4497 8801 38.54 9110 8802 -87.3 9110 8805 1.000017 9201 8806 787400.0 9003 8807 118110.0 9003
479 InGCS Tippecanoe-White (m) 7249 9001 9807 4499 8801 40.12 9110 8802 -86.54 9110 8805 1.000026 9201 8806 240000.0 9001 8807 36000.0 9001
480 InGCS Tippecanoe-White (ftUS) 7250 9003 9807 4497 8801 40.12 9110 8802 -86.54 9110 8805 1.000026 9201 8806 787400.0 9003 8807 118110.0 9003
481 InGCS Vanderburgh (m) 7251 9001 9807 4499 8801 37.48 9110 8802 -87.33 9110 8805 1.000015 9201 8806 240000.0 9001 8807 36000.0 9001
482 InGCS Vanderburgh (ftUS) 7252 9003 9807 4497 8801 37.48 9110 8802 -87.33 9110 8805 1.000015 9201 8806 787400.0 9003 8807 118110.0 9003
483 InGCS Vigo (m) 7253 9001 9807 4499 8801 39.15 9110 8802 -87.27 9110 8805 1.00002 9201 8806 240000.0 9001 8807 36000.0 9001
484 InGCS Vigo (ftUS) 7254 9003 9807 4497 8801 39.15 9110 8802 -87.27 9110 8805 1.00002 9201 8806 787400.0 9003 8807 118110.0 9003
485 InGCS Wells (m) 7255 9001 9807 4499 8801 40.33 9110 8802 -85.15 9110 8805 1.000034 9201 8806 240000.0 9001 8807 36000.0 9001
486 InGCS Wells (ftUS) 7256 9003 9807 4497 8801 40.33 9110 8802 -85.15 9110 8805 1.000034 9201 8806 787400.0 9003 8807 118110.0 9003
487 WISCRS Ashland County (m) 7378 9001 9807 4499 8801 45.4222 9110 8802 -90.372 9110 8805 1.0000495683 9201 8806 172821.9461 9001 8807 0.0017 9001
488 WISCRS Ashland County (ftUS) 7379 9003 9807 4497 8801 45.4222 9110 8802 -90.372 9110 8805 1.0000495683 9201 8806 567000.001 9003 8807 0.006 9003
489 WISCRS Bayfield County (m) 7380 9001 9801 4499 8801 46.4010734158 9110 8802 -91.091 9110 8805 1.0000331195 9201 8806 228600.4575 9001 8807 148551.4837 9001
560 WISCRS Wood County (ftUS) 7483 9003 9801 4497 8801 44.214534369 9110 8802 -90 9110 8805 1.0000421209 9201 8806 684000.001 9003 8807 441566.551 9003
561 WISCRS Adams and Juneau Counties (m) 7484 9001 9807 4499 8801 43.22 9110 8802 -90 9110 8805 1.0000365285 9201 8806 147218.6942 9001 8807 0.0037 9001
562 WISCRS Adams and Juneau Counties (ftUS) 7485 9003 9807 4497 8801 43.22 9110 8802 -90 9110 8805 1.0000365285 9201 8806 482999.999 9003 8807 0.012 9003
563 WISCRS Calumet, Fond du Lac, Outagamie and Winnebago Counties (m) 7486 9001 9807 4499 8801 42.431 9110 8802 -88.3 9110 8805 1.0000286569 9201 8806 244754.8893 9001 8807 0.0049 9001
564 WISCRS Calumet, Fond du Lac, Outagamie and Winnebago Counties (ftUS) 7487 9003 9807 4497 8801 42.431 9110 8802 -88.3 9110 8805 1.0000286569 9201 8806 802999.999 9003 8807 0.016 9003
565 WISCRS Columbia County (m) 7488 9001 9801 4499 8801 43.2745167925 9110 8802 -89.234 9110 8805 1.00003498 9201 8806 169164.3381 9001 8807 111569.6134 9001
566 WISCRS Columbia County (ftUS) 7489 9003 9801 4497 8801 43.2745167925 9110 8802 -89.234 9110 8805 1.00003498 9201 8806 554999.999 9003 8807 366041.307 9003
567 WISCRS Crawford County (m) 7490 9001 9801 4499 8801 43.1200200178 9110 8802 -90.562 9110 8805 1.0000349151 9201 8806 113690.6274 9001 8807 53703.1201 9001
578 WISCRS Green Lake and Marquette Counties (ftUS) 7501 9003 9801 4497 8801 43.4825200424 9110 8802 -89.143 9110 8805 1.0000344057 9201 8806 495000 9003 8807 259746.132 9003
579 WISCRS Iowa County (m) 7502 9001 9807 4499 8801 42.322 9110 8802 -90.094 9110 8805 1.0000394961 9201 8806 113081.0261 9001 8807 0.0045 9001
580 WISCRS Iowa County (ftUS) 7503 9003 9807 4497 8801 42.322 9110 8802 -90.094 9110 8805 1.0000394961 9201 8806 371000 9003 8807 0.015 9003
581 WISCRS Kenosha, Milwaukee, Ozaukee and Racine Counties (m) 7504 9001 9807 4499 8801 42.13 9110 8802 -87.534 9110 8805 1.0000260649 9201 8806 185928.3728 9001 8807 0.0009 9001
582 WISCRS Kenosha, Milwaukee, Ozaukee and Racine Counties (ftUS) 7505 9003 9807 4497 8801 42.13 9110 8802 -87.534 9110 8805 1.0000260649 9201 8806 610000.003 9003 8807 0.003 9003
583 WISCRS Kewaunee, Manitowoc and Sheboygan Counties (m) 7506 9001 9807 4499 8801 43.16 9110 8802 -87.33 9110 8805 1.0000233704 9201 8806 79857.7614 9001 8807 0.0012 9001
584 WISCRS Kewaunee, Manitowoc and Sheboygan Counties (ftUS) 7507 9003 9807 4497 8801 43.16 9110 8802 -87.33 9110 8805 1.0000233704 9201 8806 262000.006 9003 8807 0.004 9003
585 WISCRS La Crosse County (m) 7508 9001 9807 4499 8801 43.2704 9110 8802 -91.19 9110 8805 1.0000319985 9201 8806 130454.6598 9001 8807 0.0033 9001
586 WISCRS La Crosse County (ftUS) 7509 9003 9807 4497 8801 43.2704 9110 8802 -91.19 9110 8805 1.0000319985 9201 8806 427999.996 9003 8807 0.011 9003
587 WISCRS Monroe County (m) 7510 9001 9801 4499 8801 44.0000266143 9110 8802 -90.383 9110 8805 1.0000434122 9201 8806 204521.209 9001 8807 121923.9861 9001
646 St. Helena Local Grid (Tritan) 7876 9001 9807 4400 8801 -15.58 9110 8802 -5.43 9110 8805 1 9201 8806 299483.737 9001 8807 2000527.879 9001
647 TM Zone 20N (US survey feet) 8033 9003 9807 4497 8801 0 9102 8802 -63 9102 8805 0.9996 9201 8806 1640416.667 9003 8807 0 9003
648 TM Zone 21N (US survey feet) 8034 9003 9807 4497 8801 0 9102 8802 -57 9102 8805 0.9996 9201 8806 1640416.667 9003 8807 0 9003
649 Pima County zone 2 Central (ft) 8062 9002 9807 4495 8801 31.15 9110 8802 -112.1 9110 8805 1.00009 9201 8806 1800000.0 9002 8807 1000000.0 9002
650 Pima County zone 3 West (ft) 8063 9002 9807 4495 8801 31.3 9110 8802 -113.1 9110 8805 1.000055 9201 8806 600000.0 9002 8807 0.0 9002
651 Pima County zone 4 Mt. Lemmon (ft) 8064 9002 9801 4495 8801 30.3 9110 8802 -110.45 9110 8805 0.9998 9201 8806 30000.0 9002 8807 -620000.0 9002
652 Oregon Burns-Harper zone (meter) 8273 9001 9807 4499 8801 43.3 9110 8802 -117.4 9110 8805 1.00014 9201 8806 90000.0 9001 8807 0.0 9001
653 Oregon Burns-Harper zone (international foot) 8274 9002 9807 4495 8801 43.3 9110 8802 -117.4 9110 8805 1.00014 9201 8806 295275.5906 9002 8807 0.0 9002
654 Oregon Canyon City-Burns zone (meter) 8275 9001 9807 4499 8801 43.3 9110 8802 -119.0 9110 8805 1.00022 9201 8806 20000.0 9001 8807 0.0 9001
655 Oregon Canyon City-Burns zone (international foot) 8276 9002 9807 4495 8801 43.3 9110 8802 -119.0 9110 8805 1.00022 9201 8806 65616.7979 9002 8807 0.0 9002
656 Oregon Coast Range North zone (meter) 8277 9001 9801 4499 8801 45.35 9110 8802 -123.25 9110 8805 1.000045 9201 8806 30000.0 9001 8807 20000.0 9001
657 Oregon Coast Range North zone (international foot) 8278 9002 9801 4495 8801 45.35 9110 8802 -123.25 9110 8805 1.000045 9201 8806 98425.1969 9002 8807 65616.7979 9002
658 Oregon Dayville-Prairie City zone (meter) 8279 9001 9807 4499 8801 44.15 9110 8802 -119.38 9110 8805 1.00012 9201 8806 20000.0 9001 8807 0.0 9001
659 Oregon Dayville-Prairie City zone (international foot) 8280 9002 9807 4495 8801 44.15 9110 8802 -119.38 9110 8805 1.00012 9201 8806 65616.7979 9002 8807 0.0 9002
660 Oregon Denio-Burns zone (meter) 8281 9001 9807 4499 8801 41.45 9110 8802 -118.25 9110 8805 1.00019 9201 8806 80000.0 9001 8807 0.0 9001
661 Oregon Denio-Burns zone (international foot) 8282 9002 9807 4495 8801 41.45 9110 8802 -118.25 9110 8805 1.00019 9201 8806 262467.1916 9002 8807 0.0 9002
662 Oregon Halfway zone (meter) 8283 9001 9801 4499 8801 45.15 9110 8802 -117.15 9110 8805 1.000085 9201 8806 40000.0 9001 8807 70000.0 9001
663 Oregon Halfway zone (international foot) 8284 9002 9801 4495 8801 45.15 9110 8802 -117.15 9110 8805 1.000085 9201 8806 131233.5958 9002 8807 229658.7927 9002
664 Oregon Medford-Diamond Lake zone (meter) 8285 9001 9801 4499 8801 42.0 9110 8802 -122.15 9110 8805 1.00004 9201 8806 60000.0 9001 8807 -60000.0 9001
665 Oregon Medford-Diamond Lake zone (international foot) 8286 9002 9801 4495 8801 42.0 9110 8802 -122.15 9110 8805 1.00004 9201 8806 196850.3937 9002 8807 -196850.3937 9002
666 Oregon Mitchell zone (meter) 8287 9001 9801 4499 8801 47.0 9110 8802 -120.15 9110 8805 0.99927 9201 8806 30000.0 9001 8807 290000.0 9001
667 Oregon Mitchell zone (international foot) 8288 9002 9801 4495 8801 47.0 9110 8802 -120.15 9110 8805 0.99927 9201 8806 98425.1969 9002 8807 951443.5696 9002
668 Oregon North Central zone (meter) 8289 9001 9801 4499 8801 46.1 9110 8802 -120.3 9110 8805 1.0 9201 8806 100000.0 9001 8807 140000.0 9001
669 Oregon North Central zone (international foot) 8290 9002 9801 4495 8801 46.1 9110 8802 -120.3 9110 8805 1.0 9201 8806 328083.9895 9002 8807 459317.5853 9002
670 Oregon Ochoco Summit zone (meter) 8291 9001 9801 4499 8801 43.3 9110 8802 -120.3 9110 8805 1.00006 9201 8806 40000.0 9001 8807 -80000.0 9001
671 Oregon Ochoco Summit zone (international foot) 8292 9002 9801 4495 8801 43.3 9110 8802 -120.3 9110 8805 1.00006 9201 8806 131233.5958 9002 8807 -262467.1916 9002
672 Oregon Owyhee zone (meter) 8293 9001 9807 4499 8801 41.45 9110 8802 -117.35 9110 8805 1.00018 9201 8806 70000.0 9001 8807 0.0 9001
673 Oregon Owyhee zone (international foot) 8294 9002 9807 4495 8801 41.45 9110 8802 -117.35 9110 8805 1.00018 9201 8806 229658.7927 9002 8807 0.0 9002
674 Oregon Pilot Rock-Ukiah zone (meter) 8295 9001 9801 4499 8801 46.1 9110 8802 -119.0 9110 8805 1.000025 9201 8806 50000.0 9001 8807 130000.0 9001
675 Oregon Pilot Rock-Ukiah zone (international foot) 8296 9002 9801 4495 8801 46.1 9110 8802 -119.0 9110 8805 1.000025 9201 8806 164041.9948 9002 8807 426509.1864 9002
676 Oregon Prairie City-Brogan zone (meter) 8297 9001 9801 4499 8801 44.0 9110 8802 -118.0 9110 8805 1.00017 9201 8806 60000.0 9001 8807 0.0 9001
677 Oregon Prairie City-Brogan zone (international foot) 8298 9002 9801 4495 8801 44.0 9110 8802 -118.0 9110 8805 1.00017 9201 8806 196850.3937 9002 8807 0.0 9002
678 Oregon Riley-Lakeview zone (meter) 8299 9001 9807 4499 8801 41.45 9110 8802 -120.2 9110 8805 1.000215 9201 8806 70000.0 9001 8807 0.0 9001
679 Oregon Riley-Lakeview zone (international foot) 8300 9002 9807 4495 8801 41.45 9110 8802 -120.2 9110 8805 1.000215 9201 8806 229658.7927 9002 8807 0.0 9002
680 Oregon Siskiyou Pass zone (meter) 8301 9001 9801 4499 8801 42.3 9110 8802 -122.35 9110 8805 1.00015 9201 8806 10000.0 9001 8807 60000.0 9001
681 Oregon Siskiyou Pass zone (international foot) 8302 9002 9801 4495 8801 42.3 9110 8802 -122.35 9110 8805 1.00015 9201 8806 32808.399 9002 8807 196850.3937 9002
682 Oregon Ukiah-Fox zone (meter) 8303 9001 9801 4499 8801 45.15 9110 8802 -119.0 9110 8805 1.00014 9201 8806 30000.0 9001 8807 90000.0 9001
683 Oregon Ukiah-Fox zone (international foot) 8304 9002 9801 4495 8801 45.15 9110 8802 -119.0 9110 8805 1.00014 9201 8806 98425.1969 9002 8807 295275.5906 9002
684 Oregon Wallowa zone (meter) 8305 9001 9807 4495 8801 45.15 9110 8802 -117.3 9110 8805 1.000195 9201 8806 60000.0 9001 8807 0.0 9001
685 Oregon Wallowa zone (international foot) 8306 9002 9807 4495 8801 45.15 9110 8802 -117.3 9110 8805 1.000195 9201 8806 196850.3937 9002 8807 0.0 9002
686 Oregon Warner Highway zone (meter) 8307 9001 9801 4499 8801 42.3 9110 8802 -120.0 9110 8805 1.000245 9201 8806 40000.0 9001 8807 60000.0 9001
687 Oregon Warner Highway zone (international foot) 8308 9002 9801 4495 8801 42.3 9110 8802 -120.0 9110 8805 1.000245 9201 8806 131233.5958 9002 8807 196850.3937 9002
688 Oregon Willamette Pass zone (meter) 8309 9001 9807 4499 8801 43.0 9110 8802 -122.0 9110 8805 1.000223 9201 8806 20000.0 9001 8807 0.0 9001
689 Oregon Willamette Pass zone (international foot) 8310 9002 9807 4495 8801 43.0 9110 8802 -122.0 9110 8805 1.000223 9201 8806 65616.7979 9002 8807 0.0 9002
690 NCRS Las Vegas zone (m) 8373 9001 9807 4499 8801 36.15 9110 8802 -114.58 9110 8805 1.0001 9201 8806 100000.0 9001 8807 200000.0 9001
691 NCRS Las Vegas zone (ftUS) 8374 9003 9807 4497 8801 36.15 9110 8802 -114.58 9110 8805 1.0001 9201 8806 328083.3333 9003 8807 656166.6667 9003
692 NCRS Las Vegas high elevation zone (m) 8375 9001 9807 4499 8801 36.15 9110 8802 -114.58 9110 8805 1.000135 9201 8806 300000.0 9001 8807 400000.0 9001
693 NCRS Las Vegas high elevation zone (ftUS) 8376 9003 9807 4497 8801 36.15 9110 8802 -114.58 9110 8805 1.000135 9201 8806 984250.0 9003 8807 1312333.3333 9003
694 Kansas regional zone 1 Goodland (ftUS) 8458 9003 9807 4497 8801 37.3 9110 8802 -101.36 9110 8805 1.000156 9201 8806 1500000.0 9003 8807 0.0 9003
695 Kansas regional zone 2 Colby (ftUS) 8459 9003 9807 4497 8801 37.3 9110 8802 -100.57 9110 8805 1.000134 9201 8806 2500000.0 9003 8807 0.0 9003
696 Kansas regional zone 3 Oberlin (ftUS) 8490 9003 9807 4497 8801 37.3 9110 8802 -100.21 9110 8805 1.000116 9201 8806 3500000.0 9003 8807 0.0 9003
697 Kansas regional zone 4 Hays (ftUS) 8491 9003 9807 4497 8801 37.3 9110 8802 -99.27 9110 8805 1.000082 9201 8806 4500000.0 9003 8807 0.0 9003
698 Kansas regional zone 5 Great Bend (ftUS) 8492 9003 9807 4497 8801 37.3 9110 8802 -98.4 9110 8805 1.000078 9201 8806 5500000.0 9003 8807 0.0 9003
699 Kansas regional zone 6 Beliot (ftUS) 8493 9003 9807 4497 8801 37.3 9110 8802 -98.09 9110 8805 1.000068 9201 8806 6500000.0 9003 8807 0.0 9003
700 Kansas regional zone 7 Salina (ftUS) 8494 9003 9807 4497 8801 37.3 9110 8802 -97.2 9110 8805 1.000049 9201 8806 7500000.0 9003 8807 0.0 9003
701 Kansas regional zone 8 Manhattan (ftUS) 8495 9003 9801 4497 8801 39.1 9110 8802 -96.3 9110 8805 1.000044 9201 8806 8500000.0 9003 8807 600000.0 9003
702 Kansas regional zone 9 Emporia (ftUS) 8498 9003 9801 4497 8801 38.3 9110 8802 -96.3 9110 8805 1.00005 9201 8806 9500000.0 9003 8807 300000.0 9003
703 Kansas regional zone 10 Atchison (ftUS) 8499 9003 9801 4497 8801 39.38 9110 8802 -95.45 9110 8805 1.00004 9201 8806 10500000.0 9003 8807 700000.0 9003
704 Kansas regional zone 11 Kansas City (ftUS) 8500 9003 9801 4497 8801 39.06 9110 8802 -95.15 9110 8805 1.000033 9201 8806 11500000.0 9003 8807 600000.0 9003
705 Kansas regional zone 12 Ulysses (ftUS) 8501 9003 9807 4497 8801 36.45 9110 8802 -101.25 9110 8805 1.00014 9201 8806 12500000.0 9003 8807 0.0 9003
706 Kansas regional zone 13 Garden City (ftUS) 8502 9003 9807 4497 8801 36.45 9110 8802 -100.24 9110 8805 1.000109 9201 8806 13500000.0 9003 8807 0.0 9003
707 Kansas regional zone 14 Dodge City (ftUS) 8503 9003 9807 4497 8801 36.45 9110 8802 -99.4 9110 8805 1.000097 9201 8806 14500000.0 9003 8807 0.0 9003
708 Kansas regional zone 15 Larned (ftUS) 8504 9003 9807 4497 8801 36.45 9110 8802 -99.12 9110 8805 1.000087 9201 8806 15500000.0 9003 8807 0.0 9003
709 Kansas regional zone 16 Pratt (ftUS) 8505 9003 9807 4497 8801 36.45 9110 8802 -98.33 9110 8805 1.000069 9201 8806 16500000.0 9003 8807 0.0 9003
710 Kansas regional zone 17 Wichita (ftUS) 8506 9003 9801 4497 8801 37.46 9110 8802 -97.3 9110 8805 1.000059 9201 8806 17500000.0 9003 8807 400000.0 9003
711 Kansas regional zone 18 Arkansas City (ftUS) 8507 9003 9801 4497 8801 37.11 9110 8802 -97.3 9110 8805 1.000055 9201 8806 18500000.0 9003 8807 200000.0 9003
712 Kansas regional zone 19 Coffeyville (ftUS) 8515 9003 9807 4497 8801 36.45 9110 8802 -95.58 9110 8805 1.000034 9201 8806 19500000.0 9003 8807 0.0 9003
713 Kansas regional zone 20 Pittsburg (ftUS) 8516 9003 9807 4497 8801 36.45 9110 8802 -95.05 9110 8805 1.000031 9201 8806 20500000.0 9003 8807 0.0 9003
714 SPCS83 Alabama East zone (US survey foot) 9746 9003 9807 4497 8801 30.3 9110 8802 -85.5 9110 8805 0.99996 9201 8806 656166.667 9003 8807 0.0 9003
715 SPCS83 Alabama West zone (US survey foot) 9747 9003 9807 4497 8801 30.0 9110 8802 -87.3 9110 8805 0.999933333 9201 8806 1968500.0 9003 8807 0.0 9003
716 Alabama CS27 East zone 10101 9003 9807 4497 8801 30.3 9110 8802 -85.5 9110 8805 0.99996 9201 8806 500000 9003 8807 0 9003
717 Alabama CS27 West zone 10102 9003 9807 4497 8801 30 9110 8802 -87.3 9110 8805 0.999933333 9201 8806 500000 9003 8807 0 9003
718 SPCS83 Alabama East zone (meters) 10131 9001 9807 4499 8801 30.3 9110 8802 -85.5 9110 8805 0.99996 9201 8806 200000 9001 8807 0 9001
773 Illinois CS27 West zone 11202 9003 9807 4497 8801 36.4 9110 8802 -90.1 9110 8805 0.999941177 9201 8806 500000 9003 8807 0 9003
774 SPCS83 Illinois East zone (meters) 11231 9001 9807 4499 8801 36.4 9110 8802 -88.2 9110 8805 0.999975 9201 8806 300000 9001 8807 0 9001
775 SPCS83 Illinois West zone (meters) 11232 9001 9807 4499 8801 36.4 9110 8802 -90.1 9110 8805 0.999941177 9201 8806 700000 9001 8807 0 9001
776 Illinois Coordinate System of 1983 Aurora zone (US survey foot) 11233 9003 9807 1053 8801 41.15 9110 8802 -88.3 9110 8805 1.00003 9201 8806 3773000.0 9003 8807 492000.0 9003
777 Illinois Coordinate System of 1983 Chicago zone (US survey foot) 11234 9003 9807 1053 8801 41.15 9110 8802 -87.48 9110 8805 1.000023 9201 8806 4757000.0 9003 8807 492000.0 9003
778 Illinois Coordinate System of 1983 Moline zone (US survey foot) 11235 9003 9801 1053 8801 41.33 9110 8802 -90.36 9110 8805 1.000024 9201 8806 5741000.0 9003 8807 755000.0 9003
779 Illinois Coordinate System of 1983 Sterling zone (US survey foot) 11236 9003 9801 1053 8801 41.33 9110 8802 -90.03 9110 8805 1.00002 9201 8806 6726000.0 9003 8807 755000.0 9003
780 Illinois Coordinate System of 1983 Ottawa zone (US survey foot) 11237 9003 9801 1053 8801 41.18 9110 8802 -89.03 9110 8805 1.000023 9201 8806 7743000.0 9003 8807 755000.0 9003
781 Illinois Coordinate System of 1983 Joliet zone (US survey foot) 11238 9003 9807 1053 8801 40.33 9110 8802 -88.0 9110 8805 1.000022 9201 8806 8694000.0 9003 8807 492000.0 9003
782 Illinois Coordinate System of 1983 Monmouth zone (US survey foot) 11239 9003 9807 1053 8801 40.12 9110 8802 -90.51 9110 8805 1.000024 9201 8806 9678000.0 9003 8807 492000.0 9003
783 Illinois Coordinate System of 1983 Galesburg zone (US survey foot) 11240 9003 9807 1053 8801 37.15 9110 8802 -90.06 9110 8805 1.000023 9201 8806 230000.0 9003 8807 492000.0 9003
784 Illinois Coordinate System of 1983 Peoria zone (US survey foot) 11241 9003 9807 1053 8801 37.24 9110 8802 -89.39 9110 8805 1.000023 9201 8806 1378000.0 9003 8807 622000.0 9003
785 Illinois Coordinate System of 1983 Eureka zone (US survey foot) 11242 9003 9807 1053 8801 37.27 9110 8802 -89.18 9110 8805 1.000025 9201 8806 2756000.0 9003 8807 427000.0 9003
786 Illinois Coordinate System of 1983 Bloomington zone (US survey foot) 11243 9003 9801 1053 8801 40.3 9110 8802 -88.51 9110 8805 1.000031 9201 8806 3773000.0 9003 8807 1739000.0 9003
787 Illinois Coordinate System of 1983 Pontiac zone (US survey foot) 11244 9003 9801 1053 8801 40.54 9110 8802 -88.33 9110 8805 1.000025 9201 8806 4757000.0 9003 8807 1739000.0 9003
788 Illinois Coordinate System of 1983 Watseka zone (US survey foot) 11245 9003 9801 1053 8801 40.45 9110 8802 -87.57 9110 8805 1.000024 9201 8806 5741000.0 9003 8807 1739000.0 9003
789 Illinois Coordinate System of 1983 Quincy zone (US survey foot) 11246 9003 9807 1053 8801 36.45 9110 8802 -91.15 9110 8805 1.000023 9201 8806 6726000.0 9003 8807 492000.0 9003
790 Illinois Coordinate System of 1983 Macomb zone (US survey foot) 11247 9003 9807 1053 8801 36.48 9110 8802 -90.36 9110 8805 1.000024 9201 8806 7710000.0 9003 8807 492000.0 9003
791 Illinois Coordinate System of 1983 Lincoln zone (US survey foot) 11248 9003 9801 1053 8801 40.09 9110 8802 -89.48 9110 8805 1.000018 9201 8806 8760000.0 9003 8807 1739000.0 9003
792 Illinois Coordinate System of 1983 Decatur zone (US survey foot) 11249 9003 9807 1053 8801 36.18 9110 8802 -88.48 9110 8805 1.000024 9201 8806 9678000.0 9003 8807 492000.0 9003
793 Illinois Coordinate System of 1983 Champaign zone (US survey foot) 11250 9003 9801 1053 8801 40.09 9110 8802 -88.0 9110 8805 1.000026 9201 8806 328000.0 9003 8807 2822000.0 9003
794 Illinois Coordinate System of 1983 Jacksonville zone (US survey foot) 11251 9003 9801 1053 8801 39.39 9110 8802 -90.36 9110 8805 1.000023 9201 8806 1247000.0 9003 8807 2822000.0 9003
795 Illinois Coordinate System of 1983 Springfield zone (US survey foot) 11252 9003 9801 1053 8801 39.45 9110 8802 -89.39 9110 8805 1.000022 9201 8806 2329000.0 9003 8807 2887000.0 9003
796 Illinois Coordinate System of 1983 Charleston zone (US survey foot) 11253 9003 9801 1053 8801 39.39 9110 8802 -88.0 9110 8805 1.000024 9201 8806 3773000.0 9003 8807 2756000.0 9003
797 Illinois Coordinate System of 1983 Jerseyville zone (US survey foot) 11254 9003 9807 1053 8801 32.51 9110 8802 -90.3 9110 8805 1.000019 9201 8806 4757000.0 9003 8807 492000.0 9003
798 Illinois Coordinate System of 1983 Carlinville zone (US survey foot) 11255 9003 9801 1053 8801 39.18 9110 8802 -90.09 9110 8805 1.00002 9201 8806 5741000.0 9003 8807 2756000.0 9003
799 Illinois Coordinate System of 1983 Taylorville zone (US survey foot) 11256 9003 9807 1053 8801 33.09 9110 8802 -89.24 9110 8805 1.000023 9201 8806 6726000.0 9003 8807 492000.0 9003
800 Illinois Coordinate System of 1983 Effingham zone (US survey foot) 11257 9003 9801 1053 8801 38.57 9110 8802 -89.0 9110 8805 1.000019 9201 8806 7710000.0 9003 8807 2756000.0 9003
801 Illinois Coordinate System of 1983 Robinson zone (US survey foot) 11258 9003 9801 1053 8801 39.06 9110 8802 -88.0 9110 8805 1.000017 9201 8806 8694000.0 9003 8807 2756000.0 9003
802 Illinois Coordinate System of 1983 Belleville zone (US survey foot) 11259 9003 9807 1053 8801 32.21 9110 8802 -90.0 9110 8805 1.000016 9201 8806 9678000.0 9003 8807 492000.0 9003
803 Illinois Coordinate System of 1983 Mount Vernon zone (US survey foot) 11260 9003 9801 1053 8801 38.27 9110 8802 -89.09 9110 8805 1.000015 9201 8806 328000.0 9003 8807 3773000.0 9003
804 Illinois Coordinate System of 1983 Olney zone (US survey foot) 11261 9003 9801 1053 8801 38.33 9110 8802 -88.09 9110 8805 1.000013 9201 8806 1247000.0 9003 8807 3773000.0 9003
805 Illinois Coordinate System of 1983 Carbondale zone (US survey foot) 11262 9003 9801 1053 8801 37.54 9110 8802 -88.57 9110 8805 1.000012 9201 8806 2395000.0 9003 8807 3773000.0 9003
806 Illinois Coordinate System of 1983 Metropolis zone (US survey foot) 11263 9003 9801 1053 8801 37.12 9110 8802 -88.54 9110 8805 1.00001 9201 8806 3642000.0 9003 8807 3839000.0 9003
807 Illinois Coordinate System of 1983 Freeport zone (US survey foot) 11264 9003 9801 1053 8801 42.12 9110 8802 -89.57 9110 8805 1.000029 9201 8806 1804000.0 9003 8807 755000.0 9003
808 Illinois Coordinate System of 1983 Rockford zone (US survey foot) 11265 9003 9807 1053 8801 41.15 9110 8802 -89.15 9110 8805 1.000029 9201 8806 2822000.0 9003 8807 492000.0 9003
809 Indiana CS27 East zone 11301 9003 9807 4497 8801 37.3 9110 8802 -85.4 9110 8805 0.999966667 9201 8806 500000 9003 8807 0 9003
810 Indiana CS27 West zone 11302 9003 9807 4497 8801 37.3 9110 8802 -87.05 9110 8805 0.999966667 9201 8806 500000 9003 8807 0 9003
811 SPCS83 Indiana East zone (meters) 11331 9001 9807 4499 8801 37.3 9110 8802 -85.4 9110 8805 0.999966667 9201 8806 100000 9001 8807 250000 9001

View File

@ -1,8 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<map xmlns="http://www.gpxsee.org/map/1.4">
<name>4UMaps</name>
<url>https://tileserver.4umaps.com/$z/$x/$y.png</url>
<zoom min="2" max="15"/>
<bounds bottom="-65"/>
<copyright>Map data: © OpenStreetMap contributors (ODbL) | Rendering: © 4UMaps.eu</copyright>
</map>

6
data/maps/mtbmap-cz.xml Normal file
View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<map xmlns="http://www.gpxsee.org/map/1.4">
<name>mtbmap.cz</name>
<url>https://tile.mtbmap.cz/mtbmap_tiles/$z/$x/$y.png</url>
<copyright>Map data: OpenStreetMap, USGS | Rendering: Martin Tesař</copyright>
</map>

View File

@ -376,7 +376,7 @@
<!-- hillshading -->
<hillshading />
<hillshading zoom-min="9" zoom-max="16"/>
<!-- buildings -->
@ -1006,7 +1006,7 @@
<rule e="any" k="amenity" v="police" zoom-min="17">
<symbol src=":/mapsforge/symbols/amenity/police2.svg" />
</rule>
<rule e="any" k="amenity" v="fire_station" zoom-min="17">
<rule e="any" k="amenity|building" v="fire_station" zoom-min="17">
<symbol src=":/mapsforge/symbols/amenity/firestation3.svg" />
</rule>
</rule>

View File

@ -3,7 +3,7 @@ unix:!macx:!android {
} else {
TARGET = GPXSee
}
VERSION = 13.13
VERSION = 13.20
QT += core \
@ -18,16 +18,12 @@ QT += core \
svg \
serialport
greaterThan(QT_MAJOR_VERSION, 5) {
QT += openglwidgets \
core5compat
QT += openglwidgets
}
CONFIG += object_parallel_to_source
INCLUDEPATH += ./src
HEADERS += src/common/config.h \
src/GUI/crosshairitem.h \
src/GUI/motioninfoitem.h \
src/GUI/pluginparameters.h \
src/common/garmin.h \
src/common/coordinates.h \
src/common/hash.h \
@ -47,6 +43,11 @@ HEADERS += src/common/config.h \
src/common/polygon.h \
src/common/color.h \
src/common/csv.h \
src/common/dem.h \
src/common/demloader.h \
src/GUI/crosshairitem.h \
src/GUI/motioninfoitem.h \
src/GUI/pluginparameters.h \
src/GUI/authenticationwidget.h \
src/GUI/axislabelitem.h \
src/GUI/dirselectwidget.h \
@ -127,6 +128,10 @@ HEADERS += src/common/config.h \
src/map/ENC/objects.h \
src/map/ENC/rastertile.h \
src/map/ENC/style.h \
src/map/IMG/dem.h \
src/map/IMG/demfile.h \
src/map/IMG/demtile.h \
src/map/IMG/jls.h \
src/map/IMG/section.h \
src/map/IMG/zoom.h \
src/map/conversion.h \
@ -134,6 +139,7 @@ HEADERS += src/common/config.h \
src/map/encjob.h \
src/map/encmap.h \
src/map/ENC/iso8211.h \
src/map/filter.h \
src/map/gemfmap.h \
src/map/gmifile.h \
src/map/oruxmap.h \
@ -231,6 +237,7 @@ HEADERS += src/common/config.h \
src/map/mapsforgemap.h \
src/map/worldfilemap.h \
src/map/imgmap.h \
src/map/hillshading.h \
src/data/itnparser.h \
src/data/link.h \
src/data/onmoveparsers.h \
@ -256,8 +263,6 @@ HEADERS += src/common/config.h \
src/data/oziparsers.h \
src/data/locparser.h \
src/data/slfparser.h \
src/data/dem.h \
src/data/demloader.h \
src/data/area.h \
src/data/exifparser.h \
src/data/cupparser.h \
@ -267,10 +272,6 @@ HEADERS += src/common/config.h \
src/data/geojsonparser.h
SOURCES += src/main.cpp \
src/GUI/crosshairitem.cpp \
src/GUI/motioninfoitem.cpp \
src/GUI/pluginparameters.cpp \
src/GUI/settings.cpp \
src/common/coordinates.cpp \
src/common/rectc.cpp \
src/common/range.cpp \
@ -281,6 +282,12 @@ SOURCES += src/main.cpp \
src/common/tifffile.cpp \
src/common/downloader.cpp \
src/common/csv.cpp \
src/common/dem.cpp \
src/common/demloader.cpp \
src/GUI/crosshairitem.cpp \
src/GUI/motioninfoitem.cpp \
src/GUI/pluginparameters.cpp \
src/GUI/settings.cpp \
src/GUI/authenticationwidget.cpp \
src/GUI/axislabelitem.cpp \
src/GUI/dirselectwidget.cpp \
@ -339,16 +346,18 @@ SOURCES += src/main.cpp \
src/GUI/pngexportdialog.cpp \
src/GUI/projectioncombobox.cpp \
src/GUI/passwordedit.cpp \
src/data/gpsdumpparser.cpp \
src/data/twonavparser.cpp \
src/map/ENC/atlasdata.cpp \
src/map/ENC/mapdata.cpp \
src/map/ENC/rastertile.cpp \
src/map/ENC/style.cpp \
src/map/IMG/dem.cpp \
src/map/IMG/demfile.cpp \
src/map/IMG/jls.cpp \
src/map/conversion.cpp \
src/map/encatlas.cpp \
src/map/encmap.cpp \
src/map/ENC/iso8211.cpp \
src/map/filter.cpp \
src/map/gemfmap.cpp \
src/map/gmifile.cpp \
src/map/oruxmap.cpp \
@ -436,6 +445,9 @@ SOURCES += src/main.cpp \
src/map/aqmmap.cpp \
src/map/mapsforgemap.cpp \
src/map/worldfilemap.cpp \
src/map/hillshading.cpp \
src/data/gpsdumpparser.cpp \
src/data/twonavparser.cpp \
src/data/address.cpp \
src/data/itnparser.cpp \
src/data/onmoveparsers.cpp \
@ -456,8 +468,6 @@ SOURCES += src/main.cpp \
src/data/oziparsers.cpp \
src/data/locparser.cpp \
src/data/slfparser.cpp \
src/data/dem.cpp \
src/data/demloader.cpp \
src/data/exifparser.cpp \
src/data/cupparser.cpp \
src/data/gpiparser.cpp \
@ -510,10 +520,11 @@ macx {
}
win32 {
CONFIG += no_batch
RESOURCES += theme-color.qrc
QMAKE_TARGET_DESCRIPTION = GPXSee
QMAKE_TARGET_COPYRIGHT = Copyright (c) 2023 Martin Tuma
QMAKE_TARGET_COPYRIGHT = Copyright (c) 2015-2024 Martin Tuma
RC_ICONS = icons/app/gpxsee.ico \
icons/formats/gpx.ico \
icons/formats/tcx.ico \
@ -578,11 +589,13 @@ unix:!macx:!android {
}
android {
RESOURCES += theme-color.qrc
QT += core5compat
HEADERS += src/GUI/navigationwidget.h
SOURCES += src/GUI/navigationwidget.cpp
RESOURCES += theme-color.qrc
defineReplace(versionCode) {
segments = $$split(1, ".")
for (segment, segments): \

View File

@ -14,83 +14,86 @@
<!-- POIs (IMG & ENC style) -->
<qresource prefix="/POI">
<file alias="airfield-11.png">icons/map/POI/airfield-11.png</file>
<file alias="airport-11.png">icons/map/POI/airport-11.png</file>
<file alias="amusement-park-11.png">icons/map/POI/amusement-park-11.png</file>
<file alias="bakery-11.png">icons/map/POI/bakery-11.png</file>
<file alias="bank-11.png">icons/map/POI/bank-11.png</file>
<file alias="bar-11.png">icons/map/POI/bar-11.png</file>
<file alias="bbq-11.png">icons/map/POI/bbq-11.png</file>
<file alias="beach-11.png">icons/map/POI/beach-11.png</file>
<file alias="bowling-alley-11.png">icons/map/POI/bowling-alley-11.png</file>
<file alias="building-alt1-11.png">icons/map/POI/building-alt1-11.png</file>
<file alias="bridge-11.png">icons/map/POI/bridge-11.png</file>
<file alias="bus-11.png">icons/map/POI/bus-11.png</file>
<file alias="cafe-11.png">icons/map/POI/cafe-11.png</file>
<file alias="campsite-11.png">icons/map/POI/campsite-11.png</file>
<file alias="car-11.png">icons/map/POI/car-11.png</file>
<file alias="car-rental-11.png">icons/map/POI/car-rental-11.png</file>
<file alias="car-repair-11.png">icons/map/POI/car-repair-11.png</file>
<file alias="casino-11.png">icons/map/POI/casino-11.png</file>
<file alias="cemetery-11.png">icons/map/POI/cemetery-11.png</file>
<file alias="cinema-11.png">icons/map/POI/cinema-11.png</file>
<file alias="clothing-store-11.png">icons/map/POI/clothing-store-11.png</file>
<file alias="communications-tower-11.png">icons/map/POI/communications-tower-11.png</file>
<file alias="convenience-11.png">icons/map/POI/convenience-11.png</file>
<file alias="dam-11.png">icons/map/POI/dam-11.png</file>
<file alias="danger-11.png">icons/map/POI/danger-11.png</file>
<file alias="drinking-water-11.png">icons/map/POI/drinking-water-11.png</file>
<file alias="fast-food-11.png">icons/map/POI/fast-food-11.png</file>
<file alias="entrance-alt1-11.png">icons/map/POI/entrance-alt1-11.png</file>
<file alias="fire-station-11.png">icons/map/POI/fire-station-11.png</file>
<file alias="fitness-centre-11.png">icons/map/POI/fitness-centre-11.png</file>
<file alias="fuel-11.png">icons/map/POI/fuel-11.png</file>
<file alias="furniture-11.png">icons/map/POI/furniture-11.png</file>
<file alias="garden-11.png">icons/map/POI/garden-11.png</file>
<file alias="garden-centre-11.png">icons/map/POI/garden-centre-11.png</file>
<file alias="golf-11.png">icons/map/POI/golf-11.png</file>
<file alias="grocery-11.png">icons/map/POI/grocery-11.png</file>
<file alias="hairdresser-11.png">icons/map/POI/hairdresser-11.png</file>
<file alias="harbor-11.png">icons/map/POI/harbor-11.png</file>
<file alias="hardware-11.png">icons/map/POI/hardware-11.png</file>
<file alias="heliport-11.png">icons/map/POI/heliport-11.png</file>
<file alias="hospital-11.png">icons/map/POI/hospital-11.png</file>
<file alias="information-11.png">icons/map/POI/information-11.png</file>
<file alias="landmark-11.png">icons/map/POI/landmark-11.png</file>
<file alias="library-11.png">icons/map/POI/library-11.png</file>
<file alias="lodging-11.png">icons/map/POI/lodging-11.png</file>
<file alias="mountain-11.png">icons/map/POI/mountain-11.png</file>
<file alias="museum-11.png">icons/map/POI/museum-11.png</file>
<file alias="park-11.png">icons/map/POI/park-11.png</file>
<file alias="parking-11.png">icons/map/POI/parking-11.png</file>
<file alias="pharmacy-11.png">icons/map/POI/pharmacy-11.png</file>
<file alias="picnic-site-11.png">icons/map/POI/picnic-site-11.png</file>
<file alias="place-of-worship-11.png">icons/map/POI/place-of-worship-11.png</file>
<file alias="police-11.png">icons/map/POI/police-11.png</file>
<file alias="post-11.png">icons/map/POI/post-11.png</file>
<file alias="religious-christian-11.png">icons/map/POI/religious-christian-11.png</file>
<file alias="religious-jewish-11.png">icons/map/POI/religious-jewish-11.png</file>
<file alias="religious-muslim-11.png">icons/map/POI/religious-muslim-11.png</file>
<file alias="restaurant-11.png">icons/map/POI/restaurant-11.png</file>
<file alias="restaurant-noodle-11.png">icons/map/POI/restaurant-noodle-11.png</file>
<file alias="restaurant-pizza-11.png">icons/map/POI/restaurant-pizza-11.png</file>
<file alias="restaurant-seafood-11.png">icons/map/POI/restaurant-seafood-11.png</file>
<file alias="roadblock-11.png">icons/map/POI/roadblock-11.png</file>
<file alias="school-11.png">icons/map/POI/school-11.png</file>
<file alias="shelter-11.png">icons/map/POI/shelter-11.png</file>
<file alias="shop-11.png">icons/map/POI/shop-11.png</file>
<file alias="skiing-11.png">icons/map/POI/skiing-11.png</file>
<file alias="soccer-11.png">icons/map/POI/soccer-11.png</file>
<file alias="swimming-11.png">icons/map/POI/swimming-11.png</file>
<file alias="theatre-11.png">icons/map/POI/theatre-11.png</file>
<file alias="telephone-11.png">icons/map/POI/telephone-11.png</file>
<file alias="toilet-11.png">icons/map/POI/toilet-11.png</file>
<file alias="town-hall-11.png">icons/map/POI/town-hall-11.png</file>
<file alias="viewpoint-11.png">icons/map/POI/viewpoint-11.png</file>
<file alias="village-11.png">icons/map/POI/village-11.png</file>
<file alias="waterfall-11.png">icons/map/POI/waterfall-11.png</file>
<file alias="wetland-11.png">icons/map/POI/wetland-11.png</file>
<file alias="zoo-11.png">icons/map/POI/zoo-11.png</file>
<file alias="airfield-11.svg">icons/map/POI/airfield-11.svg</file>
<file alias="airport-11.svg">icons/map/POI/airport-11.svg</file>
<file alias="alcohol-shop-11.svg">icons/map/POI/alcohol-shop-11.svg</file>
<file alias="amusement-park-11.svg">icons/map/POI/amusement-park-11.svg</file>
<file alias="bakery-11.svg">icons/map/POI/bakery-11.svg</file>
<file alias="bank-11.svg">icons/map/POI/bank-11.svg</file>
<file alias="bar-11.svg">icons/map/POI/bar-11.svg</file>
<file alias="barrier-11.svg">icons/map/POI/barrier-11.svg</file>
<file alias="bbq-11.svg">icons/map/POI/bbq-11.svg</file>
<file alias="beach-11.svg">icons/map/POI/beach-11.svg</file>
<file alias="bowling-alley-11.svg">icons/map/POI/bowling-alley-11.svg</file>
<file alias="building-alt1-11.svg">icons/map/POI/building-alt1-11.svg</file>
<file alias="bridge-11.svg">icons/map/POI/bridge-11.svg</file>
<file alias="bus-11.svg">icons/map/POI/bus-11.svg</file>
<file alias="cafe-11.svg">icons/map/POI/cafe-11.svg</file>
<file alias="campsite-11.svg">icons/map/POI/campsite-11.svg</file>
<file alias="car-11.svg">icons/map/POI/car-11.svg</file>
<file alias="car-rental-11.svg">icons/map/POI/car-rental-11.svg</file>
<file alias="car-repair-11.svg">icons/map/POI/car-repair-11.svg</file>
<file alias="casino-11.svg">icons/map/POI/casino-11.svg</file>
<file alias="cemetery-11.svg">icons/map/POI/cemetery-11.svg</file>
<file alias="cinema-11.svg">icons/map/POI/cinema-11.svg</file>
<file alias="clothing-store-11.svg">icons/map/POI/clothing-store-11.svg</file>
<file alias="communications-tower-11.svg">icons/map/POI/communications-tower-11.svg</file>
<file alias="convenience-11.svg">icons/map/POI/convenience-11.svg</file>
<file alias="dam-11.svg">icons/map/POI/dam-11.svg</file>
<file alias="danger-11.svg">icons/map/POI/danger-11.svg</file>
<file alias="drinking-water-11.svg">icons/map/POI/drinking-water-11.svg</file>
<file alias="fast-food-11.svg">icons/map/POI/fast-food-11.svg</file>
<file alias="entrance-alt1-11.svg">icons/map/POI/entrance-alt1-11.svg</file>
<file alias="fire-station-11.svg">icons/map/POI/fire-station-11.svg</file>
<file alias="fitness-centre-11.svg">icons/map/POI/fitness-centre-11.svg</file>
<file alias="fuel-11.svg">icons/map/POI/fuel-11.svg</file>
<file alias="furniture-11.svg">icons/map/POI/furniture-11.svg</file>
<file alias="garden-11.svg">icons/map/POI/garden-11.svg</file>
<file alias="garden-centre-11.svg">icons/map/POI/garden-centre-11.svg</file>
<file alias="golf-11.svg">icons/map/POI/golf-11.svg</file>
<file alias="grocery-11.svg">icons/map/POI/grocery-11.svg</file>
<file alias="hairdresser-11.svg">icons/map/POI/hairdresser-11.svg</file>
<file alias="harbor-11.svg">icons/map/POI/harbor-11.svg</file>
<file alias="hardware-11.svg">icons/map/POI/hardware-11.svg</file>
<file alias="heliport-11.svg">icons/map/POI/heliport-11.svg</file>
<file alias="hospital-11.svg">icons/map/POI/hospital-11.svg</file>
<file alias="information-11.svg">icons/map/POI/information-11.svg</file>
<file alias="landmark-11.svg">icons/map/POI/landmark-11.svg</file>
<file alias="library-11.svg">icons/map/POI/library-11.svg</file>
<file alias="lodging-11.svg">icons/map/POI/lodging-11.svg</file>
<file alias="mountain-11.svg">icons/map/POI/mountain-11.svg</file>
<file alias="museum-11.svg">icons/map/POI/museum-11.svg</file>
<file alias="park-11.svg">icons/map/POI/park-11.svg</file>
<file alias="parking-11.svg">icons/map/POI/parking-11.svg</file>
<file alias="pharmacy-11.svg">icons/map/POI/pharmacy-11.svg</file>
<file alias="picnic-site-11.svg">icons/map/POI/picnic-site-11.svg</file>
<file alias="place-of-worship-11.svg">icons/map/POI/place-of-worship-11.svg</file>
<file alias="police-11.svg">icons/map/POI/police-11.svg</file>
<file alias="post-11.svg">icons/map/POI/post-11.svg</file>
<file alias="religious-christian-11.svg">icons/map/POI/religious-christian-11.svg</file>
<file alias="religious-jewish-11.svg">icons/map/POI/religious-jewish-11.svg</file>
<file alias="religious-muslim-11.svg">icons/map/POI/religious-muslim-11.svg</file>
<file alias="restaurant-11.svg">icons/map/POI/restaurant-11.svg</file>
<file alias="restaurant-noodle-11.svg">icons/map/POI/restaurant-noodle-11.svg</file>
<file alias="restaurant-pizza-11.svg">icons/map/POI/restaurant-pizza-11.svg</file>
<file alias="restaurant-seafood-11.svg">icons/map/POI/restaurant-seafood-11.svg</file>
<file alias="roadblock-11.svg">icons/map/POI/roadblock-11.svg</file>
<file alias="school-11.svg">icons/map/POI/school-11.svg</file>
<file alias="shelter-11.svg">icons/map/POI/shelter-11.svg</file>
<file alias="shop-11.svg">icons/map/POI/shop-11.svg</file>
<file alias="skiing-11.svg">icons/map/POI/skiing-11.svg</file>
<file alias="soccer-11.svg">icons/map/POI/soccer-11.svg</file>
<file alias="swimming-11.svg">icons/map/POI/swimming-11.svg</file>
<file alias="theatre-11.svg">icons/map/POI/theatre-11.svg</file>
<file alias="telephone-11.svg">icons/map/POI/telephone-11.svg</file>
<file alias="toilet-11.svg">icons/map/POI/toilet-11.svg</file>
<file alias="town-hall-11.svg">icons/map/POI/town-hall-11.svg</file>
<file alias="viewpoint-11.svg">icons/map/POI/viewpoint-11.svg</file>
<file alias="village-11.svg">icons/map/POI/village-11.svg</file>
<file alias="volcano-11.svg">icons/map/POI/volcano-11.svg</file>
<file alias="waterfall-11.svg">icons/map/POI/waterfall-11.svg</file>
<file alias="wetland-11.svg">icons/map/POI/wetland-11.svg</file>
<file alias="zoo-11.svg">icons/map/POI/zoo-11.svg</file>
</qresource>
<!-- marine stuff (IMG & ENC style) -->

View File

@ -4,7 +4,7 @@ while read e; do
IFS=":"; set $e
EXT=`echo $1 | tr /a-z/ /A-Z/`
sed -e "s/\$EXTENSION/$EXT/" -e "s/\$COLOR/$2/" icon-template.svg > $1.svg
sed -e "s/\$EXT/$EXT/" -e "s/\$COLOR/$2/" icon-template.svg > $1.svg
ICONSET=$1.iconset
mkdir $ICONSET

View File

@ -4,7 +4,7 @@ while read e; do
IFS=":"; set $e
EXT=`echo $1 | tr /a-z/ /A-Z/`
sed -e "s/\$EXTENSION/$EXT/" -e "s/\$COLOR/$2/" icon-template.svg > $1.svg
sed -e "s/\$EXT/$EXT/" -e "s/\$COLOR/$2/" icon-template.svg > $1.svg
convert -density 400 -background none $1.svg -define icon:auto-resize $1.ico
rm $1.svg
done < extensions

View File

@ -13,8 +13,8 @@
<g transform="translate(16.573463,124.9782)">
<rect y="0" x="0" id="textrect" height="50" width="120" style="fill:$COLOR;fill-opacity:1;stroke:none;"/>
<!--
<text y="28" x="60" dominant-baseline="central" text-anchor="middle" style="fill:#FFFFFF;font-size:39px;font-family:Helvetica;font-weight:bold;">$EXTENSION</text>
<text y="28" x="60" dominant-baseline="central" text-anchor="middle" style="fill:#FFFFFF;font-size:39px;font-family:Helvetica;font-weight:bold;">$EXT</text>
-->
<text y="25" x="60" dy="0.36em" text-anchor="middle" style="fill:#FFFFFF;font-size:39px;font-family:Helvetica;font-weight:bold;">$EXTENSION</text>
<text y="25" x="60" dy="0.36em" text-anchor="middle" style="fill:#FFFFFF;font-size:39px;font-family:Helvetica;font-weight:bold;">$EXT</text>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 380 B

View File

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg version="1.1" id="airfield-11" xmlns="http://www.w3.org/2000/svg" width="11px" height="11px" viewBox="0 0 11 11">
<path id="path5" d="M5,0.5H3.5C3,0.5,3,0,3.5,0h4&#xA;&#x9;C8,0,8,0.5,7.5,0.5H6C6,0.5,6.5,1,6.5,2v1H11v1.5l-4.5,2L6,10l1.5,0.5V11h-4v-0.5L5,10L4.5,6.5L0,4.5V3h4.5V2C4.5,1,5,0.5,5,0.5z"/>
</svg>

After

Width:  |  Height:  |  Size: 352 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 402 B

View File

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg version="1.1" id="airport-11" xmlns="http://www.w3.org/2000/svg" width="11px" height="11px" viewBox="0 0 11 11">
<path d="M6.5,6.4V6L11,6.5V5L6.5,3.2V1.5c0-1-0.5-1.5-1-1.5s-1,0.5-1,1.5v1.7L0,5v1.4L4.5,6v0.4v1.1v1.8L3,10v1l2.5-0.5L8,11v-1&#xA;&#x9;L6.5,9.2V7.5V6.4z"/>
</svg>

After

Width:  |  Height:  |  Size: 320 B

View File

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg version="1.1" id="alcohol-shop-11" xmlns="http://www.w3.org/2000/svg" width="11px" height="11px" viewBox="0 0 11 11">
<path d="M7,4v2.5c0.0018,0.6341,0.4021,1.1986,1,1.41V10H7.5C7.2239,10,7,10.2239,7,10.5S7.2239,11,7.5,11h2&#xA;&#x9;c0.2761,0,0.5-0.2239,0.5-0.5S9.7761,10,9.5,10H9V7.91c0.5979-0.2114,0.9982-0.7759,1-1.41V4H7z M9.5,6.5c0,0.5523-0.4477,1-1,1&#xA;&#x9;s-1-0.4477-1-1v-2h2V6.5z M4.21,2.85V2.5c0.1961,0,0.355-0.1589,0.355-0.355S4.4061,1.79,4.21,1.79V1.44&#xA;&#x9;c0.0001-0.1933-0.1566-0.3501-0.3499-0.3501c-0.0034,0-0.0068,0-0.0101,0.0001H3.14C2.9468,1.0845,2.7857,1.2366,2.7801,1.4299&#xA;&#x9;C2.78,1.4332,2.78,1.4366,2.78,1.44v0.35c-0.1961,0-0.355,0.1589-0.355,0.355S2.5839,2.5,2.78,2.5v0.35C2.79,3.87,1,5,1,6v4.25&#xA;&#x9;c-0.0056,0.3866,0.3033,0.7044,0.6899,0.71c0.0067,0.0001,0.0134,0.0001,0.0201,0h3.58c0.3628-0.0329,0.6561-0.3097,0.71-0.67V6&#xA;&#x9;C6,5.09,4.21,3.81,4.21,2.85z M3.5,9C2.6716,9,2,8.3284,2,7.5S2.6716,6,3.5,6S5,6.6716,5,7.5S4.3284,9,3.5,9z"/>
</svg>

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 428 B

View File

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg version="1.1" id="amusement-park-11" xmlns="http://www.w3.org/2000/svg" width="11px" height="11px" viewBox="0 0 11 11">
<path id="path5082" d="M5.5,1C3.0206,1,1,3.0206,1,5.5c0,1.7919,1.0627,3.3316,2.584,4.0547L2.5,11h6L7.416,9.5547&#xA;&#x9;C8.9373,8.8316,10,7.2919,10,5.5C10,3.0206,7.9794,1,5.5,1z M5.375,2.0117v1.9941c-0.3108,0.026-0.6057,0.1482-0.8438,0.3496&#xA;&#x9;L3.1191,2.9434C3.7146,2.3888,4.5013,2.0428,5.375,2.0117z M5.625,2.0117c0.8737,0.0311,1.6604,0.3771,2.2559,0.9316L6.4688,4.3555&#xA;&#x9;c-0.0007-0.0007-0.0013-0.0013-0.002-0.002C6.229,4.1532,5.9348,4.0317,5.625,4.0059V2.0117z M2.9434,3.1191l1.4121,1.4121&#xA;&#x9;c-0.0007,0.0007-0.0013,0.0013-0.002,0.002C4.1532,4.771,4.0317,5.0652,4.0059,5.375H2.0117&#xA;&#x9;C2.0428,4.5013,2.3888,3.7146,2.9434,3.1191z M8.0566,3.1191C8.6112,3.7146,8.9572,4.5013,8.9883,5.375H6.9941&#xA;&#x9;c-0.026-0.3108-0.1482-0.6057-0.3496-0.8438L8.0566,3.1191z M2.0117,5.625h1.9941c0.026,0.3108,0.1482,0.6057,0.3496,0.8438&#xA;&#x9;L2.9434,7.8809C2.3888,7.2854,2.0428,6.4987,2.0117,5.625z M6.9941,5.625h1.9941C8.9572,6.4987,8.6112,7.2854,8.0566,7.8809&#xA;&#x9;L6.6445,6.4688c0.0007-0.0007,0.0013-0.0013,0.002-0.002C6.8468,6.229,6.9683,5.9348,6.9941,5.625z M4.5312,6.6445&#xA;&#x9;c0.0007,0.0007,0.0013,0.0013,0.002,0.002C4.6716,6.7624,4.8297,6.8524,5,6.9121v2.0391C4.2765,8.8476,3.6278,8.5303,3.1191,8.0566&#xA;&#x9;L4.5312,6.6445z M6.4688,6.6445l1.4121,1.4121C7.3722,8.5303,6.7235,8.8476,6,8.9512V6.9121C6.1711,6.852,6.33,6.7613,6.4688,6.6445&#xA;&#x9;z"/>
</svg>

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 383 B

View File

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg version="1.1" id="bakery-11" xmlns="http://www.w3.org/2000/svg" width="11px" height="11px" viewBox="0 0 11 11">
<path id="path5836" d="M4.5,2c-1,0-1,1-1,1L5,7.5&#xA;&#x9;C5,7.5,5,8,5.5,8S6,7.5,6,7.5L7.5,3c0,0,0-1-1-1H4.5z M9,3.5l-2,4h1.5l1,1H10c1,0,1-0.9,1-0.9V6.3L9,3.5z M0,6.3v1.2&#xA;&#x9;c0,0,0.0296,1.0097,1,1c0.9704-0.0097,0.5,0,0.5,0l1-1H4l-2-4L0,6.3z"/>
</svg>

After

Width:  |  Height:  |  Size: 414 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 363 B

View File

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg version="1.1" id="bank-11" xmlns="http://www.w3.org/2000/svg" width="11px" height="11px" viewBox="0 0 11 11">
<path id="path5622" d="M1,2C0,2,0,3,0,3v5c0,1,1,1,1,1h9c1,0,1-1,1-1V3c0,0,0-1-1-1H1z M1,3h1.5C2.7761,3,3,3.2239,3,3.5&#xA;&#x9;S2.7761,4,2.5,4S2,3.7761,2,3.5L1.5,4C1.7761,4,2,4.2239,2,4.5S1.7761,5,1.5,5S1,4.7761,1,4.5V3z M5.5,3c1.1046,0,2,1.1193,2,2.5&#xA;&#x9;S6.6046,8,5.5,8s-2-1.1193-2-2.5S4.3954,3,5.5,3z M8.5,3H10v1.5C10,4.7761,9.7761,5,9.5,5S9,4.7761,9,4.5S9.2239,4,9.5,4L9,3.5&#xA;&#x9;C9,3.7761,8.7761,4,8.5,4S8,3.7761,8,3.5S8.2239,3,8.5,3z M1.5,6C1.7761,6,2,6.2239,2,6.5S1.7761,7,1.5,7L2,7.5&#xA;&#x9;C2,7.2239,2.2239,7,2.5,7S3,7.2239,3,7.5S2.7761,8,2.5,8H1V6.5C1,6.2239,1.2239,6,1.5,6z M9.5,6C9.7761,6,10,6.2239,10,6.5V8H8.5&#xA;&#x9;C8.2239,8,8,7.7761,8,7.5S8.2239,7,8.5,7S9,7.2239,9,7.5L9.5,7C9.2239,7,9,6.7761,9,6.5S9.2239,6,9.5,6z"/>
<path id="path5835" d="M4.9023,4.25C4.8261,4.321,4.7584,4.4051,4.7012,4.5h1.5977c-0.0572-0.0949-0.125-0.179-0.2012-0.25H4.9023z&#xA;&#x9; M4.5859,4.75C4.5575,4.8303,4.5359,4.9141,4.5215,5h1.959C6.4661,4.9141,6.4445,4.8303,6.416,4.75H4.5859z M4.5,5.25&#xA;&#x9;C4.4998,5.3339,4.5063,5.4177,4.5195,5.5h1.959C6.4924,5.4178,6.4996,5.334,6.5,5.25H4.5z M4.5859,5.75&#xA;&#x9;C4.6171,5.8387,4.6564,5.9226,4.7031,6h1.5957c0.046-0.0775,0.0847-0.1614,0.1152-0.25H4.5859z M4.9023,6.25&#xA;&#x9;c0.0109,0.0107,0.022,0.0211,0.0332,0.0312L4.5,6.5h2L6.0645,6.2812C6.0757,6.2711,6.0868,6.2607,6.0977,6.25H4.9023z M4.582,6.75&#xA;&#x9;C4.611,6.8289,4.638,6.9091,4.6914,7h1.627c0.0524-0.091,0.0778-0.1711,0.1055-0.25H4.582z M4.8926,7.25&#xA;&#x9;C5.0395,7.3915,5.2332,7.5,5.5,7.5c0.2739,0,0.4701-0.1085,0.6172-0.25H4.8926z"/>
</svg>

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 374 B

4
icons/map/POI/bar-11.svg Normal file
View File

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg version="1.1" id="bar-11" xmlns="http://www.w3.org/2000/svg" width="11px" height="11px" viewBox="0 0 11 11">
<path id="path15601-4-2_2_" d="M5.4883,1C4.9759,1,0.5,1,1,1.5L5,6v2.5C5,9,2.5,9,2.5,10h6&#xA;&#x9;C8.5,9,6,9,6,8.5V6l4-4.5C10.5,1,6.0006,1,5.4883,1z M2.5,2h6l-1,1h-4L2.5,2z"/>
</svg>

After

Width:  |  Height:  |  Size: 337 B

View File

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg id="barrier-11" xmlns="http://www.w3.org/2000/svg" width="11" height="11" viewBox="0 0 11 11">
<path d="M9.5,2h-8a.5.5,0,0,0-.5.5v4a.5.5,0,0,0,.5.5H2V9.5a.5.5,0,0,0,1,0V9H8v.5a.5.5,0,0,0,1,0V7h.5a.5.5,0,0,0,.5-.5v-4A.5.5,0,0,0,9.5,2ZM2,3H3.5l3,3h-2L2,3.5ZM2,6V4.5L3.5,6ZM3,8V7H8V8ZM9,6H7.5l-3-3h2L9,5.5ZM9,4.5,7.5,3H9Z"/>
</svg>

After

Width:  |  Height:  |  Size: 374 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 393 B

4
icons/map/POI/bbq-11.svg Normal file
View File

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg id="bbq-11" xmlns="http://www.w3.org/2000/svg" width="11" height="11" viewBox="0 0 11 11">
<path d="M4,1.75c0,0,0-1,1-1c0,0,0.5,0,0.5-0.5C5.5,0.1119,5.6119,0,5.75,0S6,0.1119,6,0.25c0,0,0,1-1,1c0,0-0.5,0-0.5,0.5&#xA;&#x9;C4.5,1.8881,4.3881,2,4.25,2S4,1.8881,4,1.75z M2.25,2C2.3881,2,2.5,1.8881,2.5,1.75c0-0.5,0.5-0.5,0.5-0.5c1,0,1-1,1-1&#xA;&#x9;C4,0.1119,3.8881,0,3.75,0S3.5,0.1119,3.5,0.25c0,0.5-0.5,0.5-0.5,0.5c-1,0-1,1-1,1C2,1.8881,2.1119,2,2.25,2z M6.25,2&#xA;&#x9;C6.3881,2,6.5,1.8881,6.5,1.75c0-0.5,0.5-0.5,0.5-0.5c1,0,1-1,1-1C8,0.1119,7.8881,0,7.75,0S7.5,0.1119,7.5,0.25&#xA;&#x9;c0,0.5-0.5,0.5-0.5,0.5c-1,0-1,1-1,1C6,1.8881,6.1119,2,6.25,2z M9.75,0C9.6119,0,9.5,0.1119,9.5,0.25c0,0.5-0.5,0.5-0.5,0.5&#xA;&#x9;c-1,0-1,1-1,1C8,1.8881,8.1119,2,8.25,2S8.5,1.8881,8.5,1.75c0-0.5,0.5-0.5,0.5-0.5c1,0,1-1,1-1C10,0.1119,9.8881,0,9.75,0z&#xA;&#x9; M6.6746,5.865C6.6745,5.8654,6.6741,5.8657,6.674,5.866l2.3,4.782v0.009c0.055,0.1215,0.0014,0.2646-0.12,0.32&#xA;&#x9;c-0.1237,0.0574-0.2705,0.0037-0.328-0.12L7.845,9.5H4c0,0.2029-0.0411,0.4036-0.1209,0.5901&#xA;&#x9;C3.5532,10.8518,2.6717,11.205,1.91,10.8792c-0.7617-0.3259-1.115-1.2074-0.7891-1.9691C1.4468,8.1484,2.3283,7.7952,3.09,8.121&#xA;&#x9;c0.0531,0.0208,0.1048,0.0449,0.155,0.072L4.278,5.85C2.9692,5.5125,2.0408,4.351,2,3h7C9,3,8.9985,5.2823,6.6746,5.865z M3.25,9.5&#xA;&#x9;c0-0.4142-0.3358-0.75-0.75-0.75S1.75,9.0858,1.75,9.5s0.3358,0.75,0.75,0.75S3.25,9.9142,3.25,9.5z M6.1731,5.9562&#xA;&#x9;C5.9635,5.9829,5.7419,6,5.5,6C5.2147,6,4.787,5.953,4.787,5.953l-1.144,2.58C3.7659,8.6688,3.8607,8.8275,3.922,9h3.673&#xA;&#x9;L6.1731,5.9562z"/>
</svg>

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 395 B

View File

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg id="beach-11" xmlns="http://www.w3.org/2000/svg" width="11" height="11" viewBox="0 0 11 11">
<path d="M3.5,1.65V4.47a1.7027,1.7027,0,0,0-.58-.04c-.28.07-.56.47-.83.57A3.1261,3.1261,0,0,1,3.5,1.65Zm2.31-.62L7.26,3.45a1.2164,1.2164,0,0,1,.45-.31c.27-.07.7.13,1,.09A3.1057,3.1057,0,0,0,5.81,1.03ZM.9839,10h8.99A4.8406,4.8406,0,0,0,6.9,8.68L5.57,3.74c.46-.04,1.02.06,1.27-.01L5.23,1.04a3.5252,3.5252,0,0,0-.62.11A2.96,2.96,0,0,0,4,1.38v3.1c.25-.08.68-.42,1.08-.6L6.35,8.63q-.39-.03-.84-.03C1.99,8.6.9839,10,.9839,10Z"/>
</svg>

After

Width:  |  Height:  |  Size: 568 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 386 B

View File

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg id="bowling-alley-11" xmlns="http://www.w3.org/2000/svg" width="11" height="11" viewBox="0 0 11 11">
<path id="icon_concepts:_sports_leisure" d="M6.02,3.94c.04-.1.13-.4.17-.49A2.8252,2.8252,0,0,0,4.5,3a3.5,3.5,0,0,0,0,7,2.88,2.88,0,0,0,1.54-.4,8.5971,8.5971,0,0,1-.4-2.61A12.7588,12.7588,0,0,1,6.02,3.94ZM2.5,6.98a.48.48,0,1,1,.48-.48A.4867.4867,0,0,1,2.5,6.98Zm1-2a.48.48,0,1,1,.48-.48A.4867.4867,0,0,1,3.5,4.98Zm1,2a.48.48,0,1,1,.48-.48A.4867.4867,0,0,1,4.5,6.98ZM8.0981,2.4992c0-.5-.1-.5-.1-1,0-.7816.5-.7.5-.7s.5-.0814.5.7c0,.5-.1.5-.1,1,0,1.5,1.075,2.5039,1.075,4.5,0,1.5-.475,3-.975,3h-1c-.5,0-.975-1.5-.975-3C7.0231,5.0031,8.0981,3.9992,8.0981,2.4992Z"/>
</svg>

After

Width:  |  Height:  |  Size: 714 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 365 B

View File

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg id="bridge-11" xmlns="http://www.w3.org/2000/svg" width="11" height="11" viewBox="0 0 11 11">
<path d="M0,5.835V9h1c0-1.105,0.896-2.006,2-2.006c1.103,0,1.998,0.903,2,2.006h1c0-1.105,0.895-2.006,1.999-2.006&#xA;&#x9;C9.102,6.994,9.997,7.897,10,9h1V5.835C8.083,1.806,2.389,2.312,0,5.835z M2,6H0.5C0.919,5.449,1.426,4.966,2,4.582V6z M4,6H2.5&#xA;&#x9;V4.263C2.963,4.016,3.491,3.806,4,3.682V6z M6,6H4.5V3.578c0.496-0.081,1-0.102,1.5-0.062V6z M8,6H6.5V3.579&#xA;&#x9;C7.017,3.663,7.52,3.811,8,4.02V6z M8.5,6V4.264C9.28,4.691,9.968,5.287,10.5,6H8.5z"/>
</svg>

After

Width:  |  Height:  |  Size: 599 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 343 B

View File

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg version="1.1" id="building-alt1-11" xmlns="http://www.w3.org/2000/svg" width="11px" height="11px" viewBox="0 0 11 11">
<path d="M8,9.5v-5C8,4.2,7.8,4,7.5,4H6V1L3,2v7.5H2V10h7V9.5H8z M5,9.5H4V3h1V9.5z"/>
</svg>

After

Width:  |  Height:  |  Size: 255 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 378 B

4
icons/map/POI/bus-11.svg Normal file
View File

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg version="1.1" id="bus-11" xmlns="http://www.w3.org/2000/svg" width="11px" height="11px" viewBox="0 0 11 11">
<path id="path8043" d="M3,0C2,0,1,0.5312,1,2v4v3.5c0,0,0,0.5,0.5,0.5L2,10.0156V10.5&#xA;&#x9;c0,0,0,0.5,0.5,0.5H3c0,0,0.5,0,0.5-0.5v-0.4844L7.5,10v0.5c0,0,0,0.5,0.5,0.5h0.5C9,11,9,10.5,9,10.5v-0.4844L9.5,10&#xA;&#x9;c0,0,0.5,0,0.5-0.5V6V2c0-1.5-1-2-2-2H3z M3.75,1h3.5C7.3885,1,7.5,1.1115,7.5,1.25S7.3885,1.5,7.25,1.5h-3.5&#xA;&#x9;C3.6115,1.5,3.5,1.3885,3.5,1.25S3.6115,1,3.75,1z M3,2h5c1,0,1,1,1,1v2c0,0,0,1-1,1H3C2,6,2,5,2,5V3C2,3,2,2,3,2z M2.75,7.5&#xA;&#x9;c0.4142,0,0.75,0.3358,0.75,0.75C3.5,8.6642,3.1642,9,2.75,9S2,8.6642,2,8.25C2,7.8358,2.3358,7.5,2.75,7.5z M8.25,7.5&#xA;&#x9;C8.6642,7.5,9,7.8358,9,8.25C9,8.6642,8.6642,9,8.25,9C7.8358,9,7.5,8.6642,7.5,8.25C7.5,7.8358,7.8358,7.5,8.25,7.5z"/>
</svg>

After

Width:  |  Height:  |  Size: 863 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 351 B

View File

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg version="1.1" id="cafe-11" xmlns="http://www.w3.org/2000/svg" width="11px" height="11px" viewBox="0 0 11 11">
<path d="M7,9.5C7,9.7761,6.7761,10,6.5,10h-4C2.2239,10,2,9.7761,2,9.5S2.2239,9,2.5,9h4C6.7761,9,7,9.2239,7,9.5z M8,3H7V2H2v4&#xA;&#x9;c0.0016,1.3807,1.1222,2.4987,2.5029,2.4971C5.4948,8.4959,6.3921,7.9085,6.79,7H8c1.1046,0,2-0.8954,2-2S9.1046,3,8,3z M8,6H7V4h1&#xA;&#x9;c0.5523,0,1,0.4477,1,1S8.5523,6,8,6z"/>
</svg>

After

Width:  |  Height:  |  Size: 472 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 366 B

View File

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg version="1.1" id="campsite-11" xmlns="http://www.w3.org/2000/svg" width="11px" height="11px" viewBox="0 0 11 11">
<path d="M5.92,2.19C5.7745,1.9553,5.4663,1.8829,5.2316,2.0284C5.166,2.0691,5.1107,2.1244,5.07,2.19L1.5,8h-1&#xA;&#x9;C0.2724,7.9555,0.0517,8.104,0.0072,8.3316C0.0034,8.3509,0.001,8.3704,0,8.39V9.5C-0.0056,9.7706,0.2092,9.9944,0.4798,10&#xA;&#x9;c0.0067,0.0001,0.0135,0.0001,0.0202,0h10c0.2706,0.0056,0.4944-0.2092,0.5-0.4798c0.0001-0.0067,0.0001-0.0135,0-0.0202V8.39&#xA;&#x9;c-0.0123-0.2316-0.21-0.4095-0.4416-0.3972C10.5388,7.9938,10.5193,7.9962,10.5,8h-1L5.92,2.19z M5.5,3l3,5h-6L5.5,3z"/>
</svg>

After

Width:  |  Height:  |  Size: 659 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 368 B

4
icons/map/POI/car-11.svg Normal file
View File

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg version="1.1" id="car-11" xmlns="http://www.w3.org/2000/svg" width="11px" height="11px" viewBox="0 0 11 11">
<path d="M9,4L8.11,1.34C8.0418,1.1381,7.8531,1.0016,7.64,1H3.36C3.1469,1.0016,2.9582,1.1381,2.89,1.34L2,4C1.4477,4,1,4.4477,1,5&#xA;&#x9;v3h1v1c0,0.5523,0.4477,1,1,1s1-0.4477,1-1V8h3v1c0,0.5523,0.4477,1,1,1s1-0.4477,1-1V8h1V5C10,4.4477,9.5523,4,9,4z M3,7&#xA;&#x9;C2.4477,7,2,6.5523,2,6s0.4477-1,1-1s1,0.4477,1,1S3.5523,7,3,7z M3,4l0.62-2h3.76L8,4H3z M8,7C7.4477,7,7,6.5523,7,6s0.4477-1,1-1&#xA;&#x9;s1,0.4477,1,1S8.5523,7,8,7z"/>
</svg>

After

Width:  |  Height:  |  Size: 592 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 390 B

View File

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg version="1.1" id="car-rental-11" xmlns="http://www.w3.org/2000/svg" width="11px" height="11px" viewBox="0 0 11 11">
<g>
<path d="M9.0252,7H8.84L8.5615,5.3301C8.4824,4.8491,8.0713,4.5,7.583,4.5H3.417c-0.4883,0-0.8994,0.3491-0.9785,0.8291L2.1599,7&#xA;&#x9;&#x9;H1.981C1.4391,7,1,7.4391,1,7.9809V10h1c0,0.5522,0.4477,1,1,1s1-0.4478,1-1h3c0,0.5522,0.4477,1,1,1s1-0.4478,1-1h1V7.9748&#xA;&#x9;&#x9;C10,7.4364,9.5635,7,9.0252,7z M3.25,9C2.8358,9,2.5,8.6642,2.5,8.25c0-0.4142,0.3358-0.75,0.75-0.75S4,7.8358,4,8.25&#xA;&#x9;&#x9;C4,8.6642,3.6642,9,3.25,9z M3.1708,7L3.417,5.5l4.1582-0.0068L7.8264,7H3.1708z M7.75,9C7.3358,9,7,8.6642,7,8.25&#xA;&#x9;&#x9;C7,7.8358,7.3358,7.5,7.75,7.5S8.5,7.8358,8.5,8.25C8.5,8.6642,8.1642,9,7.75,9z"/>
<path d="M9.4969,0H7.9973C7.4465,0,7,0.4465,7,0.9972V1H2.5l-1,1l1,1l1-1l1,1l1-1l1,1h0.5008C7.0031,3.5526,7.4509,4,8.004,4&#xA;&#x9;&#x9;h1.4938C9.7751,4,10,3.7751,10,3.4977V0.5031C10,0.2252,9.7748,0,9.4969,0z M9,2.5C9,2.7761,8.7761,3,8.5,3S8,2.7761,8,2.5v-1&#xA;&#x9;&#x9;C8,1.2238,8.2239,1,8.5,1S9,1.2238,9,1.5V2.5z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 381 B

View File

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg version="1.1" id="car-repair-11" xmlns="http://www.w3.org/2000/svg" width="11px" height="11px" viewBox="0 0 11 11">
<path d="M9.5,1.25H4.3517C4.0547,0.5176,3.3389,0,2.5,0C1.7616,0,1.1238,0.4047,0.7774,1H2.5L3,2L2.5,3H0.7774&#xA;&#x9;C1.1238,3.5953,1.7616,4,2.5,4c0.8389,0,1.5547-0.5176,1.8517-1.25H9.5c0.4141,0,0.75-0.3359,0.75-0.75S9.9141,1.25,9.5,1.25z"/>
<path d="M8.3105,7.0344l-0.249-1.2043C7.9824,5.3491,7.5713,5,7.083,5H3.917C3.4287,5,3.0176,5.3491,2.9424,5.8101L2.6891,7.0355&#xA;&#x9;C2.2987,7.1191,2,7.4498,2,7.8651V10h0.5c0,0.5522,0.4477,1,1,1s1-0.4478,1-1h2c0,0.5522,0.4477,1,1,1s1-0.4478,1-1H9V7.8597&#xA;&#x9;C9,7.4453,8.7008,7.1157,8.3105,7.0344z M3.75,9C3.3358,9,3,8.6642,3,8.25C3,7.8358,3.3358,7.5,3.75,7.5S4.5,7.8358,4.5,8.25&#xA;&#x9;C4.5,8.6642,4.1642,9,3.75,9z M3.7134,7L3.917,6l3.1621,0.0122L7.2831,7H3.7134z M7.25,9C6.8358,9,6.5,8.6642,6.5,8.25&#xA;&#x9;c0-0.4142,0.3358-0.75,0.75-0.75S8,7.8358,8,8.25C8,8.6642,7.6642,9,7.25,9z"/>
</svg>

After

Width:  |  Height:  |  Size: 1008 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 369 B

View File

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg version="1.1" id="casino-11" xmlns="http://www.w3.org/2000/svg" width="11px" height="11px" viewBox="0 0 11 11">
<path d="M6.1364,6.85C6.4266,7.2446,6.8886,7.5,7.4091,7.5C8.2877,7.5,9,6.7725,9,5.875c0-0.3667-0.1234-0.7014-0.324-0.9733&#xA;&#x9;L8.6818,4.9L5.5,1L2.3182,4.9L2.324,4.9017C2.1234,5.1736,2,5.5083,2,5.875C2,6.7725,2.7123,7.5,3.5909,7.5&#xA;&#x9;c0.5205,0,0.9825-0.2554,1.2728-0.65C4.918,6.776,5.0147,6.6443,5.125,6.4942V8.5c0,0.5-1.75,0.75-1.75,0.75&#xA;&#x9;C3.1679,9.25,3,9.4179,3,9.625S3.1679,10,3.375,10h1.75h0.75h1.75C7.8321,10,8,9.8321,8,9.625S7.8321,9.25,7.625,9.25&#xA;&#x9;c0,0-1.75-0.25-1.75-0.75V6.4942C5.9853,6.6443,6.082,6.776,6.1364,6.85z"/>
</svg>

After

Width:  |  Height:  |  Size: 719 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 357 B

View File

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg version="1.1" id="cemetery-11" xmlns="http://www.w3.org/2000/svg" width="11px" height="11px" viewBox="0 0 11 11">
<path d="M8.65,8H8l0,0l1-5.61c0.0167-0.1981-0.1304-0.3722-0.3286-0.3889C8.6577,1.9999,8.6438,1.9996,8.63,2H7.16&#xA;&#x9;c0-0.65-0.7-1-1.67-1S3.66,1.35,3.66,2H2.35C2.1512,2.0048,1.994,2.1699,1.9988,2.3686C1.999,2.3758,1.9994,2.3829,2,2.39L3,8l0,0&#xA;&#x9;H2.35C2.1567,7.9999,1.9999,8.1566,1.9999,8.3499c0,0.0034,0,0.0068,0.0001,0.0101V10h7V8.36&#xA;&#x9;c0.0055-0.1932-0.1466-0.3543-0.3399-0.3599C8.6568,8,8.6534,8,8.65,8z M7,5H4V4h3V5z"/>
</svg>

After

Width:  |  Height:  |  Size: 607 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 356 B

View File

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg version="1.1" id="cinema-11" xmlns="http://www.w3.org/2000/svg" width="11px" height="11px" viewBox="0 0 11 11">
<path d="M10,5.5v2C10,7.7761,9.7761,8,9.5,8S9,7.7761,9,7.5l0,0C8.9427,7.2478,8.7433,7.0523,8.49,7H8v1.63&#xA;&#x9;C8,8.8343,7.8343,9,7.63,9H1.37C1.1657,9,1,8.8343,1,8.63V5.37C1,5.1657,1.1657,5,1.37,5h6.26C7.8343,5,8,5.1657,8,5.37V6h0.49&#xA;&#x9;C8.7433,5.9477,8.9427,5.7522,9,5.5C9,5.2239,9.2239,5,9.5,5S10,5.2239,10,5.5z M2.5,2C1.6716,2,1,2.6716,1,3.5S1.6716,5,2.5,5&#xA;&#x9;S4,4.3284,4,3.5S3.3284,2,2.5,2z M2.5,4C2.2239,4,2,3.7761,2,3.5S2.2239,3,2.5,3S3,3.2239,3,3.5S2.7761,4,2.5,4z M6,1&#xA;&#x9;C4.8954,1,4,1.8954,4,3s0.8954,2,2,2s2-0.8954,2-2S7.1046,1,6,1z M6,4C5.4477,4,5,3.5523,5,3s0.4477-1,1-1s1,0.4477,1,1&#xA;&#x9;S6.5523,4,6,4z"/>
</svg>

After

Width:  |  Height:  |  Size: 808 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 351 B

View File

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg version="1.1" id="clothing-store-11" xmlns="http://www.w3.org/2000/svg" width="11px" height="11px" viewBox="0 0 11 11">
<path id="rect4181-0-0" d="&#xA;&#x9;M2.5,1l-2,2v2h2v5h6V5h2V3l-2-2H7L5.5,4L4,1H2.5z"/>
</svg>

After

Width:  |  Height:  |  Size: 260 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 402 B

View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg id="communications-tower-11" xmlns="http://www.w3.org/2000/svg" width="11" height="11" viewBox="0 0 11 11">
<g id="communications-tower-11">
<path d="M7.6553,3.5645h-.4V1.4482h.4ZM3.7017,1.4482h-.4V3.5645h.4Zm6-.2851h-.4V4.4414h.4Zm-8.023,0h-.4V4.4414h.4ZM5.7572,4.1683l.4366,0h0a.3541.3541,0,0,1,.3457.2812L7.5792,9.4366H9V10H2V9.4366H3.434L4.4731,4.45a.3548.3548,0,0,1,.3453-.2813l.4388,0V2.912h0A.9155.9155,0,0,1,4.59,2.0373a.9272.9272,0,1,1,1.167.8874Zm-.96,2.1881H6.2159L5.9072,4.875H5.106ZM4.383,8.3447H6.63L6.2786,6.6572H4.7346ZM6.8577,9.4366l-.1648-.7911H4.32l-.1648.7911Z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 647 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 650 B

View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg id="convenience-11" xmlns="http://www.w3.org/2000/svg" width="11" height="11" viewBox="0 0 11 11">
<g id="convenience-store-11">
<path d="M8.8211,4.2685h-.62c-.1554-.6-.28-1.0651-.2826-1.0734l-.0111-.05c0-.0011-.12-.5479-.41-.5479H3.519c-.2889,0-.4091.5468-.41.5523-.008.0333-.136.5119-.293,1.1185h-.62c.1756-.6809.3228-1.2291.3228-1.2291s.1875-1.0417,1-1.0417h.4963a.4932.4932,0,0,1,.4829-.4153h2a.4932.4932,0,0,1,.4829.4153h.5171c.8125,0,1,1.0417,1,1.0417S8.6454,3.5876,8.8211,4.2685ZM2.9189,9.9954a.4945.4945,0,0,1-.4828-.368c-.23-.8736-.8-3.0538-.9379-3.63a.5.5,0,1,1,0-1h8a.5.5,0,0,1,0,1c-.1375.5763-.7156,2.7587-.9487,3.6313a.4948.4948,0,0,1-.4825.3665Zm1.094-3.2968a.5129.5129,0,0,0-1.0235,0V8.51a.5129.5129,0,0,0,1.0235,0Zm1.9971,0a.5129.5129,0,0,0-1.0235,0V8.51a.5129.5129,0,0,0,1.0235,0Zm2.0058,0a.5129.5129,0,0,0-1.0236,0V8.51a.5129.5129,0,0,0,1.0236,0Z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 931 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 376 B

4
icons/map/POI/dam-11.svg Normal file
View File

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg version="1.1" id="dam-11" xmlns="http://www.w3.org/2000/svg" width="11px" height="11px" viewBox="0 0 11 11">
<path d="M10,7.51c0,0.2761-0.2239,0.5-0.5,0.5l0,0C9.241,8.0319,9.0006,8.1539,8.83,8.35c-0.2714,0.2887-0.6175,0.4964-1,0.6&#xA;&#x9;C7.2185,9.1316,6.5566,8.9924,6.07,8.58L5.73,8.23c-0.2997-0.2948-0.7803-0.2948-1.08,0L5,9.38&#xA;&#x9;c0.0664,0.268-0.0971,0.5392-0.3651,0.6055C4.5908,9.9965,4.5454,10.0013,4.5,10h-3C1.2239,10,1,9.7761,1,9.5v-8&#xA;&#x9;C0.9999,1.2277,1.2178,1.0054,1.49,1h0.7c0.2346-0.0011,0.4384,0.1611,0.49,0.39L3.41,3.9l0.1-0.06C3.67,3.72,3.82,3.57,4,3.44&#xA;&#x9;c0.7076-0.5968,1.7424-0.5968,2.45,0C6.6,3.57,6.74,3.71,6.89,3.83c0.2847,0.2546,0.7153,0.2546,1,0l0.41-0.4&#xA;&#x9;C8.6306,3.1458,9.0541,2.9928,9.49,3l0,0c0.2761,0,0.5,0.2239,0.5,0.5S9.7661,4,9.49,4l0,0C9.231,4.0219,8.9906,4.1439,8.82,4.34&#xA;&#x9;c-0.2714,0.2887-0.6175,0.4964-1,0.6C7.2085,5.1216,6.5466,4.9824,6.06,4.57L5.73,4.23C5.4324,3.9262,4.9449,3.9213,4.6411,4.2189&#xA;&#x9;C4.6374,4.2226,4.6337,4.2263,4.63,4.23C4.49,4.35,4.36,4.48,4.21,4.6C4.0521,4.7221,3.8768,4.8198,3.69,4.89l0.67,2.32&#xA;&#x9;c0.6727-0.3402,1.4836-0.2458,2.06,0.24c0.15,0.13,0.29,0.27,0.44,0.39c0.2847,0.2546,0.7153,0.2546,1,0L8.3,7.42&#xA;&#x9;C8.6321,7.1394,9.0554,6.99,9.49,7l0,0C9.7661,6.9944,9.9944,7.2137,10,7.4898C10.0001,7.4965,10.0001,7.5033,10,7.51z"/>
</svg>

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 421 B

View File

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg version="1.1" id="danger-11" xmlns="http://www.w3.org/2000/svg" width="11px" height="11px" viewBox="0 0 11 11">
<path d="M6.62,8.5l3.11,1.55l-0.45,0.89L5.5,9.06l-3.78,1.89l-0.45-0.89L4.38,8.5l-3.1-1.55l0.45-0.89L5.5,7.94l3.78-1.89l0.44,0.9&#xA;&#x9;L6.62,8.5z M8.5,3.21V3.5l-1,1v1l-2,1l-2-1v-1l-1-1V3C2.4438,1.3994,3.6958,0.0562,5.2964,0C5.3643-0.0024,5.4322-0.0024,5.5,0&#xA;&#x9;c1.7059,0.0484,3.0495,1.4705,3.0011,3.1764C8.5008,3.1876,8.5004,3.1988,8.5,3.21z M4.71,2.71c0-0.4363-0.3537-0.79-0.79-0.79&#xA;&#x9;S3.13,2.2737,3.13,2.71c0,0.4363,0.3537,0.79,0.79,0.79l0,0C4.3563,3.5,4.71,3.1463,4.71,2.71z M5,4.5H4.5v1H5V4.5z M6.5,4.5H6v1&#xA;&#x9;h0.5V4.5z M7.86,2.71c0-0.4363-0.3537-0.79-0.79-0.79S6.28,2.2737,6.28,2.71S6.6337,3.5,7.07,3.5l0,0&#xA;&#x9;C7.5063,3.5,7.86,3.1463,7.86,2.71z"/>
</svg>

After

Width:  |  Height:  |  Size: 844 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 367 B

View File

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" width="11" height="11" viewBox="0 0 11 11" id="drinking-water-11">
<path d="M5,11H3a0.51,0.51,0,0,1-.5-0.4L1,5.6A0.5,0.5,0,0,1,1.5,5h5A0.5,0.5,0,0,1,7,5.6l-1.49,5A0.51,0.51,0,0,1,5,11ZM2.76,8L5.22,8,5.89,6H2.11Z"/>
<path d="M4.5,0h0A1.5,1.5,0,0,0,3,1.51v2a0.5,0.5,0,0,0,.5.5h1A0.5,0.5,0,0,0,5,3.5v-1A0.5,0.5,0,0,1,5.5,2H10V0H4.5Z"/>
</svg>

After

Width:  |  Height:  |  Size: 422 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 611 B

View File

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg id="entrance-alt1-11" xmlns="http://www.w3.org/2000/svg" width="11" height="11" viewBox="0 0 11 11">
<path d="M4.793,7.263A.5.5,0,0,0,5.5,7.97L7.743,5.677a.25.25,0,0,0,0-.354h0L5.489,3.042a.5.5,0,0,0-.707.707L6,5H1.5a.5.5,0,0,0,0,1H6ZM9,1H4.5a.5.5,0,0,0,0,1h4a.5.5,0,0,1,.5.5v6a.5.5,0,0,1-.5.5h-4a.5.5,0,0,0,0,1H9a1,1,0,0,0,1-1V2A1,1,0,0,0,9,1Z"/>
</svg>

After

Width:  |  Height:  |  Size: 400 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 344 B

View File

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg version="1.1" id="fast-food-11" xmlns="http://www.w3.org/2000/svg" width="11px" height="11px" viewBox="0 0 11 11">
<path d="M10,8L10,8c0,1.1046-0.8954,2-2,2H3c-1.1046,0-2-0.8954-2-2H10z M10,5H1C0.4477,5,0,5.4477,0,6s0.4477,1,1,1h9&#xA;&#x9;c0.5523,0,1-0.4477,1-1S10.5523,5,10,5z M8.55,1H2.46C1.6537,1,1,1.6536,1,2.46c0,0.0033,0,0.0067,0,0.01V4h9V2.47&#xA;&#x9;C10.0055,1.6637,9.3564,1.0055,8.55,1C8.55,1,8.55,1,8.55,1z M3.55,3C3.2752,3.0276,3.0301,2.8273,3.0025,2.5525&#xA;&#x9;C2.9749,2.2777,3.1753,2.0326,3.45,2.005c0.2748-0.0276,0.5199,0.1727,0.5475,0.4475C3.9991,2.4683,3.9999,2.4841,4,2.5&#xA;&#x9;C4,2.7761,3.7761,3,3.5,3H3.55z M7.55,3C7.2752,3.0276,7.0301,2.8273,7.0025,2.5525S7.1753,2.0326,7.45,2.005&#xA;&#x9;c0.2748-0.0276,0.5199,0.1727,0.5475,0.4475C7.9991,2.4683,7.9999,2.4841,8,2.5C8,2.7761,7.7761,3,7.5,3H7.55z"/>
</svg>

After

Width:  |  Height:  |  Size: 880 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 403 B

View File

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg version="1.1" id="fire-station-11" xmlns="http://www.w3.org/2000/svg" width="11px" height="11px" viewBox="0 0 11 11">
<path id="path10041-3-2" d="M5.5,0l-2,4L2,2&#xA;&#x9;C1.595,2.7121,0,4.1667,0,6c0,2.7001,2.7999,5,5.5,5S11,8.7001,11,6c0-1.8333-1.595-3.2879-2-4L7.5,4L5.5,0z M5.5,5.5&#xA;&#x9;c0,0,2,1.585,2,3c0,0.6111-0.7778,1.2778-2,1.2778s-2-0.6667-2-1.2778C3.5,7.1336,5.5,5.5,5.5,5.5z"/>
</svg>

After

Width:  |  Height:  |  Size: 445 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 326 B

View File

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg id="fitness-centre-11" xmlns="http://www.w3.org/2000/svg" width="11" height="11" viewBox="0 0 11 11">
<path d="M7,6H4V5H7ZM2,3V4H1V5A.5.5,0,0,0,1,6V7H2V8H3.5V3Zm8,2V4H9V3H7.5V8H9V7h1V6a.5.5,0,0,0,0-1Z"/>
</svg>

After

Width:  |  Height:  |  Size: 256 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 377 B

View File

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg version="1.1" id="fuel-11" xmlns="http://www.w3.org/2000/svg" width="11px" height="11px" viewBox="0 0 11 11">
<path d="M9.5,3H9V1.5l0,0C9,1.2239,8.7761,1,8.5,1S8,1.2239,8,1.5l0,0V3c0,0.5523,0.4477,1,1,1v4.25C9,8.3881,8.8881,8.5,8.75,8.5&#xA;&#x9;S8.5,8.3881,8.5,8.25V6.5C8.5,5.6716,7.8284,5,7,5V2c0-0.5523-0.4477-1-1-1H2C1.4477,1,1,1.4477,1,2v7c0,0.5523,0.4477,1,1,1h4&#xA;&#x9;c0.5523,0,1-0.4477,1-1V6c0.2761,0,0.5,0.2239,0.5,0.5v1.75c0,0.6904,0.5596,1.25,1.25,1.25S10,8.9404,10,8.25V3.5&#xA;&#x9;C10,3.2239,9.7761,3,9.5,3z M6,4.5C6.0056,4.7706,5.7908,4.9944,5.5202,5C5.5201,5,5.5201,5,5.52,5h-3&#xA;&#x9;C2.2384,5.0056,2.0056,4.7818,2,4.5002C2,4.5001,2,4.5001,2,4.5l0,0V3c0-0.2761,0.2239-0.5,0.5-0.5h3C5.7761,2.5,6,2.7239,6,3V4.5z"/>
</svg>

After

Width:  |  Height:  |  Size: 788 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 348 B

View File

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg version="1.1" id="furniture-11" xmlns="http://www.w3.org/2000/svg" width="11px" height="11px" viewBox="0 0 11 11">
<g>
<path d="M6,7.5552V6c0-0.2762-0.2239-0.5-0.5-0.5S5,5.7238,5,6v1.5552c-0.9391,0.1914-1.6886,0.9044-1.9231,1.827&#xA;&#x9;&#x9;C2.9976,9.6944,3.244,10,3.566,10H7.434c0.3221,0,0.5685-0.3056,0.4891-0.6177C7.6886,8.4596,6.9391,7.7466,6,7.5552z"/>
<path d="M9.1348,4.2697L7.6395,1.2789C7.554,1.108,7.3793,1,7.1881,1H3.8119C3.6207,1,3.446,1.108,3.3605,1.2789L1.8652,4.2697&#xA;&#x9;&#x9;C1.6974,4.6052,1.9414,5,2.3166,5H7v0.75C7,5.8881,7.1119,6,7.25,6S7.5,5.8881,7.5,5.75V5h1.1834&#xA;&#x9;&#x9;C9.0586,5,9.3026,4.6052,9.1348,4.2697z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 716 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 402 B

View File

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg version="1.1" id="garden-11" xmlns="http://www.w3.org/2000/svg" width="11px" height="11px" viewBox="0 0 11 11">
<path d="M10,6c0.0043,2.2091-1.783,4.0035-3.9922,4.0078C5.9218,10.008,5.8358,10.0054,5.75,10&#xA;&#x9;c-2.2048,0.1381-4.1041-1.5374-4.2422-3.7422C1.5024,6.172,1.4998,6.086,1.5,6c1.6411-0.1206,3.1886,0.7762,3.9,2.26V5h-2&#xA;&#x9;C2.9085,5.0055,2.5056,4.6116,2.5001,4.1201C2.5,4.1167,2.5,4.1134,2.5,4.11V1.84C2.492,1.6469,2.6421,1.4838,2.8352,1.4758&#xA;&#x9;C2.9567,1.4708,3.0721,1.5292,3.14,1.63L4.28,3l1.17-2.33c0.0996-0.1657,0.3146-0.2193,0.4803-0.1197&#xA;&#x9;C5.9794,0.5798,6.0205,0.6209,6.05,0.67L7.22,3l1.13-1.38c0.0982-0.1665,0.3128-0.2219,0.4793-0.1237&#xA;&#x9;C8.946,1.5651,9.0125,1.6951,9,1.83v2.28C9,4.6015,8.6016,5,8.1101,5.0001C8.1067,5.0001,8.1034,5,8.1,5h-2v3.26&#xA;&#x9;C6.8114,6.7762,8.3589,5.8794,10,6z"/>
</svg>

After

Width:  |  Height:  |  Size: 892 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 352 B

View File

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg id="garden-centre-11" xmlns="http://www.w3.org/2000/svg" width="11" height="11" viewBox="0 0 11 11">
<path d="M10.875,5.1642l-0.007-.008-0.029-.029-0.971-.971A0.5,0.5,0,0,0,9,4.4952V5.6429L7,7.6458V3A2,2,0,0,0,3,3,2,2,0,0,0,3,7V8A1,1,0,0,0,4,9H6a0.9843,0.9843,0,0,0,.8328-0.48L9.3606,5.9893H10.422A0.5,0.5,0,0,0,10.875,5.1642ZM1.5,5A1.5,1.5,0,0,1,3,3.5v3A1.5,1.5,0,0,1,1.5,5Zm2-2a1.5,1.5,0,0,1,3,0h-3Z"/>
</svg>

After

Width:  |  Height:  |  Size: 457 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 394 B

View File

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg version="1.1" id="golf-11" xmlns="http://www.w3.org/2000/svg" width="11px" height="11px" viewBox="0 0 11 11">
<path id="path11685" d="M4.0492,0.638&#xA;&#x9;C3.5323,1.1814,4.2729,1.813,4.7284,1.3132l0.4953-0.5434l2.3326,1.3937L3.3063,4.5C3.0126,4.6615,2.9648,4.9407,3.0724,5.2212&#xA;&#x9;l0.8886,2.3165l-0.9355,2.8046C2.8974,10.7268,3.1975,10.991,3.5001,11c0.1954,0.0058,0.3919-0.093,0.4747-0.3413l0.9199-2.7636&#xA;&#x9;l0.8535-0.2832L6,8.1172V10.5c0,0,0,0.5,0.5,0.5S7,10.5,7,10.5V8.1172C7,8,6.9893,7.8618,6.9358,7.7548L5.6546,4.415l2.5528-1.4035&#xA;&#x9;c0.1868-0.0802,0.2901-0.2535,0.2901-0.5115c0-0.2259-0.2177-0.413-0.4564-0.5556L4.9047,0.0706&#xA;&#x9;c-0.1595-0.0953-0.2749-0.043-0.3226,0.0071L4.0492,0.638z M3,2.0002c-0.5523,0-1,0.4477-1,1s0.4477,1,1,1s1-0.4477,1-1&#xA;&#x9;S3.5523,2.0002,3,2.0002z"/>
</svg>

After

Width:  |  Height:  |  Size: 865 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 355 B

View File

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg version="1.1" id="grocery-11" xmlns="http://www.w3.org/2000/svg" width="11px" height="11px" viewBox="0 0 11 11">
<path id="rect7842-7" d="M9.75,1.5C9.7464,1.4999,9.4324,1.4942,9.1191,1.6875C8.8041,1.8819,8.5,2.3013,8.5,3H8.2539H1l0.75,3.5&#xA;&#x9;C1.8571,7,2.5,7,2.5,7h6c0,0-0.0027,0.2466-0.1523,0.4961S7.9306,8,7.25,8H2C1.6619,7.9952,1.6619,8.5048,2,8.5h1.25h4&#xA;&#x9;c0.8194,0,1.302-0.3705,1.5273-0.7461C9.0027,7.3784,9,7,9,7V3c0-0.567,0.1959-0.7725,0.3809-0.8867&#xA;&#x9;C9.5659,1.9991,9.7461,2,9.7461,2C9.7474,2,9.7487,2,9.75,2h0.5c0.3381,0.0048,0.3381-0.5048,0-0.5H9.7539H9.75z M7.25,8.5&#xA;&#x9;C6.8358,8.5,6.5,8.8358,6.5,9.25S6.8358,10,7.25,10S8,9.6642,8,9.25S7.6642,8.5,7.25,8.5z M3.25,8.5C2.8358,8.5,2.5,8.8358,2.5,9.25&#xA;&#x9;S2.8358,10,3.25,10S4,9.6642,4,9.25S3.6642,8.5,3.25,8.5z"/>
</svg>

After

Width:  |  Height:  |  Size: 854 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 380 B

View File

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg version="1.1" id="hairdresser-11" xmlns="http://www.w3.org/2000/svg" width="11px" height="11px" viewBox="0 0 11 11">
<path id="path6232" d="M1.5,2C0.6716,2,0,2.6716,0,3.5v1C0,5,0.5,5,0.5,5h1C3,5,4,5.5,4,5.5S3,6,1.5,6h-1C0.5,6,0,6,0,6.5v1&#xA;&#x9;C0,8.3284,0.6716,9,1.5,9S3,8.3284,3,7.5V6.8848C3.8082,6.727,4.5865,6.4316,5.2246,6.1426L8.5,8C10,8.75,11,8,11,8L6.5,5.5L11,3&#xA;&#x9;c0,0-1-0.75-2.5,0L5.2246,4.8574C4.5866,4.5684,3.8081,4.2731,3,4.1152V3.5039C3,3.5026,3,3.5013,3,3.5C3,2.6716,2.3284,2,1.5,2z&#xA;&#x9; M1.5,3C1.7761,3,2,3.2239,2,3.5S1.7761,4,1.5,4S1,3.7761,1,3.5S1.2239,3,1.5,3z M5.2324,5.25c0.0059-0.0002,0.0117-0.0002,0.0176,0&#xA;&#x9;c0.1381,0,0.25,0.1119,0.25,0.25S5.3881,5.75,5.25,5.75S5,5.6381,5,5.5C4.9997,5.3685,5.1013,5.2592,5.2324,5.25z M1.5,7&#xA;&#x9;C1.7761,7,2,7.2239,2,7.5S1.7761,8,1.5,8S1,7.7761,1,7.5S1.2239,7,1.5,7z"/>
</svg>

After

Width:  |  Height:  |  Size: 904 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 404 B

View File

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg version="1.1" id="harbor-11" xmlns="http://www.w3.org/2000/svg" width="11px" height="11px" viewBox="0 0 11 11">
<path id="path5263" d="M5.5,0C4.1193,0,3,1.1193,3,2.5c0.0018,1.0981,0.7217,2.0466,1.75,2.3711V9.416&#xA;&#x9;c-0.659-0.115-1.3381-0.3753-1.8926-0.8574C2.0886,7.8901,1.5,6.8297,1.5,5c0.0055-0.4226-0.3391-0.7664-0.7617-0.7598&#xA;&#x9;C0.3248,4.2467-0.0054,4.5865,0,5c0,2.1703,0.7731,3.7349,1.873,4.6914S4.3333,11,5.5,11s2.527-0.3521,3.627-1.3086S11,7.1703,11,5&#xA;&#x9;c0.0143-1.0142-1.5143-1.0142-1.5,0c0,1.8297-0.5886,2.8901-1.3574,3.5586C7.5881,9.0407,6.909,9.3011,6.25,9.416V4.875&#xA;&#x9;C7.2795,4.55,7.9999,3.5995,8,2.5C8,1.1193,6.8807,0,5.5,0z M5.5,1.5c0.5523,0,1,0.4477,1,1s-0.4477,1-1,1s-1-0.4477-1-1&#xA;&#x9;S4.9477,1.5,5.5,1.5z"/>
</svg>

After

Width:  |  Height:  |  Size: 808 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 366 B

View File

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg version="1.1" id="hardware-11" xmlns="http://www.w3.org/2000/svg" width="11px" height="11px" viewBox="0 0 11 11">
<g id="GaLBQ6.tif_2_">
<g>
<path d="M1.2174,8.3652C0.8535,8.8127,0.9497,9.4896,1.423,9.8184c0.4178,0.2902,0.9442,0.238,1.3172-0.1347&#xA;&#x9;&#x9;&#x9;c1.2813-1.2802,2.562-2.5611,3.841-3.8436C6.6447,5.7764,6.6952,5.7546,6.788,5.7863c0.4279,0.1458,0.8659,0.1627,1.3055,0.0611&#xA;&#x9;&#x9;&#x9;c1.3402-0.3096,2.1605-1.6406,1.8354-2.9751C9.906,2.7783,9.8722,2.6868,9.8351,2.567C9.7998,2.6112,8.8376,3.5803,8.3764,4.0471&#xA;&#x9;&#x9;&#x9;c-0.0587,0.0595-0.1167,0.0784-0.195,0.0665C8.0791,4.0979,7.2868,4.034,7,4C6.9522,3.5907,6.9268,3.1638,6.8846,2.7619&#xA;&#x9;&#x9;&#x9;c-0.004-0.0378,0.0229-0.0894,0.0517-0.1185C7.2869,2.2885,8.2679,1.31,8.4116,1.1666C8.1,1.0195,7.5652,0.9615,7.1668,1.0263&#xA;&#x9;&#x9;&#x9;c-1.5072,0.245-2.4274,1.7518-1.95,3.1974c0.0262,0.0795,0.0098,0.1259-0.0469,0.1824L1.2174,8.3652z"/>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1008 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 390 B

View File

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg version="1.1" id="heliport-11" xmlns="http://www.w3.org/2000/svg" width="11px" height="11px" viewBox="0 0 11 11">
<path id="path10415" d="M3,1&#xA;&#x9;C2.723,1,2.5,1.223,2.5,1.5S2.7236,1.9824,3,2h3v2H2.9141h-0.002C2.7004,3.4014,2.1349,3.0009,1.5,3C0.6716,3,0,3.6716,0,4.5&#xA;&#x9;S0.6716,6,1.5,6c0.3794-0.0007,0.7444-0.1452,1.0215-0.4043L4.5,8.5c0.6812,1,1.5,1,2,1h3.5352c0,0,0.9648-0.0008,0.9648-1v-1&#xA;&#x9;c0-0.5-0.5-1-0.5-1l-2-2c0,0-0.5-0.5-1-0.5H7V2h3c0.277,0,0.5-0.223,0.5-0.5S10.277,1,10,1H3z M1.5,4C1.7761,4,2,4.2239,2,4.5&#xA;&#x9;S1.7761,5,1.5,5S1,4.7761,1,4.5S1.2239,4,1.5,4z M7.75,5C7.75,5,8,5,8.5,5.5L10,7H7.5C7.5,7,7,7,7,6.5v-1C7,5.5,7,5,7.5,5H7.75z"/>
</svg>

After

Width:  |  Height:  |  Size: 723 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 326 B

View File

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg version="1.1" id="hospital-11" xmlns="http://www.w3.org/2000/svg" width="11px" height="11px" viewBox="0 0 11 11">
<path d="M10,4H7V1C6.9616,0.4644,6.5356,0.0384,6,0H5C4.4644,0.0384,4.0384,0.4644,4,1v3H1C0.4644,4.0384,0.0384,4.4644,0,5v1&#xA;&#x9;c0.0384,0.5356,0.4644,0.9616,1,1h3v3c0.0384,0.5356,0.4644,0.9616,1,1h1c0.5356-0.0384,0.9616-0.4644,1-1V7h3&#xA;&#x9;c0.5356-0.0384,0.9616-0.4644,1-1V5C11,4.4477,10.5523,4,10,4z"/>
</svg>

After

Width:  |  Height:  |  Size: 478 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 359 B

Some files were not shown because too many files have changed in this diff Show More