Skip to content
Commits on Source (8)
......@@ -43,7 +43,7 @@ sp_cleanup.remove_redundant_type_arguments=false
sp_cleanup.remove_trailing_whitespaces=true
sp_cleanup.remove_trailing_whitespaces_all=true
sp_cleanup.remove_trailing_whitespaces_ignore_empty=false
sp_cleanup.remove_unnecessary_casts=true
sp_cleanup.remove_unnecessary_casts=false
sp_cleanup.remove_unnecessary_nls_tags=false
sp_cleanup.remove_unused_imports=false
sp_cleanup.remove_unused_local_variables=false
......
......@@ -74,15 +74,30 @@ The XZ code (https://tukaani.org/xz/java.html)
is from Lasse Collin and Igor Pavlov
and license free Public Domain.
The Windows shortcut parsing code is from StackOverflow:
- https://stackoverflow.com/a/9403438/2257172
- https://github.com/codebling/WindowsShortcuts
------------------------------- PROJECTION DATA -------------------------------
Australian A66_National NTV2 grid: Source: Intergovernmental Committee on
Surveying and Mapping (CC BY 4.0)
British OSTN02 NTV2 grid: Source: Ordnance Survey (BSD)
© Crown copyright, Ordnance Survey and the Ministry of Defence (MOD) 2002.
All rights reserved.
French NTF_R93 NTV2 grid: Source: IGN - Institut national de l'information
géographique et forestière
German BETA2007 NTV2 grid: Source: BKG - Bundesamt für Kartographie und Geodäsie
Portuguese HGDLx / HGD73 NTV2 grids: Source: Direção Geral do Território
Swiss CHENYX06 NTV2 grid: Source: Swiss Federal Office of Topography
ESRI projection definitions: Environmental Systems Research Institute
------------------------------------ ICONS ------------------------------------
Most icons have been nicked from GNOME and the GIMP, both under GPL.
......
......@@ -3,7 +3,7 @@
<entry
kind="dir"
path="trunk"
revision="13576">
revision="13710">
<url>https://josm.openstreetmap.de/svn/trunk</url>
<relative-url>^/trunk</relative-url>
<repository>
......@@ -11,9 +11,9 @@
<uuid>0c6e7542-c601-0410-84e7-c038aed88b3b</uuid>
</repository>
<commit
revision="13576">
<author>Klumbumbus</author>
<date>2018-03-26T20:16:39.281292Z</date>
revision="13710">
<author>Don-vip</author>
<date>2018-05-06T21:56:40.881351Z</date>
</commit>
</entry>
</info>
......@@ -10,6 +10,7 @@
-->
<project xmlns:as="antlib:org.codehaus.mojo.animal_sniffer" name="josm" default="dist" xmlns:jacoco="antlib:org.jacoco.ant" xmlns:if="ant:if" xmlns:unless="ant:unless">
<target name="init-properties">
<property environment="env"/>
<!-- Load properties in a target and not at top level, so this build file can be
imported from an IDE ant file (Netbeans) without messing up IDE properties.
When imported from another file, ${basedir} will point to the parent directory
......@@ -18,7 +19,9 @@
<dirname property="base.dir" file="${ant.file.josm}"/>
<property name="test.dir" location="${base.dir}/test"/>
<property name="src.dir" location="${base.dir}/src"/>
<property name="noJavaFX" value="0"/>
<condition property="noJavaFX" value="${env.JOSM_NOJAVAFX}" else="0">
<isset property="env.JOSM_NOJAVAFX"/>
</condition>
<property name="build.dir" location="${base.dir}/build"/>
<property name="dist.dir" location="${base.dir}/dist"/>
<property name="tools.dir" location="${base.dir}/tools"/>
......
......@@ -2209,6 +2209,7 @@
es.href="https://wiki.openstreetmap.org/wiki/ES:Tag:waterway=river"
fi.href="https://wiki.openstreetmap.org/wiki/Fi:Tag:waterway=river"
fr.href="https://wiki.openstreetmap.org/wiki/FR:Tag:waterway=river"
it.href="https://wiki.openstreetmap.org/wiki/IT:Tag:waterway=river"
ja.href="https://wiki.openstreetmap.org/wiki/JA:Tag:waterway=river"
pl.href="https://wiki.openstreetmap.org/wiki/Pl:Tag:waterway=river"
pt.href="https://wiki.openstreetmap.org/wiki/Pt:Tag:waterway=river"
......@@ -3454,6 +3455,7 @@
<link href="https://wiki.openstreetmap.org/wiki/Tag:amenity=bicycle_repair_station"
cs.href="https://wiki.openstreetmap.org/wiki/Cs:Tag:amenity=bicycle_repair_station"
de.href="https://wiki.openstreetmap.org/wiki/DE:Tag:amenity=bicycle_repair_station"
fr.href="https://wiki.openstreetmap.org/wiki/FR:Tag:amenity=bicycle_repair_station"
ja.href="https://wiki.openstreetmap.org/wiki/JA:Tag:amenity=bicycle_repair_station"
pt.href="https://wiki.openstreetmap.org/wiki/Pt:Tag:amenity=bicycle_repair_station"
ru.href="https://wiki.openstreetmap.org/wiki/RU:Tag:amenity=bicycle_repair_station" />
......@@ -3632,6 +3634,7 @@
es.href="https://wiki.openstreetmap.org/wiki/ES:Tag:amenity=vending_machine"
fr.href="https://wiki.openstreetmap.org/wiki/FR:Tag:amenity=vending_machine"
ja.href="https://wiki.openstreetmap.org/wiki/JA:Tag:amenity=vending_machine"
nl.href="https://wiki.openstreetmap.org/wiki/NL:Tag:amenity=vending_machine"
pl.href="https://wiki.openstreetmap.org/wiki/Pl:Tag:amenity=vending_machine"
pt.href="https://wiki.openstreetmap.org/wiki/Pt:Tag:amenity=vending_machine"
ru.href="https://wiki.openstreetmap.org/wiki/RU:Tag:amenity=vending_machine" />
......@@ -3925,6 +3928,7 @@
<link href="https://wiki.openstreetmap.org/wiki/Tag:aeroway=gate"
cs.href="https://wiki.openstreetmap.org/wiki/Cs:Tag:aeroway=gate"
de.href="https://wiki.openstreetmap.org/wiki/DE:Tag:aeroway=gate"
it.href="https://wiki.openstreetmap.org/wiki/IT:Tag:aeroway=gate"
ja.href="https://wiki.openstreetmap.org/wiki/JA:Tag:aeroway=gate"
pt.href="https://wiki.openstreetmap.org/wiki/Pt:Tag:aeroway=gate"
ru.href="https://wiki.openstreetmap.org/wiki/RU:Tag:aeroway=gate" />
......@@ -4669,6 +4673,7 @@
de.href="https://wiki.openstreetmap.org/wiki/DE:Tag:leisure=fitness_station"
es.href="https://wiki.openstreetmap.org/wiki/ES:Tag:leisure=fitness_station"
pl.href="https://wiki.openstreetmap.org/wiki/Pl:Tag:leisure=fitness_station"
ru.href="https://wiki.openstreetmap.org/wiki/RU:Tag:leisure=fitness_station"
sv.href="https://wiki.openstreetmap.org/wiki/Sv:Tag:leisure=fitness_station" />
<space />
<key key="leisure" value="fitness_station" />
......@@ -4753,6 +4758,8 @@
cs.href="https://wiki.openstreetmap.org/wiki/Cs:Tag:amenity=bbq"
de.href="https://wiki.openstreetmap.org/wiki/DE:Tag:amenity=bbq"
el.href="https://wiki.openstreetmap.org/wiki/El:Tag:amenity=bbq"
es.href="https://wiki.openstreetmap.org/wiki/ES:Tag:amenity=bbq"
it.href="https://wiki.openstreetmap.org/wiki/IT:Tag:amenity=bbq"
ja.href="https://wiki.openstreetmap.org/wiki/JA:Tag:amenity=bbq"
pl.href="https://wiki.openstreetmap.org/wiki/Pl:Tag:amenity=bbq"
pt.href="https://wiki.openstreetmap.org/wiki/Pt:Tag:amenity=bbq"
......@@ -5829,6 +5836,7 @@
<space />
<key key="amenity" value="telephone" />
<text key="operator" text="Operator" />
<combo key="covered" text="Covered" values="yes,no,booth" />
<space />
<check key="payment:coins" text="Coins" />
<check key="payment:notes" text="Notes" text_context="payment" />
......@@ -6128,6 +6136,7 @@
<link href="https://wiki.openstreetmap.org/wiki/Tag:amenity=compressed_air"
cs.href="https://wiki.openstreetmap.org/wiki/Cs:Tag:amenity=compressed_air"
de.href="https://wiki.openstreetmap.org/wiki/DE:Tag:amenity=compressed_air"
es.href="https://wiki.openstreetmap.org/wiki/ES:Tag:amenity=compressed_air"
fr.href="https://wiki.openstreetmap.org/wiki/FR:Tag:amenity=compressed_air"
ja.href="https://wiki.openstreetmap.org/wiki/JA:Tag:amenity=compressed_air"
pl.href="https://wiki.openstreetmap.org/wiki/Pl:Tag:amenity=compressed_air"
......@@ -7284,6 +7293,7 @@
cs.href="https://wiki.openstreetmap.org/wiki/Cs:Tag:highway=street_lamp"
de.href="https://wiki.openstreetmap.org/wiki/DE:Tag:highway=street_lamp"
es.href="https://wiki.openstreetmap.org/wiki/ES:Tag:highway=street_lamp"
hu.href="https://wiki.openstreetmap.org/wiki/Hu:Tag:highway=street_lamp"
ja.href="https://wiki.openstreetmap.org/wiki/JA:Tag:highway=street_lamp"
pl.href="https://wiki.openstreetmap.org/wiki/Pl:Tag:highway=street_lamp"
pt.href="https://wiki.openstreetmap.org/wiki/Pt:Tag:highway=street_lamp" />
......@@ -8569,6 +8579,7 @@
<link href="https://wiki.openstreetmap.org/wiki/Tag:shop=electronics"
cs.href="https://wiki.openstreetmap.org/wiki/Cs:Tag:shop=electronics"
de.href="https://wiki.openstreetmap.org/wiki/DE:Tag:shop=electronics"
es.href="https://wiki.openstreetmap.org/wiki/ES:Tag:shop=electronics"
fr.href="https://wiki.openstreetmap.org/wiki/FR:Tag:shop=electronics"
it.href="https://wiki.openstreetmap.org/wiki/IT:Tag:shop=electronics"
ja.href="https://wiki.openstreetmap.org/wiki/JA:Tag:shop=electronics"
......@@ -8632,6 +8643,7 @@
<item name="Video Games" icon="presets/shop/video_games.svg" type="node,closedway,multipolygon" preset_name_label="true">
<link href="https://wiki.openstreetmap.org/wiki/Tag:shop=video_games"
cs.href="https://wiki.openstreetmap.org/wiki/Cs:Tag:shop=video_games"
de.href="https://wiki.openstreetmap.org/wiki/DE:Tag:shop=video_games"
es.href="https://wiki.openstreetmap.org/wiki/ES:Tag:shop=video_games"
ja.href="https://wiki.openstreetmap.org/wiki/JA:Tag:shop=video_games" />
<space />
......@@ -8659,6 +8671,7 @@
es.href="https://wiki.openstreetmap.org/wiki/ES:Tag:amenity=bank"
fi.href="https://wiki.openstreetmap.org/wiki/Fi:Tag:amenity=bank"
fr.href="https://wiki.openstreetmap.org/wiki/FR:Tag:amenity=bank"
it.href="https://wiki.openstreetmap.org/wiki/IT:Tag:amenity=bank"
ja.href="https://wiki.openstreetmap.org/wiki/JA:Tag:amenity=bank"
nl.href="https://wiki.openstreetmap.org/wiki/NL:Tag:amenity=bank"
pl.href="https://wiki.openstreetmap.org/wiki/Pl:Tag:amenity=bank"
......@@ -9486,6 +9499,7 @@
<link href="https://wiki.openstreetmap.org/wiki/Tag:office=company"
cs.href="https://wiki.openstreetmap.org/wiki/Cs:Tag:office=company"
es.href="https://wiki.openstreetmap.org/wiki/ES:Tag:office=company"
fr.href="https://wiki.openstreetmap.org/wiki/FR:Tag:office=company"
ja.href="https://wiki.openstreetmap.org/wiki/JA:Tag:office=company"
pt.href="https://wiki.openstreetmap.org/wiki/Pt:Tag:office=company"
ru.href="https://wiki.openstreetmap.org/wiki/RU:Tag:office=company"
......@@ -9622,6 +9636,7 @@
<item name="Non-governmental organisation (NGO)" icon="presets/office/ong.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
<link href="https://wiki.openstreetmap.org/wiki/Tag:office=ngo"
cs.href="https://wiki.openstreetmap.org/wiki/Cs:Tag:office=ngo"
de.href="https://wiki.openstreetmap.org/wiki/DE:Tag:office=ngo"
es.href="https://wiki.openstreetmap.org/wiki/ES:Tag:office=ngo"
fr.href="https://wiki.openstreetmap.org/wiki/FR:Tag:office=ngo"
ja.href="https://wiki.openstreetmap.org/wiki/JA:Tag:office=ngo"
......@@ -9646,6 +9661,7 @@
<link href="https://wiki.openstreetmap.org/wiki/Tag:office=political_party"
cs.href="https://wiki.openstreetmap.org/wiki/Cs:Tag:office=political_party"
de.href="https://wiki.openstreetmap.org/wiki/DE:Tag:office=political_party"
es.href="https://wiki.openstreetmap.org/wiki/ES:Tag:office=political_party"
ja.href="https://wiki.openstreetmap.org/wiki/JA:Tag:office=political_party"
ru.href="https://wiki.openstreetmap.org/wiki/RU:Tag:office=political_party" />
<space />
......@@ -9749,6 +9765,7 @@
<link href="https://wiki.openstreetmap.org/wiki/Tag:craft=caterer"
cs.href="https://wiki.openstreetmap.org/wiki/Cs:Tag:craft=caterer"
de.href="https://wiki.openstreetmap.org/wiki/DE:Tag:craft=caterer"
es.href="https://wiki.openstreetmap.org/wiki/ES:Tag:craft=caterer"
ja.href="https://wiki.openstreetmap.org/wiki/JA:Tag:craft=caterer"
pt.href="https://wiki.openstreetmap.org/wiki/Pt:Tag:craft=caterer"
ru.href="https://wiki.openstreetmap.org/wiki/RU:Tag:craft=caterer" />
......@@ -9819,6 +9836,7 @@
<link href="https://wiki.openstreetmap.org/wiki/Tag:craft=hvac"
cs.href="https://wiki.openstreetmap.org/wiki/Cs:Tag:craft=hvac"
de.href="https://wiki.openstreetmap.org/wiki/DE:Tag:craft=hvac"
es.href="https://wiki.openstreetmap.org/wiki/ES:Tag:craft=hvac"
ja.href="https://wiki.openstreetmap.org/wiki/JA:Tag:craft=hvac"
pt.href="https://wiki.openstreetmap.org/wiki/Pt:Tag:craft=hvac" />
<space />
......@@ -9926,6 +9944,7 @@
<link href="https://wiki.openstreetmap.org/wiki/Tag:craft=gardener"
cs.href="https://wiki.openstreetmap.org/wiki/Cs:Tag:craft=gardener"
de.href="https://wiki.openstreetmap.org/wiki/DE:Tag:craft=gardener"
es.href="https://wiki.openstreetmap.org/wiki/ES:Tag:craft=gardener"
ja.href="https://wiki.openstreetmap.org/wiki/JA:Tag:craft=gardener"
pt.href="https://wiki.openstreetmap.org/wiki/Pt:Tag:craft=gardener" />
<space />
......@@ -9975,6 +9994,7 @@
<link href="https://wiki.openstreetmap.org/wiki/Tag:craft=blacksmith"
cs.href="https://wiki.openstreetmap.org/wiki/Cs:Tag:craft=blacksmith"
de.href="https://wiki.openstreetmap.org/wiki/DE:Tag:craft=blacksmith"
es.href="https://wiki.openstreetmap.org/wiki/ES:Tag:craft=blacksmith"
ja.href="https://wiki.openstreetmap.org/wiki/JA:Tag:craft=blacksmith"
pl.href="https://wiki.openstreetmap.org/wiki/Pl:Tag:craft=blacksmith"
pt.href="https://wiki.openstreetmap.org/wiki/Pt:Tag:craft=blacksmith"
......@@ -10833,6 +10853,7 @@
de.href="https://wiki.openstreetmap.org/wiki/DE:Tag:landuse=salt_pond"
es.href="https://wiki.openstreetmap.org/wiki/ES:Tag:landuse=salt_pond"
fr.href="https://wiki.openstreetmap.org/wiki/FR:Tag:landuse=salt_pond"
it.href="https://wiki.openstreetmap.org/wiki/IT:Tag:landuse=salt_pond"
ja.href="https://wiki.openstreetmap.org/wiki/JA:Tag:landuse=salt_pond"
pl.href="https://wiki.openstreetmap.org/wiki/Pl:Tag:landuse=salt_pond"
pt.href="https://wiki.openstreetmap.org/wiki/Pt:Tag:landuse=salt_pond"
......@@ -11164,6 +11185,7 @@
es.href="https://wiki.openstreetmap.org/wiki/ES:Key:name"
fi.href="https://wiki.openstreetmap.org/wiki/Fi:Key:name"
fr.href="https://wiki.openstreetmap.org/wiki/FR:Key:name"
gl.href="https://wiki.openstreetmap.org/wiki/Gl:Key:name"
it.href="https://wiki.openstreetmap.org/wiki/IT:Key:name"
ja.href="https://wiki.openstreetmap.org/wiki/JA:Key:name"
nl.href="https://wiki.openstreetmap.org/wiki/NL:Key:name"
......
-----BEGIN CERTIFICATE-----
MIIDSjCCAjKgAwIBAgIQRK+wgNajJ7qJMDmGLvhAazANBgkqhkiG9w0BAQUFADA/
MSQwIgYDVQQKExtEaWdpdGFsIFNpZ25hdHVyZSBUcnVzdCBDby4xFzAVBgNVBAMT
DkRTVCBSb290IENBIFgzMB4XDTAwMDkzMDIxMTIxOVoXDTIxMDkzMDE0MDExNVow
PzEkMCIGA1UEChMbRGlnaXRhbCBTaWduYXR1cmUgVHJ1c3QgQ28uMRcwFQYDVQQD
Ew5EU1QgUm9vdCBDQSBYMzCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEB
AN+v6ZdQCINXtMxiZfaQguzH0yxrMMpb7NnDfcdAwRgUi+DoM3ZJKuM/IUmTrE4O
rz5Iy2Xu/NMhD2XSKtkyj4zl93ewEnu1lcCJo6m67XMuegwGMoOifooUMM0RoOEq
OLl5CjH9UL2AZd+3UWODyOKIYepLYYHsUmu5ouJLGiifSKOeDNoJjj4XLh7dIN9b
xiqKqy69cK3FCxolkHRyxXtqqzTWMIn/5WgTe1QLyNau7Fqckh49ZLOMxt+/yUFw
7BZy1SbsOFU5Q9D8/RhcQPGX69Wam40dutolucbY38EVAjqr2m7xPi71XAicPNaD
aeQQmxkqtilX4+U9m5/wAl0CAwEAAaNCMEAwDwYDVR0TAQH/BAUwAwEB/zAOBgNV
HQ8BAf8EBAMCAQYwHQYDVR0OBBYEFMSnsaR7LHH62+FLkHX/xBVghYkQMA0GCSqG
SIb3DQEBBQUAA4IBAQCjGiybFwBcqR7uKGY3Or+Dxz9LwwmglSBd49lZRNI+DT69
ikugdB/OEIKcdBodfpga3csTS7MgROSR6cz8faXbauX+5v3gTt23ADq1cEmv8uXr
AvHRAosZy5Q6XkjEGB5YGV8eAlrwDPGxrancWYaLbumR9YbK+rlmM6pZW87ipxZz
R8srzJmwN0jP41ZL9c8PDHIyh8bwRLtTcm1D9SZImlJnt1ir/md2cXjbDaJWFBM5
JDGFoqgCWjBH4d1QB7wCCZAA62RjYJsWvIjJEubSfZGL+T0yjWW06XyxV3bqxbYo
Ob8VZRzI9neWagqNdwvYkQsEjgfbKbYK7p2CNTUQ
-----END CERTIFICATE-----
......@@ -332,13 +332,14 @@ node[amenity][amenity =~ /^(restaurant|cafe|fast_food)$/][!name][noname!=yes] {
assertNoMatch: "node amenity=restaurant name=Foobar";
}
/* #10193, #16157 */
way[highway][barrier],
*[highway][waterway][waterway!=dam][waterway!=weir],
way[highway][natural][natural!=ridge],
*[landuse][building] {
*[landuse][landuse!=retail][building] {
throwWarning: tr("{0} together with {1}", "{0.key}", "{1.key}");
group: tr("suspicious tag combination");
assertNoMatch: "node highway=street_lamp natural=birds_nest note=josm#10193";
assertNoMatch: "node highway=street_lamp natural=birds_nest";
}
/* #6932 */
......
......@@ -184,7 +184,7 @@ area:closed:areaStyle[tag("natural") = parent_tag("natural")] ⧉ area:closed:ar
throwWarning: tr("Overlapping Identical Natural Areas");
}
area:closed:areaStyle[tag("landuse") = parent_tag("landuse")] ⧉ area:closed:areaStyle[landuse] {
area:closed:areaStyle[landuse!=residential][tag("landuse") = parent_tag("landuse")] ⧉ area:closed:areaStyle[landuse][landuse!=residential] {
throwWarning: tr("Overlapping Identical Landuses");
}
......
......@@ -133,6 +133,7 @@ F::conditional
; Misc Tags
;
K:type=is_in
K:type=benchmark
K:noref=yes
K:bridge=swing
K:residential=rural
......@@ -151,6 +152,7 @@ K:office=yes
K:pilgrimage=yes
K:bdouble=yes
K:bdouble=no
K:seasonal=no
K:memorial:type=stolperstein
K:toilets:wheelchair=yes
K:toilets:wheelchair=no
......
This diff is collapsed.
......@@ -44,8 +44,32 @@
<3003> +proj=tmerc +lat_0=0 +lon_0=9 +k=0.9996 +x_0=1500000 +y_0=0 +ellps=intl +units=m +bounds=5,36,13,48 <>
# Monte Mario / Italy zone 2
<3004> +proj=tmerc +lat_0=0 +lon_0=15 +k=0.9996 +x_0=2520000 +y_0=0 +ellps=intl +units=m +bounds=11,34,24,48 <>
# SWEREF99 13 30 / EPSG:3008 (Sweden)
<3008> +proj=tmerc +lon_0=13.5 +x_0=150000 +ellps=GRS80 +nadgrids=null +units=m +axis=neu +bounds=12.1,55.2,14.65,62.26 <>
# SWEREF99 TM
<3006> +proj=utm +zone=33 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +axis=neu +no_defs <>
# SWEREF99 12 00
<3007> +proj=tmerc +lat_0=0 +lon_0=12 +k=1 +x_0=150000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +axis=neu +no_defs <>
# SWEREF99 13 30
<3008> +proj=tmerc +lat_0=0 +lon_0=13.5 +k=1 +x_0=150000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +axis=neu +no_defs <>
# SWEREF99 15 00
<3009> +proj=tmerc +lat_0=0 +lon_0=15 +k=1 +x_0=150000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +axis=neu +no_defs <>
# SWEREF99 16 30
<3010> +proj=tmerc +lat_0=0 +lon_0=16.5 +k=1 +x_0=150000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +axis=neu +no_defs <>
# SWEREF99 18 00
<3011> +proj=tmerc +lat_0=0 +lon_0=18 +k=1 +x_0=150000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +axis=neu +no_defs <>
# SWEREF99 14 15
<3012> +proj=tmerc +lat_0=0 +lon_0=14.25 +k=1 +x_0=150000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +axis=neu +no_defs <>
# SWEREF99 15 45
<3013> +proj=tmerc +lat_0=0 +lon_0=15.75 +k=1 +x_0=150000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +axis=neu +no_defs <>
# SWEREF99 17 15
<3014> +proj=tmerc +lat_0=0 +lon_0=17.25 +k=1 +x_0=150000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +axis=neu +no_defs <>
# SWEREF99 18 45
<3015> +proj=tmerc +lat_0=0 +lon_0=18.75 +k=1 +x_0=150000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +axis=neu +no_defs <>
# SWEREF99 20 15
<3016> +proj=tmerc +lat_0=0 +lon_0=20.25 +k=1 +x_0=150000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +axis=neu +no_defs <>
# SWEREF99 21 45
<3017> +proj=tmerc +lat_0=0 +lon_0=21.75 +k=1 +x_0=150000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +axis=neu +no_defs <>
# SWEREF99 23 15
<3018> +proj=tmerc +lat_0=0 +lon_0=23.25 +k=1 +x_0=150000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +axis=neu +no_defs <>
# LKS-92 (Latvia TM)
<3059> +proj=tmerc +lon_0=24 +k_0=0.9996 +x_0=500000 +y_0=-6000000 +ellps=GRS80 +nadgrids=null +units=m +axis=neu +bounds=-18,54,30,60 <>
# Lambert Zone (Estonia)
......@@ -362,6 +386,16 @@
<32759> +proj=utm +zone=59 +south +datum=WGS84 +units=m +bounds=166,-85,176,5 <>
# UTM zone 60S
<32760> +proj=utm +zone=60 +south +datum=WGS84 +units=m +bounds=172,-85,182,5 <>
# MONREF_1997_UTM_Zone_46N [MONREF 1997 UTM Zone 46 N]
<102224> +proj=utm +ellps=GRS80 +zone=46 +no_defs +bounds=87.76,41.58,96,52.15 <>
# MONREF_1997_UTM_Zone_47N [MONREF 1997 UTM Zone 47 N]
<102225> +proj=utm +ellps=GRS80 +zone=47 +no_defs +bounds=96,41.58,102,52.15 <>
# MONREF_1997_UTM_Zone_48N [MONREF 1997 UTM Zone 48 N]
<102226> +proj=utm +ellps=GRS80 +zone=48 +no_defs +bounds=102,41.58,108,52.15 <>
# MONREF_1997_UTM_Zone_49N [MONREF 1997 UTM Zone 49 N]
<102227> +proj=utm +ellps=GRS80 +zone=49 +no_defs +bounds=108,41.58,114,52.15 <>
# MONREF_1997_UTM_Zone_50N [MONREF 1997 UTM Zone 50 N]
<102228> +proj=utm +ellps=GRS80 +zone=50 +no_defs +bounds=114,41.58,119.94,52.15 <>
##
## Following entries use Oblique Mercator projection.
## There is no easy way to automatically generate reasonable bounds for this projection
......