Template:Coord/testcases

From Koha Wiki
Jump to navigation Jump to search

Template:Template test cases notice

Infobox

Template:Infobox protected area


Notice the ability to choose different skins in the box above. First try MonoBook which is the default skin. The Coordinates field displays nicely. Then try Simple and the Coordinates field is corrupt. I don't think this is a problem with {{Infobox Protected area}} or {{|Infobox Mountain}} as I've seen the same behavior using other templates. My first guess is that the problem is with {{Coord}} but it might not be since the field name is also displayed twice. The fault also occurs in MySkin but in none of the others. If the problem is not with Coord then it has to be a skin problem.

Coord inline

SW

1a
<maplink latitude="-20.4" longitude="-20.4" text="20.4°S 20.4°W" zoom="14">[ {

"type": "Feature", "geometry": { "type": "Point", "coordinates": [ -20.4, -20.4 ] }, "properties": { "title": "Test case SW-1a: 20.4d S 20.4d W (-20.4, -20.4)", "marker-symbol": "circle", "marker-color": "#3366cc" }

} ]</maplink>

Fatal error: The format of the coordinate could not be determined. Parsing failed.



1b
<maplink latitude="-20.4" longitude="-20.4" text="-20.4°N -20.4°E" zoom="14">[ {

"type": "Feature", "geometry": { "type": "Point", "coordinates": [ -20.4, -20.4 ] }, "properties": { "title": "Test case SW-1b: -20.4d N -20.4d E (-20.4, -20.4)", "marker-symbol": "circle", "marker-color": "#3366cc" }

} ]</maplink> Coordinates: latitude degrees < 0 with hemisphere flag
Coordinates: longitude degrees < 0 with hemisphere flag

Fatal error: The format of the coordinate could not be determined. Parsing failed.



1c
<maplink latitude="-20.4" longitude="-20.4" text="20.4°S 20.4°W" zoom="14">[ {

"type": "Feature", "geometry": { "type": "Point", "coordinates": [ -20.4, -20.4 ] }, "properties": { "title": "Test case SW-1c: -20.4d -20.4d (-20.4, -20.4)", "marker-symbol": "circle", "marker-color": "#3366cc" }

} ]</maplink>

Fatal error: The format of the coordinate could not be determined. Parsing failed.



2a
<maplink latitude="-20.333" longitude="-20.333" text="20°20′S 20°20′W" zoom="14">[ {

"type": "Feature", "geometry": { "type": "Point", "coordinates": [ -20.333, -20.333 ] }, "properties": { "title": "Test case SW-2a: 20d 20m S 20d 20m W (-20.3333, -20.3333)", "marker-symbol": "circle", "marker-color": "#3366cc" }

} ]</maplink>

Fatal error: The format of the coordinate could not be determined. Parsing failed.



2b
<maplink latitude="-19.667" longitude="-19.667" text="-20°20′N -20°20′E" zoom="14">[ {

"type": "Feature", "geometry": { "type": "Point", "coordinates": [ -19.667, -19.667 ] }, "properties": { "title": "Test case SW-2b: -20d 20m N -20d 20m E (-20.3333, -20.3333)", "marker-symbol": "circle", "marker-color": "#3366cc" }

} ]</maplink> Coordinates: latitude degrees < 0 with hemisphere flag
Coordinates: longitude degrees < 0 with hemisphere flag

Fatal error: The format of the coordinate could not be determined. Parsing failed.



2c
<maplink latitude="-20" longitude="-20" text="-20°N -20°E" zoom="14">[ {

"type": "Feature", "geometry": { "type": "Point", "coordinates": [ -20, -20 ] }, "properties": { "title": "Test case SW-2c: -20d N -20d E (-20, -20)", "marker-symbol": "circle", "marker-color": "#3366cc" }

} ]</maplink> Coordinates: latitude degrees < 0 with hemisphere flag
Coordinates: longitude degrees < 0 with hemisphere flag

Fatal error: The format of the coordinate could not be determined. Parsing failed.



3a
<maplink latitude="-20.33889" longitude="-20.33889" text="20°20′20″S 20°20′20″W" zoom="14">[ {

"type": "Feature", "geometry": { "type": "Point", "coordinates": [ -20.33889, -20.33889 ] }, "properties": { "title": "Test case SW-3a: 20d 20m 20s S 20d 20m 20s W (-20.33889, -20.33889)", "marker-symbol": "circle", "marker-color": "#3366cc" }

} ]</maplink>

Fatal error: The format of the coordinate could not be determined. Parsing failed.



3b
<maplink latitude="-19.66111" longitude="-19.66111" text="-20°20′20″N -20°20′20″E" zoom="14">[ {

"type": "Feature", "geometry": { "type": "Point", "coordinates": [ -19.66111, -19.66111 ] }, "properties": { "title": "Test case SW-3b: -20d 20m 20s N -20d 20m 20s E (-20.33889, -20.33889)", "marker-symbol": "circle", "marker-color": "#3366cc" }

} ]</maplink> Coordinates: latitude degrees < 0 with hemisphere flag
Coordinates: longitude degrees < 0 with hemisphere flag

Fatal error: The format of the coordinate could not be determined. Parsing failed.



3c
<maplink latitude="-19.99444" longitude="-19.99444" text="-20°20″N -20°20″E" zoom="14">[ {

"type": "Feature", "geometry": { "type": "Point", "coordinates": [ -19.99444, -19.99444 ] }, "properties": { "title": "Test case SW-3c: -20d 20s N -20d 20s E", "marker-symbol": "circle", "marker-color": "#3366cc" }

} ]</maplink> Coordinates: latitude degrees < 0 with hemisphere flag
Coordinates: longitude degrees < 0 with hemisphere flag

Fatal error: The format of the coordinate could not be determined. Parsing failed.



3d
<maplink latitude="-19.667" longitude="-19.667" text="-20°20′N -20°20′E" zoom="14">[ {

"type": "Feature", "geometry": { "type": "Point", "coordinates": [ -19.667, -19.667 ] }, "properties": { "title": "Test case SW-3d: -20d 20m N -20d 20m E", "marker-symbol": "circle", "marker-color": "#3366cc" }

} ]</maplink> Coordinates: latitude degrees < 0 with hemisphere flag
Coordinates: longitude degrees < 0 with hemisphere flag

Fatal error: The format of the coordinate could not be determined. Parsing failed.



3e
<maplink latitude="-20" longitude="-20" text="-20°N -20°E" zoom="14">[ {

"type": "Feature", "geometry": { "type": "Point", "coordinates": [ -20, -20 ] }, "properties": { "title": "Test case SW-3e: -20d N -20d E (-20, -20)", "marker-symbol": "circle", "marker-color": "#3366cc" }

} ]</maplink> Coordinates: latitude degrees < 0 with hemisphere flag
Coordinates: longitude degrees < 0 with hemisphere flag

Fatal error: The format of the coordinate could not be determined. Parsing failed.



NE

1a
<maplink latitude="20.4" longitude="20.4" text="20.4°N 20.4°E" zoom="14">[ {

"type": "Feature", "geometry": { "type": "Point", "coordinates": [ 20.4, 20.4 ] }, "properties": { "title": "Test case NE-1a: 20.4d N 20.4d E (20.4, 20.4)", "marker-symbol": "circle", "marker-color": "#3366cc" }

} ]</maplink>

Fatal error: The format of the coordinate could not be determined. Parsing failed.



1b
<maplink latitude="20.4" longitude="20.4" text="-20.4°S -20.4°W" zoom="14">[ {

"type": "Feature", "geometry": { "type": "Point", "coordinates": [ 20.4, 20.4 ] }, "properties": { "title": "Test case NE-1b: -20.4d S 20.4d W (20.4, 20.4) (rev.1)", "marker-symbol": "circle", "marker-color": "#3366cc" }

} ]</maplink> Coordinates: latitude degrees < 0 with hemisphere flag
Coordinates: longitude degrees < 0 with hemisphere flag

Fatal error: The format of the coordinate could not be determined. Parsing failed.



1c
<maplink latitude="20.4" longitude="20.4" text="20.4°N 20.4°E" zoom="14">[ {

"type": "Feature", "geometry": { "type": "Point", "coordinates": [ 20.4, 20.4 ] }, "properties": { "title": "Test case NE-1c: 20.4d 20.4d (20.4, 20.4) (rev.1)", "marker-symbol": "circle", "marker-color": "#3366cc" }

} ]</maplink>

Fatal error: The format of the coordinate could not be determined. Parsing failed.



2a
<maplink latitude="20.333" longitude="20.333" text="20°20′N 20°20′E" zoom="14">[ {

"type": "Feature", "geometry": { "type": "Point", "coordinates": [ 20.333, 20.333 ] }, "properties": { "title": "Test case NE-2a: 20d 20m N 20d 20m E (20.3333, 20.3333)", "marker-symbol": "circle", "marker-color": "#3366cc" }

} ]</maplink>

Fatal error: The format of the coordinate could not be determined. Parsing failed.



2b
<maplink latitude="19.667" longitude="19.667" text="-20°20′S -20°20′W" zoom="14">[ {

"type": "Feature", "geometry": { "type": "Point", "coordinates": [ 19.667, 19.667 ] }, "properties": { "title": "Test case NE-2b: -20d 20m S -20d 20m W (20.3333, 20.3333)", "marker-symbol": "circle", "marker-color": "#3366cc" }

} ]</maplink> Coordinates: latitude degrees < 0 with hemisphere flag
Coordinates: longitude degrees < 0 with hemisphere flag

Fatal error: The format of the coordinate could not be determined. Parsing failed.



3a
<maplink latitude="20.33889" longitude="20.33889" text="20°20′20″N 20°20′20″E" zoom="14">[ {

"type": "Feature", "geometry": { "type": "Point", "coordinates": [ 20.33889, 20.33889 ] }, "properties": { "title": "Test case NE-3a: 20d 20m 20s N 20d 20m 20s E (20.33889, 20.33889) (rev.1)", "marker-symbol": "circle", "marker-color": "#3366cc" }

} ]</maplink>

Fatal error: The format of the coordinate could not be determined. Parsing failed.



3b
<maplink latitude="19.66111" longitude="19.66111" text="-20°20′20″S -20°20′20″W" zoom="14">[ {

"type": "Feature", "geometry": { "type": "Point", "coordinates": [ 19.66111, 19.66111 ] }, "properties": { "title": "Test case NE-3b: -20d 20m 20s S -20d 20m 20s W (20.33889, 20.33889)(rev.1)", "marker-symbol": "circle", "marker-color": "#3366cc" }

} ]</maplink> Coordinates: latitude degrees < 0 with hemisphere flag
Coordinates: longitude degrees < 0 with hemisphere flag

Fatal error: The format of the coordinate could not be determined. Parsing failed.




N>+90 dec
<maplink latitude="90.1" longitude="1" text="90.1°N 1°E" zoom="14">[ {

"type": "Feature", "geometry": { "type": "Point", "coordinates": [ 1, 90.1 ] }, "properties": { "title": "Test case N>+90 dec", "marker-symbol": "circle", "marker-color": "#3366cc" }

} ]</maplink> Coordinates: latitude degrees > 90

Fatal error: The format of the coordinate could not be determined. Parsing failed.



N<-90 dec
<maplink latitude="-90.1" longitude="1" text="90.1°S 1°E" zoom="14">[ {

"type": "Feature", "geometry": { "type": "Point", "coordinates": [ 1, -90.1 ] }, "properties": { "title": "Test case N<-90 dec", "marker-symbol": "circle", "marker-color": "#3366cc" }

} ]</maplink> Coordinates: latitude degrees < -90

Fatal error: The format of the coordinate could not be determined. Parsing failed.



E>=+360 dec
<maplink latitude="1" longitude="360" text="1°N 360°E" zoom="14">[ {

"type": "Feature", "geometry": { "type": "Point", "coordinates": [ 360, 1 ] }, "properties": { "title": "Test case E>=+360 dec", "marker-symbol": "circle", "marker-color": "#3366cc" }

} ]</maplink> Coordinates: longitude degrees >= 360

Fatal error: The format of the coordinate could not be determined. Parsing failed.



E<=-360 dec
<maplink latitude="1" longitude="-360" text="1°N 360°W" zoom="14">[ {

"type": "Feature", "geometry": { "type": "Point", "coordinates": [ -360, 1 ] }, "properties": { "title": "Test case E<=-360 dec", "marker-symbol": "circle", "marker-color": "#3366cc" }

} ]</maplink> Coordinates: longitude degrees <= -360

Fatal error: The format of the coordinate could not be determined. Parsing failed.



dim= dec
<maplink latitude="1" longitude="2" text="1°N 2°E" zoom="14">[ {

"type": "Feature", "geometry": { "type": "Point", "coordinates": [ 2, 1 ] }, "properties": { "title": "Test case dim= dec", "marker-symbol": "circle", "marker-color": "#3366cc" }

} ]</maplink> Coordinates: Parameter: "dim=" should be "dim:"

Fatal error: The format of the coordinate could not be determined. Parsing failed.



globe= dec
1°N 2°E / 1°N 2°E / 1; 2 (Test case globe= dec) Coordinates: Parameter: "globe=" should be "globe:"
Fatal error: The format of the coordinate could not be determined. Parsing failed.


region= dec
<maplink latitude="1" longitude="2" text="1°N 2°E" zoom="14">[ {

"type": "Feature", "geometry": { "type": "Point", "coordinates": [ 2, 1 ] }, "properties": { "title": "Test case region= dec", "marker-symbol": "circle", "marker-color": "#3366cc" }

} ]</maplink> Coordinates: Parameter: "region=" should be "region:"

Fatal error: The format of the coordinate could not be determined. Parsing failed.



scale= dec
<maplink latitude="1" longitude="2" text="1°N 2°E" zoom="14">[ {

"type": "Feature", "geometry": { "type": "Point", "coordinates": [ 2, 1 ] }, "properties": { "title": "Test case scale= dec", "marker-symbol": "circle", "marker-color": "#3366cc" }

} ]</maplink> Coordinates: Parameter: "scale=" should be "scale:"

Fatal error: The format of the coordinate could not be determined. Parsing failed.



source= dec
<maplink latitude="1" longitude="2" text="1°N 2°E" zoom="14">[ {

"type": "Feature", "geometry": { "type": "Point", "coordinates": [ 2, 1 ] }, "properties": { "title": "Test case source= dec", "marker-symbol": "circle", "marker-color": "#3366cc" }

} ]</maplink> Coordinates: Parameter: "source=" should be "source:"

Fatal error: The format of the coordinate could not be determined. Parsing failed.



type= dec
<maplink latitude="1" longitude="2" text="1°N 2°E" zoom="14">[ {

"type": "Feature", "geometry": { "type": "Point", "coordinates": [ 2, 1 ] }, "properties": { "title": "Test case type= dec", "marker-symbol": "circle", "marker-color": "#3366cc" }

} ]</maplink> Coordinates: Parameter: "type=" should be "type:"

Fatal error: The format of the coordinate could not be determined. Parsing failed.



d format

S>+90 d
<maplink latitude="-90.1" longitude="-1" text="90.1°S 1°W" zoom="14">[ {

"type": "Feature", "geometry": { "type": "Point", "coordinates": [ -1, -90.1 ] }, "properties": { "title": "Test case S>+90 d", "marker-symbol": "circle", "marker-color": "#3366cc" }

} ]</maplink> Coordinates: latitude degrees > 90

Fatal error: The format of the coordinate could not be determined. Parsing failed.



N>+90 d
<maplink latitude="90.1" longitude="1" text="90.1°N 1°E" zoom="14">[ {

"type": "Feature", "geometry": { "type": "Point", "coordinates": [ 1, 90.1 ] }, "properties": { "title": "Test case N>+90 d", "marker-symbol": "circle", "marker-color": "#3366cc" }

} ]</maplink> Coordinates: latitude degrees > 90

Fatal error: The format of the coordinate could not be determined. Parsing failed.



N<-90 d
<maplink latitude="-90.1" longitude="-1" text="-90.1°N 1°W" zoom="14">[ {

"type": "Feature", "geometry": { "type": "Point", "coordinates": [ -1, -90.1 ] }, "properties": { "title": "Test case N<-90 d", "marker-symbol": "circle", "marker-color": "#3366cc" }

} ]</maplink> Coordinates: latitude degrees < 0 with hemisphere flag
Coordinates: latitude degrees < -90

Fatal error: The format of the coordinate could not be determined. Parsing failed.



W>=+360 d
<maplink latitude="1" longitude="-360" text="1°N 360°W" zoom="14">[ {

"type": "Feature", "geometry": { "type": "Point", "coordinates": [ -360, 1 ] }, "properties": { "title": "Test case W>=+360 d", "marker-symbol": "circle", "marker-color": "#3366cc" }

} ]</maplink> Coordinates: longitude degrees >= 360

Fatal error: The format of the coordinate could not be determined. Parsing failed.



E<=-360 d
<maplink latitude="1" longitude="-360" text="1°N -360°E" zoom="14">[ {

"type": "Feature", "geometry": { "type": "Point", "coordinates": [ -360, 1 ] }, "properties": { "title": "Test case E<=-360 d", "marker-symbol": "circle", "marker-color": "#3366cc" }

} ]</maplink> Coordinates: longitude degrees < 0 with hemisphere flag
Coordinates: longitude degrees <= -360

Fatal error: The format of the coordinate could not be determined. Parsing failed.



extra d
<maplink latitude="-1" longitude="-2" text="1°S 2°W" zoom="12">[ {

"type": "Feature", "geometry": { "type": "Point", "coordinates": [ -2, -1 ] }, "properties": { "title": "Test case extra d", "marker-symbol": "city", "marker-color": "#3366cc" }

} ]</maplink> Coordinates: Extra unexpected parameters

Fatal error: The format of the coordinate could not be determined. Parsing failed.



dm format

dN>+90 dm
<maplink latitude="91.000" longitude="1.033" text="91°0′N 1°2′E" zoom="14">[ {

"type": "Feature", "geometry": { "type": "Point", "coordinates": [ 1.033, 91.000 ] }, "properties": { "title": "Test case dN>+90 dm", "marker-symbol": "circle", "marker-color": "#3366cc" }

} ]</maplink> Coordinates: latitude degrees > 90

Fatal error: The format of the coordinate could not be determined. Parsing failed.



dN<-90 dm
<maplink latitude="-91.000" longitude="1.033" text="-91°0′N 1°2′E" zoom="14">[ {

"type": "Feature", "geometry": { "type": "Point", "coordinates": [ 1.033, -91.000 ] }, "properties": { "title": "Test case dN<-90 dm", "marker-symbol": "circle", "marker-color": "#3366cc" }

} ]</maplink> Coordinates: latitude degrees < 0 with hemisphere flag
Coordinates: latitude degrees < -90

Fatal error: The format of the coordinate could not be determined. Parsing failed.



dE>=+360 dm
<maplink latitude="-1.033" longitude="360.000" text="1°2′S 360°0′E" zoom="14">[ {

"type": "Feature", "geometry": { "type": "Point", "coordinates": [ 360.000, -1.033 ] }, "properties": { "title": "Test case dE>=+360 dm", "marker-symbol": "circle", "marker-color": "#3366cc" }

} ]</maplink> Coordinates: longitude degrees >= 360

Fatal error: The format of the coordinate could not be determined. Parsing failed.



dE<=-360 dm
<maplink latitude="-1.033" longitude="-360.000" text="1°2′S -360°0′E" zoom="14">[ {

"type": "Feature", "geometry": { "type": "Point", "coordinates": [ -360.000, -1.033 ] }, "properties": { "title": "Test case dE<=-360 dm", "marker-symbol": "circle", "marker-color": "#3366cc" }

} ]</maplink> Coordinates: longitude degrees < 0 with hemisphere flag
Coordinates: longitude degrees <= -360

Fatal error: The format of the coordinate could not be determined. Parsing failed.



mS>=60 dm
<maplink latitude="-2.000" longitude="-2.050" text="1°60′S 2°3′W" zoom="14">[ {

"type": "Feature", "geometry": { "type": "Point", "coordinates": [ -2.050, -2.000 ] }, "properties": { "title": "Test case mS>=60 dm", "marker-symbol": "circle", "marker-color": "#3366cc" }

} ]</maplink> Coordinates: latitude minutes >= 60

Fatal error: The format of the coordinate could not be determined. Parsing failed.



mS<0 dm
<maplink latitude="-0.983" longitude="-2.050" text="1°-1′S 2°3′W" zoom="14">[ {

"type": "Feature", "geometry": { "type": "Point", "coordinates": [ -2.050, -0.983 ] }, "properties": { "title": "Test case mS<0 dm", "marker-symbol": "circle", "marker-color": "#3366cc" }

} ]</maplink> Coordinates: latitude minutes < 0

Fatal error: The format of the coordinate could not be determined. Parsing failed.



mW>=60 dm
<maplink latitude="-1.033" longitude="-4.000" text="1°2′S 3°60′W" zoom="14">[ {

"type": "Feature", "geometry": { "type": "Point", "coordinates": [ -4.000, -1.033 ] }, "properties": { "title": "Test case mW>=60 dm", "marker-symbol": "circle", "marker-color": "#3366cc" }

} ]</maplink> Coordinates: longitude minutes >= 60

Fatal error: The format of the coordinate could not be determined. Parsing failed.



mW<0 dm
<maplink latitude="-1.033" longitude="-2.983" text="1°2′S 3°-1′W" zoom="14">[ {

"type": "Feature", "geometry": { "type": "Point", "coordinates": [ -2.983, -1.033 ] }, "properties": { "title": "Test case mW<0 dm", "marker-symbol": "circle", "marker-color": "#3366cc" }

} ]</maplink> Coordinates: longitude minutes < 0

Fatal error: The format of the coordinate could not be determined. Parsing failed.



extra dm
<maplink latitude="-1.033" longitude="-3.067" text="1°2′S 3°4′W" zoom="12">[ {

"type": "Feature", "geometry": { "type": "Point", "coordinates": [ -3.067, -1.033 ] }, "properties": { "title": "Test case extra dm", "marker-symbol": "city", "marker-color": "#3366cc" }

} ]</maplink> Coordinates: Extra unexpected parameters

Fatal error: The format of the coordinate could not be determined. Parsing failed.



dms format

dN>+90 dms
<maplink latitude="91.00000" longitude="1.03417" text="91°0′0″N 1°2′3″E" zoom="14">[ {

"type": "Feature", "geometry": { "type": "Point", "coordinates": [ 1.03417, 91.00000 ] }, "properties": { "title": "Test case dN>+90 dms", "marker-symbol": "circle", "marker-color": "#3366cc" }

} ]</maplink> Coordinates: latitude degrees > 90

Fatal error: The format of the coordinate could not be determined. Parsing failed.



dN<-90 dms
<maplink latitude="-91.00000" longitude="1.03417" text="-91°0′0″N 1°2′3″E" zoom="14">[ {

"type": "Feature", "geometry": { "type": "Point", "coordinates": [ 1.03417, -91.00000 ] }, "properties": { "title": "Test case dN<-90 dms", "marker-symbol": "circle", "marker-color": "#3366cc" }

} ]</maplink> Coordinates: latitude degrees < 0 with hemisphere flag
Coordinates: latitude degrees < -90

Fatal error: The format of the coordinate could not be determined. Parsing failed.



dE>=+360 dms
<maplink latitude="-1.03417" longitude="360.00000" text="1°2′3″S 360°0′0″E" zoom="14">[ {

"type": "Feature", "geometry": { "type": "Point", "coordinates": [ 360.00000, -1.03417 ] }, "properties": { "title": "Test case dE>=+360 dms", "marker-symbol": "circle", "marker-color": "#3366cc" }

} ]</maplink> Coordinates: longitude degrees >= 360

Fatal error: The format of the coordinate could not be determined. Parsing failed.



dE<=-360 dms
<maplink latitude="-1.03417" longitude="-360.00000" text="1°2′3″S -360°0′0″E" zoom="14">[ {

"type": "Feature", "geometry": { "type": "Point", "coordinates": [ -360.00000, -1.03417 ] }, "properties": { "title": "Test case dE<=-360 dms", "marker-symbol": "circle", "marker-color": "#3366cc" }

} ]</maplink> Coordinates: longitude degrees < 0 with hemisphere flag
Coordinates: longitude degrees <= -360

Fatal error: The format of the coordinate could not be determined. Parsing failed.



mS>=60 dms
<maplink latitude="-2.00000" longitude="-2.05111" text="1°60′0″S 2°3′4″W" zoom="14">[ {

"type": "Feature", "geometry": { "type": "Point", "coordinates": [ -2.05111, -2.00000 ] }, "properties": { "title": "Test case mS>=60 dms", "marker-symbol": "circle", "marker-color": "#3366cc" }

} ]</maplink> Coordinates: latitude minutes >= 60

Fatal error: The format of the coordinate could not be determined. Parsing failed.



mS<0 dms
<maplink latitude="-0.98389" longitude="-3.06806" text="1°-1′2″S 3°4′5″W" zoom="14">[ {

"type": "Feature", "geometry": { "type": "Point", "coordinates": [ -3.06806, -0.98389 ] }, "properties": { "title": "Test case mS<0 dms", "marker-symbol": "circle", "marker-color": "#3366cc" }

} ]</maplink> Coordinates: latitude minutes < 0

Fatal error: The format of the coordinate could not be determined. Parsing failed.



mW>=60 dms
<maplink latitude="-1.03417" longitude="-5.00000" text="1°2′3″S 4°60′0″W" zoom="14">[ {

"type": "Feature", "geometry": { "type": "Point", "coordinates": [ -5.00000, -1.03417 ] }, "properties": { "title": "Test case mW>=60 dms", "marker-symbol": "circle", "marker-color": "#3366cc" }

} ]</maplink> Coordinates: longitude minutes >= 60

Fatal error: The format of the coordinate could not be determined. Parsing failed.



mW<0 dms
<maplink latitude="-1.03417" longitude="-3.98472" text="1°2′3″S 4°-1′5″W" zoom="14">[ {

"type": "Feature", "geometry": { "type": "Point", "coordinates": [ -3.98472, -1.03417 ] }, "properties": { "title": "Test case mW<0 dms", "marker-symbol": "circle", "marker-color": "#3366cc" }

} ]</maplink> Coordinates: longitude minutes < 0

Fatal error: The format of the coordinate could not be determined. Parsing failed.



sS>=60 dms
<maplink latitude="-1.05000" longitude="-3.06806" text="1°2′60″S 3°4′5″W" zoom="14">[ {

"type": "Feature", "geometry": { "type": "Point", "coordinates": [ -3.06806, -1.05000 ] }, "properties": { "title": "Test case sS>=60 dms", "marker-symbol": "circle", "marker-color": "#3366cc" }

} ]</maplink> Coordinates: latitude seconds >= 60

Fatal error: The format of the coordinate could not be determined. Parsing failed.



sS<0 dms
<maplink latitude="-1.03306" longitude="-3.06806" text="1°2′-1″S 3°4′5″W" zoom="14">[ {

"type": "Feature", "geometry": { "type": "Point", "coordinates": [ -3.06806, -1.03306 ] }, "properties": { "title": "Test case sS<0 dms", "marker-symbol": "circle", "marker-color": "#3366cc" }

} ]</maplink> Coordinates: latitude seconds < 0

Fatal error: The format of the coordinate could not be determined. Parsing failed.



sW>=60 dms
<maplink latitude="-1.03417" longitude="-3.08333" text="1°2′3″S 3°4′60″W" zoom="14">[ {

"type": "Feature", "geometry": { "type": "Point", "coordinates": [ -3.08333, -1.03417 ] }, "properties": { "title": "Test case sW>=60 dms", "marker-symbol": "circle", "marker-color": "#3366cc" }

} ]</maplink> Coordinates: longitude seconds >= 60

Fatal error: The format of the coordinate could not be determined. Parsing failed.



sW<0 dms
<maplink latitude="-1.03417" longitude="-3.06639" text="1°2′3″S 3°4′-1″W" zoom="14">[ {

"type": "Feature", "geometry": { "type": "Point", "coordinates": [ -3.06639, -1.03417 ] }, "properties": { "title": "Test case sW<0 dms", "marker-symbol": "circle", "marker-color": "#3366cc" }

} ]</maplink> Coordinates: longitude seconds < 0

Fatal error: The format of the coordinate could not be determined. Parsing failed.



extra dms
<maplink latitude="-1.03417" longitude="-3.06806" text="1°2′3″S 3°4′5″W" zoom="12">[ {

"type": "Feature", "geometry": { "type": "Point", "coordinates": [ -3.06806, -1.03417 ] }, "properties": { "title": "Test case extra dms", "marker-symbol": "city", "marker-color": "#3366cc" }

} ]</maplink> Coordinates: Extra unexpected parameters

Fatal error: The format of the coordinate could not be determined. Parsing failed.



Errors

  1. Coordinates: Unknown argument format
    Fatal error: The format of the coordinate could not be determined. Parsing failed.


  2. <maplink latitude="4.08500" longitude="1.03417" text="4°5′6″N 1°2′3″E" zoom="14">[ {

"type": "Feature", "geometry": { "type": "Point", "coordinates": [ 1.03417, 4.08500 ] }, "properties": { "title": "Coord/testcases", "marker-symbol": "circle", "marker-color": "#3366cc" }

} ]</maplink>

Fatal error: The format of the coordinate could not be determined. Parsing failed.



  1. <maplink latitude="3.067" longitude="1.033" text="3°4′N 1°2′E" zoom="14">[ {

"type": "Feature", "geometry": { "type": "Point", "coordinates": [ 1.033, 3.067 ] }, "properties": { "title": "Coord/testcases", "marker-symbol": "circle", "marker-color": "#3366cc" }

} ]</maplink>

Fatal error: The format of the coordinate could not be determined. Parsing failed.



  1. Coordinates: Missing latitude
    Fatal error: The format of the coordinate could not be determined. Parsing failed.


  2. Coordinates: Missing latitude
    Fatal error: The format of the coordinate could not be determined. Parsing failed.


  3. Coordinates: Missing longitude
    Fatal error: The format of the coordinate could not be determined. Parsing failed.


  4. Coordinates: Missing longitude
    Fatal error: The format of the coordinate could not be determined. Parsing failed.


  5. Coordinates: Missing longitude
    Fatal error: The format of the coordinate could not be determined. Parsing failed.


  6. Coordinates: Missing longitude
    Fatal error: The format of the coordinate could not be determined. Parsing failed.


  7. <maplink latitude="-1.03417" longitude="-3.06806" text="1°2′3″S 3°4′5″W" zoom="14">[ {

"type": "Feature", "geometry": { "type": "Point", "coordinates": [ -3.06806, -1.03417 ] }, "properties": { "title": "Type-word missing", "marker-symbol": "circle", "marker-color": "#3366cc" }

} ]</maplink> Coordinates: Extra unexpected parameters

Fatal error: The format of the coordinate could not be determined. Parsing failed.



Blank parameters

DM blank M
<maplink latitude="1" longitude="3" text="1°N 3°E" zoom="14">[ {

"type": "Feature", "geometry": { "type": "Point", "coordinates": [ 3, 1 ] }, "properties": { "title": "Test case DM blank M", "marker-symbol": "circle", "marker-color": "#3366cc" }

} ]</maplink>

Fatal error: The format of the coordinate could not be determined. Parsing failed.



DMS blank S
<maplink latitude="1.033" longitude="5.100" text="1°2′N 5°6′E" zoom="14">[ {

"type": "Feature", "geometry": { "type": "Point", "coordinates": [ 5.100, 1.033 ] }, "properties": { "title": "Test case DMS blank S", "marker-symbol": "circle", "marker-color": "#3366cc" }

} ]</maplink>

Fatal error: The format of the coordinate could not be determined. Parsing failed.



DMS blank M and S
<maplink latitude="1" longitude="5" text="1°N 5°E" zoom="14">[ {

"type": "Feature", "geometry": { "type": "Point", "coordinates": [ 5, 1 ] }, "properties": { "title": "Test case DMS blank M and S", "marker-symbol": "circle", "marker-color": "#3366cc" }

} ]</maplink>

Fatal error: The format of the coordinate could not be determined. Parsing failed.



display=
<maplink latitude="1" longitude="2" text="1°N 2°E" zoom="14">[ {

"type": "Feature", "geometry": { "type": "Point", "coordinates": [ 2, 1 ] }, "properties": { "title": "Test case DMS blank M and S", "marker-symbol": "circle", "marker-color": "#3366cc" }

} ]</maplink>

Fatal error: The format of the coordinate could not be determined. Parsing failed.



extra blanks
<maplink latitude="51.03917" longitude="-116.44250" text="51°02′21″N 116°26′33″W" zoom="14">[ {

"type": "Feature", "geometry": { "type": "Point", "coordinates": [ -116.44250, 51.03917 ] }, "properties": { "title": "Test case extra blanks", "marker-symbol": "circle", "marker-color": "#3366cc" }

} ]</maplink>

Fatal error: The format of the coordinate could not be determined. Parsing failed.



Extreme values

  • <maplink latitude="0.000" longitude="0.000" text="0°0′N 0°0′E" zoom="14">[ {

"type": "Feature", "geometry": { "type": "Point", "coordinates": [ 0.000, 0.000 ] }, "properties": { "title": "Coord/testcases", "marker-symbol": "circle", "marker-color": "#3366cc" }

} ]</maplink>

Fatal error: The format of the coordinate could not be determined. Parsing failed.



  • <maplink latitude="0.00000" longitude="0.00000" text="0°0′0″N 0°0′0″E" zoom="14">[ {

"type": "Feature", "geometry": { "type": "Point", "coordinates": [ 0.00000, 0.00000 ] }, "properties": { "title": "Coord/testcases", "marker-symbol": "circle", "marker-color": "#3366cc" }

} ]</maplink>

Fatal error: The format of the coordinate could not be determined. Parsing failed.



  • <maplink latitude="0.000" longitude="180.000" text="0°0′N 180°0′E" zoom="14">[ {

"type": "Feature", "geometry": { "type": "Point", "coordinates": [ 180.000, 0.000 ] }, "properties": { "title": "Coord/testcases", "marker-symbol": "circle", "marker-color": "#3366cc" }

} ]</maplink>

Fatal error: The format of the coordinate could not be determined. Parsing failed.



  • <maplink latitude="0.00000" longitude="180.00000" text="0°0′0″N 180°0′0″E" zoom="14">[ {

"type": "Feature", "geometry": { "type": "Point", "coordinates": [ 180.00000, 0.00000 ] }, "properties": { "title": "Coord/testcases", "marker-symbol": "circle", "marker-color": "#3366cc" }

} ]</maplink>

Fatal error: The format of the coordinate could not be determined. Parsing failed.



  • <maplink latitude="0.983" longitude="-179.983" text="0°59′N 179°59′W" zoom="14">[ {

"type": "Feature", "geometry": { "type": "Point", "coordinates": [ -179.983, 0.983 ] }, "properties": { "title": "Coord/testcases", "marker-symbol": "circle", "marker-color": "#3366cc" }

} ]</maplink>

Fatal error: The format of the coordinate could not be determined. Parsing failed.



  • <maplink latitude="-0.99972" longitude="-179.99972" text="0°59′59″S 179°59′59″W" zoom="14">[ {

"type": "Feature", "geometry": { "type": "Point", "coordinates": [ -179.99972, -0.99972 ] }, "properties": { "title": "Coord/testcases", "marker-symbol": "circle", "marker-color": "#3366cc" }

} ]</maplink>

Fatal error: The format of the coordinate could not be determined. Parsing failed.



Airy (Martian crater)

North and south poles

  • <maplink latitude="90" longitude="0" text="90°N 0°E" zoom="14">[ {

"type": "Feature", "geometry": { "type": "Point", "coordinates": [ 0, 90 ] }, "properties": { "title": "Coord/testcases", "marker-symbol": "circle", "marker-color": "#3366cc" }

} ]</maplink>

Fatal error: The format of the coordinate could not be determined. Parsing failed.



  • <maplink latitude="-90" longitude="0" text="90°S 0°E" zoom="14">[ {

"type": "Feature", "geometry": { "type": "Point", "coordinates": [ 0, -90 ] }, "properties": { "title": "Coord/testcases", "marker-symbol": "circle", "marker-color": "#3366cc" }

} ]</maplink>

Fatal error: The format of the coordinate could not be determined. Parsing failed.



  • <maplink latitude="90" longitude="0" text="90°N 0°E" zoom="14">[ {

"type": "Feature", "geometry": { "type": "Point", "coordinates": [ 0, 90 ] }, "properties": { "title": "Coord/testcases", "marker-symbol": "circle", "marker-color": "#3366cc" }

} ]</maplink>

Fatal error: The format of the coordinate could not be determined. Parsing failed.



  • <maplink latitude="-90" longitude="0" text="90°S 0°E" zoom="14">[ {

"type": "Feature", "geometry": { "type": "Point", "coordinates": [ 0, -90 ] }, "properties": { "title": "Coord/testcases", "marker-symbol": "circle", "marker-color": "#3366cc" }

} ]</maplink>

Fatal error: The format of the coordinate could not be determined. Parsing failed.



  • <maplink latitude="90.000" longitude="0" text="90°0′N 0°E" zoom="14">[ {

"type": "Feature", "geometry": { "type": "Point", "coordinates": [ 0, 90.000 ] }, "properties": { "title": "Coord/testcases", "marker-symbol": "circle", "marker-color": "#3366cc" }

} ]</maplink>

Fatal error: The format of the coordinate could not be determined. Parsing failed.



  • <maplink latitude="-90.000" longitude="0" text="90°0′S 0°E" zoom="14">[ {

"type": "Feature", "geometry": { "type": "Point", "coordinates": [ 0, -90.000 ] }, "properties": { "title": "Coord/testcases", "marker-symbol": "circle", "marker-color": "#3366cc" }

} ]</maplink>

Fatal error: The format of the coordinate could not be determined. Parsing failed.



  • <maplink latitude="90.00000" longitude="0" text="90°0′0″N 0°E" zoom="14">[ {

"type": "Feature", "geometry": { "type": "Point", "coordinates": [ 0, 90.00000 ] }, "properties": { "title": "Coord/testcases", "marker-symbol": "circle", "marker-color": "#3366cc" }

} ]</maplink>

Fatal error: The format of the coordinate could not be determined. Parsing failed.



  • <maplink latitude="-90.00000" longitude="0" text="90°0′0″S 0°E" zoom="14">[ {

"type": "Feature", "geometry": { "type": "Point", "coordinates": [ 0, -90.00000 ] }, "properties": { "title": "Coord/testcases", "marker-symbol": "circle", "marker-color": "#3366cc" }

} ]</maplink>

Fatal error: The format of the coordinate could not be determined. Parsing failed.



Documented type values

  • country: <maplink latitude="38.328" longitude="-122.709" text="38.328°N 122.709°W" zoom="6">[ {

"type": "Feature", "geometry": { "type": "Point", "coordinates": [ -122.709, 38.328 ] }, "properties": { "title": "Coord/testcases", "marker-symbol": "city", "marker-color": "#3366cc" }

} ]</maplink>

Fatal error: The format of the coordinate could not be determined. Parsing failed.



  • satellite: <maplink latitude="38.328" longitude="-122.709" text="38.328°N 122.709°W" zoom="6">[ {

"type": "Feature", "geometry": { "type": "Point", "coordinates": [ -122.709, 38.328 ] }, "properties": { "title": "Coord/testcases", "marker-symbol": "rocket", "marker-color": "#3366cc" }

} ]</maplink>

Fatal error: The format of the coordinate could not be determined. Parsing failed.



  • adm1st: <maplink latitude="38.328" longitude="-122.709" text="38.328°N 122.709°W" zoom="9">[ {

"type": "Feature", "geometry": { "type": "Point", "coordinates": [ -122.709, 38.328 ] }, "properties": { "title": "Coord/testcases", "marker-symbol": "city", "marker-color": "#3366cc" }

} ]</maplink>

Fatal error: The format of the coordinate could not be determined. Parsing failed.



  • adm2nd: <maplink latitude="38.328" longitude="-122.709" text="38.328°N 122.709°W" zoom="11">[ {

"type": "Feature", "geometry": { "type": "Point", "coordinates": [ -122.709, 38.328 ] }, "properties": { "title": "Coord/testcases", "marker-symbol": "city", "marker-color": "#3366cc" }

} ]</maplink>

Fatal error: The format of the coordinate could not be determined. Parsing failed.



  • adm3rd: <maplink latitude="38.328" longitude="-122.709" text="38.328°N 122.709°W" zoom="12">[ {

"type": "Feature", "geometry": { "type": "Point", "coordinates": [ -122.709, 38.328 ] }, "properties": { "title": "Coord/testcases", "marker-symbol": "city", "marker-color": "#3366cc" }

} ]</maplink>

Fatal error: The format of the coordinate could not be determined. Parsing failed.



  • city: <maplink latitude="38.328" longitude="-122.709" text="38.328°N 122.709°W" zoom="12">[ {

"type": "Feature", "geometry": { "type": "Point", "coordinates": [ -122.709, 38.328 ] }, "properties": { "title": "Coord/testcases", "marker-symbol": "city", "marker-color": "#3366cc" }

} ]</maplink>

Fatal error: The format of the coordinate could not be determined. Parsing failed.



  • city (9999): <maplink latitude="38.328" longitude="-122.709" text="38.328°N 122.709°W" zoom="12">[ {

"type": "Feature", "geometry": { "type": "Point", "coordinates": [ -122.709, 38.328 ] }, "properties": { "title": "Coord/testcases", "marker-symbol": "town", "marker-color": "#3366cc" }

} ]</maplink>

Fatal error: The format of the coordinate could not be determined. Parsing failed.



  • city (10000): <maplink latitude="38.328" longitude="-122.709" text="38.328°N 122.709°W" zoom="12">[ {

"type": "Feature", "geometry": { "type": "Point", "coordinates": [ -122.709, 38.328 ] }, "properties": { "title": "Coord/testcases", "marker-symbol": "town", "marker-color": "#3366cc" }

} ]</maplink>

Fatal error: The format of the coordinate could not be determined. Parsing failed.



  • city (99999): <maplink latitude="38.328" longitude="-122.709" text="38.328°N 122.709°W" zoom="12">[ {

"type": "Feature", "geometry": { "type": "Point", "coordinates": [ -122.709, 38.328 ] }, "properties": { "title": "Coord/testcases", "marker-symbol": "town", "marker-color": "#3366cc" }

} ]</maplink>

Fatal error: The format of the coordinate could not be determined. Parsing failed.



  • city (100000): <maplink latitude="38.328" longitude="-122.709" text="38.328°N 122.709°W" zoom="12">[ {

"type": "Feature", "geometry": { "type": "Point", "coordinates": [ -122.709, 38.328 ] }, "properties": { "title": "Coord/testcases", "marker-symbol": "city", "marker-color": "#3366cc" }

} ]</maplink>

Fatal error: The format of the coordinate could not be determined. Parsing failed.



  • city (1000000): <maplink latitude="38.328" longitude="-122.709" text="38.328°N 122.709°W" zoom="12">[ {

"type": "Feature", "geometry": { "type": "Point", "coordinates": [ -122.709, 38.328 ] }, "properties": { "title": "Coord/testcases", "marker-symbol": "city", "marker-color": "#3366cc" }

} ]</maplink>

Fatal error: The format of the coordinate could not be determined. Parsing failed.



  • airport: <maplink latitude="38.328" longitude="-122.709" text="38.328°N 122.709°W" zoom="14">[ {

"type": "Feature", "geometry": { "type": "Point", "coordinates": [ -122.709, 38.328 ] }, "properties": { "title": "Coord/testcases", "marker-symbol": "airport", "marker-color": "#3366cc" }

} ]</maplink>

Fatal error: The format of the coordinate could not be determined. Parsing failed.



  • mountain: <maplink latitude="38.328" longitude="-122.709" text="38.328°N 122.709°W" zoom="12">[ {

"type": "Feature", "geometry": { "type": "Point", "coordinates": [ -122.709, 38.328 ] }, "properties": { "title": "Coord/testcases", "marker-symbol": "triangle-stroked", "marker-color": "#3366cc" }

} ]</maplink>

Fatal error: The format of the coordinate could not be determined. Parsing failed.



  • isle: <maplink latitude="38.328" longitude="-122.709" text="38.328°N 122.709°W" zoom="12">[ {

"type": "Feature", "geometry": { "type": "Point", "coordinates": [ -122.709, 38.328 ] }, "properties": { "title": "Coord/testcases", "marker-symbol": "circle-stroked", "marker-color": "#3366cc" }

} ]</maplink>

Fatal error: The format of the coordinate could not be determined. Parsing failed.



  • waterbody: <maplink latitude="38.328" longitude="-122.709" text="38.328°N 122.709°W" zoom="12">[ {

"type": "Feature", "geometry": { "type": "Point", "coordinates": [ -122.709, 38.328 ] }, "properties": { "title": "Coord/testcases", "marker-symbol": "water", "marker-color": "#3366cc" }

} ]</maplink>

Fatal error: The format of the coordinate could not be determined. Parsing failed.



  • forest: <maplink latitude="38.328" longitude="-122.709" text="38.328°N 122.709°W" zoom="13">[ {

"type": "Feature", "geometry": { "type": "Point", "coordinates": [ -122.709, 38.328 ] }, "properties": { "title": "Coord/testcases", "marker-symbol": "park", "marker-color": "#3366cc" }

} ]</maplink>

Fatal error: The format of the coordinate could not be determined. Parsing failed.



  • river: <maplink latitude="38.328" longitude="-122.709" text="38.328°N 122.709°W" zoom="12">[ {

"type": "Feature", "geometry": { "type": "Point", "coordinates": [ -122.709, 38.328 ] }, "properties": { "title": "Coord/testcases", "marker-symbol": "water", "marker-color": "#3366cc" }

} ]</maplink>

Fatal error: The format of the coordinate could not be determined. Parsing failed.



  • glacier: <maplink latitude="38.328" longitude="-122.709" text="38.328°N 122.709°W" zoom="13">[ {

"type": "Feature", "geometry": { "type": "Point", "coordinates": [ -122.709, 38.328 ] }, "properties": { "title": "Coord/testcases", "marker-symbol": "triangle-stroked", "marker-color": "#3366cc" }

} ]</maplink>

Fatal error: The format of the coordinate could not be determined. Parsing failed.



  • event: <maplink latitude="38.328" longitude="-122.709" text="38.328°N 122.709°W" zoom="13">[ {

"type": "Feature", "geometry": { "type": "Point", "coordinates": [ -122.709, 38.328 ] }, "properties": { "title": "Coord/testcases", "marker-symbol": "star-stroked", "marker-color": "#3366cc" }

} ]</maplink>

Fatal error: The format of the coordinate could not be determined. Parsing failed.



  • edu: <maplink latitude="38.328" longitude="-122.709" text="38.328°N 122.709°W" zoom="15">[ {

"type": "Feature", "geometry": { "type": "Point", "coordinates": [ -122.709, 38.328 ] }, "properties": { "title": "Coord/testcases", "marker-symbol": "college", "marker-color": "#3366cc" }

} ]</maplink>

Fatal error: The format of the coordinate could not be determined. Parsing failed.



  • pass: <maplink latitude="38.328" longitude="-122.709" text="38.328°N 122.709°W" zoom="15">[ {

"type": "Feature", "geometry": { "type": "Point", "coordinates": [ -122.709, 38.328 ] }, "properties": { "title": "Coord/testcases", "marker-symbol": "cross", "marker-color": "#3366cc" }

} ]</maplink>

Fatal error: The format of the coordinate could not be determined. Parsing failed.



  • railwaystation: <maplink latitude="38.328" longitude="-122.709" text="38.328°N 122.709°W" zoom="15">[ {

"type": "Feature", "geometry": { "type": "Point", "coordinates": [ -122.709, 38.328 ] }, "properties": { "title": "Coord/testcases", "marker-symbol": "rail", "marker-color": "#3366cc" }

} ]</maplink>

Fatal error: The format of the coordinate could not be determined. Parsing failed.



  • landmark: <maplink latitude="38.328" longitude="-122.709" text="38.328°N 122.709°W" zoom="15">[ {

"type": "Feature", "geometry": { "type": "Point", "coordinates": [ -122.709, 38.328 ] }, "properties": { "title": "Coord/testcases", "marker-symbol": "star", "marker-color": "#3366cc" }

} ]</maplink>

Fatal error: The format of the coordinate could not be determined. Parsing failed.



globe values

supported

"type": "Feature", "geometry": { "type": "Point", "coordinates": [ 2, 1 ] }, "properties": { "title": "Coord/testcases", "marker-symbol": "circle", "marker-color": "#3366cc" }

} ]</maplink>

Fatal error: The format of the coordinate could not be determined. Parsing failed.



  • Saturn
  • Uranus
  • Neptune

questionable

currently unsupported

sun: 1°N 2°E / 1°N 2°E / 1; 2

Fatal error: The format of the coordinate could not be determined. Parsing failed.



  • Pluto

Examples from Template:Coord/doc

  • <maplink latitude="57.30611" longitude="-4.45889" text="57°18′22″N 4°27′32″W" zoom="14">[ {

"type": "Feature", "geometry": { "type": "Point", "coordinates": [ -4.45889, 57.30611 ] }, "properties": { "title": "Coord/testcases", "marker-symbol": "circle", "marker-color": "#3366cc" }

} ]</maplink>

Fatal error: The format of the coordinate could not be determined. Parsing failed.



  • <maplink latitude="44.112" longitude="-87.913" text="44.112°N 87.913°W" zoom="14">[ {

"type": "Feature", "geometry": { "type": "Point", "coordinates": [ -87.913, 44.112 ] }, "properties": { "title": "Coord/testcases", "marker-symbol": "circle", "marker-color": "#3366cc" }

} ]</maplink>

Fatal error: The format of the coordinate could not be determined. Parsing failed.



  • <maplink latitude="44.112" longitude="-87.913" text="44.112°N 87.913°W" zoom="14">[ {

"type": "Feature", "geometry": { "type": "Point", "coordinates": [ -87.913, 44.112 ] }, "properties": { "title": "Coord/testcases", "marker-symbol": "circle", "marker-color": "#3366cc" }

} ]</maplink>

Fatal error: The format of the coordinate could not be determined. Parsing failed.



  • <maplink latitude="44.117" longitude="-87.913" text="44.117°N 87.913°W" zoom="15">[ {

"type": "Feature", "geometry": { "type": "Point", "coordinates": [ -87.913, 44.117 ] }, "properties": { "title": "Klann Road", "marker-symbol": "star", "marker-color": "#3366cc" }

} ]</maplink>

Fatal error: The format of the coordinate could not be determined. Parsing failed.



  • <maplink latitude="10.2" longitude="-20.3" text="10.2°N 20.3°W" zoom="14">[ {

"type": "Feature", "geometry": { "type": "Point", "coordinates": [ -20.3, 10.2 ] }, "properties": { "title": "Coord/testcases", "marker-symbol": "circle", "marker-color": "#3366cc" }

} ]</maplink>

Fatal error: The format of the coordinate could not be determined. Parsing failed.



  • <maplink latitude="10.2" longitude="-20.3" text="10.2°N 20.3°W" zoom="14">[ {

"type": "Feature", "geometry": { "type": "Point", "coordinates": [ -20.3, 10.2 ] }, "properties": { "title": "Coord/testcases", "marker-symbol": "circle", "marker-color": "#3366cc" }

} ]</maplink>

Fatal error: The format of the coordinate could not be determined. Parsing failed.



  • <maplink latitude="44.4" longitude="-111.1" text="44.4°N 111.1°W" zoom="12">[ {

"type": "Feature", "geometry": { "type": "Point", "coordinates": [ -111.1, 44.4 ] }, "properties": { "title": "Coord/testcases", "marker-symbol": "city", "marker-color": "#3366cc" }

} ]</maplink>

Fatal error: The format of the coordinate could not be determined. Parsing failed.



  • <maplink latitude="51.01234" longitude="-1.56789" text="51.01234°N 1.56789°W" zoom="15">[ {

"type": "Feature", "geometry": { "type": "Point", "coordinates": [ -1.56789, 51.01234 ] }, "properties": { "title": "Coord/testcases", "marker-symbol": "star", "marker-color": "#3366cc" }

} ]</maplink>

Fatal error: The format of the coordinate could not be determined. Parsing failed.



  • <maplink latitude="-35.5" longitude="150.1" text="35.5°S 150.1°E" zoom="15">[ {

"type": "Feature", "geometry": { "type": "Point", "coordinates": [ 150.1, -35.5 ] }, "properties": { "title": "Coord/testcases", "marker-symbol": "star", "marker-color": "#3366cc" }

} ]</maplink>

Fatal error: The format of the coordinate could not be determined. Parsing failed.



  • <maplink latitude="12.57000" longitude="-45.56250" text="12°34′12″N 45°33′45″W" zoom="14">[ {

"type": "Feature", "geometry": { "type": "Point", "coordinates": [ -45.56250, 12.57000 ] }, "properties": { "title": "Coord/testcases", "marker-symbol": "circle", "marker-color": "#3366cc" }

} ]</maplink>

Fatal error: The format of the coordinate could not be determined. Parsing failed.



  • <maplink latitude="43.651234" longitude="-79.383333" text="43.651234°N 79.383333°W" zoom="14">[ {

"type": "Feature", "geometry": { "type": "Point", "coordinates": [ -79.383333, 43.651234 ] }, "properties": { "title": "Coord/testcases", "marker-symbol": "circle", "marker-color": "#3366cc" }

} ]</maplink>

Fatal error: The format of the coordinate could not be determined. Parsing failed.



  • <maplink latitude="43.65" longitude="-79.38" text="43.65°N 79.38°W" zoom="14">[ {

"type": "Feature", "geometry": { "type": "Point", "coordinates": [ -79.38, 43.65 ] }, "properties": { "title": "Coord/testcases", "marker-symbol": "circle", "marker-color": "#3366cc" }

} ]</maplink>

Fatal error: The format of the coordinate could not be determined. Parsing failed.



  • <maplink latitude="43.6500" longitude="-79.3800" text="43.6500°N 79.3800°W" zoom="14">[ {

"type": "Feature", "geometry": { "type": "Point", "coordinates": [ -79.3800, 43.6500 ] }, "properties": { "title": "Coord/testcases", "marker-symbol": "circle", "marker-color": "#3366cc" }

} ]</maplink>

Fatal error: The format of the coordinate could not be determined. Parsing failed.



  • <maplink latitude="43.651234" longitude="-79.383333" text="43.651234°N 79.383333°W" zoom="14">[ {

"type": "Feature", "geometry": { "type": "Point", "coordinates": [ -79.383333, 43.651234 ] }, "properties": { "title": "Coord/testcases", "marker-symbol": "circle", "marker-color": "#3366cc" }

} ]</maplink>

Fatal error: The format of the coordinate could not be determined. Parsing failed.



  • <maplink latitude="43.483" longitude="-79.383" text="43°29′N 79°23′W" zoom="14">[ {

"type": "Feature", "geometry": { "type": "Point", "coordinates": [ -79.383, 43.483 ] }, "properties": { "title": "Coord/testcases", "marker-symbol": "circle", "marker-color": "#3366cc" }

} ]</maplink>

Fatal error: The format of the coordinate could not be determined. Parsing failed.



  • <maplink latitude="43.48444" longitude="-79.38333" text="43°29′4″N 79°23′0″W" zoom="14">[ {

"type": "Feature", "geometry": { "type": "Point", "coordinates": [ -79.38333, 43.48444 ] }, "properties": { "title": "Coord/testcases", "marker-symbol": "circle", "marker-color": "#3366cc" }

} ]</maplink>

Fatal error: The format of the coordinate could not be determined. Parsing failed.



  • <maplink latitude="43.484583" longitude="-79.383472" text="43°29′4.5″N 79°23′0.5″W" zoom="14">[ {

"type": "Feature", "geometry": { "type": "Point", "coordinates": [ -79.383472, 43.484583 ] }, "properties": { "title": "Coord/testcases", "marker-symbol": "circle", "marker-color": "#3366cc" }

} ]</maplink>

Fatal error: The format of the coordinate could not be determined. Parsing failed.



  • <maplink latitude="55.752222" longitude="37.615556" text="55.752222°N 37.615556°E" zoom="14">[ {

"type": "Feature", "geometry": { "type": "Point", "coordinates": [ 37.615556, 55.752222 ] }, "properties": { "title": "Coord/testcases", "marker-symbol": "circle", "marker-color": "#3366cc" }

} ]</maplink>

Fatal error: The format of the coordinate could not be determined. Parsing failed.



  • <maplink latitude="55.752222" longitude="37.615556" text="55°45′08″N 37°36′56″E" zoom="14">[ {

"type": "Feature", "geometry": { "type": "Point", "coordinates": [ 37.615556, 55.752222 ] }, "properties": { "title": "Coord/testcases", "marker-symbol": "circle", "marker-color": "#3366cc" }

} ]</maplink>

Fatal error: The format of the coordinate could not be determined. Parsing failed.



  • <maplink latitude="39.098095" longitude="-94.587307" text="39°05′53″N 94°35′14″W" zoom="14">[ {

"type": "Feature", "geometry": { "type": "Point", "coordinates": [ -94.587307, 39.098095 ] }, "properties": { "title": "Coord/testcases", "marker-symbol": "circle", "marker-color": "#3366cc" }

} ]</maplink>

Fatal error: The format of the coordinate could not be determined. Parsing failed.



  • <maplink latitude="55.752222" longitude="37.615556" text="55.752222°N 37.615556°E" zoom="14">[ {

"type": "Feature", "geometry": { "type": "Point", "coordinates": [ 37.615556, 55.752222 ] }, "properties": { "title": "Moscow", "marker-symbol": "circle", "marker-color": "#3366cc" }

} ]</maplink>

Fatal error: The format of the coordinate could not be determined. Parsing failed.



  • <maplink latitude="-33.917" longitude="18.417" text="33°55′S 18°25′E" zoom="14">[ {

"type": "Feature", "geometry": { "type": "Point", "coordinates": [ 18.417, -33.917 ] }, "properties": { "title": "Coord/testcases", "marker-symbol": "circle", "marker-color": "#3366cc" }

} ]</maplink>

Fatal error: The format of the coordinate could not be determined. Parsing failed.



  • <maplink latitude="35.000" longitude="105.000" text="35°00′N 105°00′E" zoom="14">[ {

"type": "Feature", "geometry": { "type": "Point", "coordinates": [ 105.000, 35.000 ] }, "properties": { "title": "Coord/testcases", "marker-symbol": "circle", "marker-color": "#3366cc" }

} ]</maplink>

Fatal error: The format of the coordinate could not be determined. Parsing failed.



  • <maplink latitude="-22.90833" longitude="-43.24361" text="22°54′30″S 43°14′37″W" zoom="14">[ {

"type": "Feature", "geometry": { "type": "Point", "coordinates": [ -43.24361, -22.90833 ] }, "properties": { "title": "Coord/testcases", "marker-symbol": "circle", "marker-color": "#3366cc" }

} ]</maplink>

Fatal error: The format of the coordinate could not be determined. Parsing failed.



  • <maplink latitude="-22" longitude="-43" text="22°S 43°W" zoom="14">[ {

"type": "Feature", "geometry": { "type": "Point", "coordinates": [ -43, -22 ] }, "properties": { "title": "Coord/testcases", "marker-symbol": "circle", "marker-color": "#3366cc" }

} ]</maplink>

Fatal error: The format of the coordinate could not be determined. Parsing failed.



  • <maplink latitude="52.48306" longitude="-1.89361" text="52°28′59″N 1°53′37″W" zoom="12">[ {

"type": "Feature", "geometry": { "type": "Point", "coordinates": [ -1.89361, 52.48306 ] }, "properties": { "title": "Coord/testcases", "marker-symbol": "city", "marker-color": "#3366cc" }

   } ]</maplink>Coordinates: <maplink latitude="52.48306" longitude="-1.89361" text="52°28′59″N 1°53′37″W" zoom="12">[ {

"type": "Feature", "geometry": { "type": "Point", "coordinates": [ -1.89361, 52.48306 ] }, "properties": { "title": "Coord/testcases", "marker-symbol": "city", "marker-color": "#3366cc" }

} ]</maplink>

Fatal error: The format of the coordinate could not be determined. Parsing failed.



  • <maplink latitude="46.717" longitude="7.967" text="46°43′N 7°58′E" zoom="12">[ {

"type": "Feature", "geometry": { "type": "Point", "coordinates": [ 7.967, 46.717 ] }, "properties": { "title": "Coord/testcases", "marker-symbol": "triangle-stroked", "marker-color": "#3366cc" }

} ]</maplink>

Fatal error: The format of the coordinate could not be determined. Parsing failed.



  • <maplink latitude="51.500611" longitude="-0.124611" text="51.500611°N 0.124611°W" zoom="18">[ {

"type": "Feature", "geometry": { "type": "Point", "coordinates": [ -0.124611, 51.500611 ] }, "properties": { "title": "Coord/testcases", "marker-symbol": "circle", "marker-color": "#3366cc" }

} ]</maplink>

Fatal error: The format of the coordinate could not be determined. Parsing failed.



  • <maplink latitude="51.500611" longitude="-0.124611" text="51.500611°N 0.124611°W" zoom="15">[ {

"type": "Feature", "geometry": { "type": "Point", "coordinates": [ -0.124611, 51.500611 ] }, "properties": { "title": "Coord/testcases", "marker-symbol": "circle", "marker-color": "#3366cc" }

} ]</maplink>

Fatal error: The format of the coordinate could not be determined. Parsing failed.



  • <maplink latitude="51.500611" longitude="-0.124611" text="51.500611°N 0.124611°W" zoom="12">[ {

"type": "Feature", "geometry": { "type": "Point", "coordinates": [ -0.124611, 51.500611 ] }, "properties": { "title": "Coord/testcases", "marker-symbol": "circle", "marker-color": "#3366cc" }

} ]</maplink>

Fatal error: The format of the coordinate could not be determined. Parsing failed.



  • <maplink latitude="51.500611" longitude="-0.124611" text="51.500611°N 0.124611°W" zoom="9">[ {

"type": "Feature", "geometry": { "type": "Point", "coordinates": [ -0.124611, 51.500611 ] }, "properties": { "title": "Coord/testcases", "marker-symbol": "circle", "marker-color": "#3366cc" }

} ]</maplink>

Fatal error: The format of the coordinate could not be determined. Parsing failed.



  • <maplink latitude="0" longitude="-90" text="0°N 90°W" zoom="14">[ {

"type": "Feature", "geometry": { "type": "Point", "coordinates": [ -90, 0 ] }, "properties": { "title": "Coord/testcases", "marker-symbol": "circle", "marker-color": "#3366cc" }

} ]</maplink>

Fatal error: The format of the coordinate could not be determined. Parsing failed.



  • <maplink latitude="40.5" longitude="-82.5" text="40.5°N 82.5°W" zoom="14">[ {

"type": "Feature", "geometry": { "type": "Point", "coordinates": [ -82.5, 40.5 ] }, "properties": { "title": "Coord/testcases", "marker-symbol": "circle", "marker-color": "#3366cc" }

} ]</maplink>

Fatal error: The format of the coordinate could not be determined. Parsing failed.



  • <maplink latitude="51.033" longitude="13.73" text="51.033°N 13.73°E" zoom="14">[ {

"type": "Feature", "geometry": { "type": "Point", "coordinates": [ 13.73, 51.033 ] }, "properties": { "title": "Coord/testcases", "marker-symbol": "circle", "marker-color": "#3366cc" }

} ]</maplink>

Fatal error: The format of the coordinate could not be determined. Parsing failed.



  • <maplink latitude="40.6892" longitude="-74.0445" text="40.6892°N 74.0445°W" zoom="14">[ {

"type": "Feature", "geometry": { "type": "Point", "coordinates": [ -74.0445, 40.6892 ] }, "properties": { "title": "Coord/testcases", "marker-symbol": "circle", "marker-color": "#3366cc" }

} ]</maplink>

Fatal error: The format of the coordinate could not be determined. Parsing failed.



  • <maplink latitude="45.516194" longitude="-122.673226" text="45.516194°N 122.673226°W" zoom="14">[ {

"type": "Feature", "geometry": { "type": "Point", "coordinates": [ -122.673226, 45.516194 ] }, "properties": { "title": "Coord/testcases", "marker-symbol": "circle", "marker-color": "#3366cc" }

} ]</maplink>

Fatal error: The format of the coordinate could not be determined. Parsing failed.



  • <maplink latitude="46.9524" longitude="7.4396" text="46.9524°N 7.4396°E" zoom="14">[ {

"type": "Feature", "geometry": { "type": "Point", "coordinates": [ 7.4396, 46.9524 ] }, "properties": { "title": "Coord/testcases", "marker-symbol": "circle", "marker-color": "#3366cc" }

} ]</maplink>

Fatal error: The format of the coordinate could not be determined. Parsing failed.



  • <maplink latitude="52.5164" longitude="13.3775" text="52.5164°N 13.3775°E" zoom="14">[ {

"type": "Feature", "geometry": { "type": "Point", "coordinates": [ 13.3775, 52.5164 ] }, "properties": { "title": "Coord/testcases", "marker-symbol": "circle", "marker-color": "#3366cc" }

} ]</maplink>

Fatal error: The format of the coordinate could not be determined. Parsing failed.



"type": "Feature", "geometry": { "type": "Point", "coordinates": [ -8.533633, 51.604783 ] }, "properties": { "title": "Coord/testcases", "marker-symbol": "circle", "marker-color": "#3366cc" }

} ]</maplink>

Fatal error: The format of the coordinate could not be determined. Parsing failed.



  • <maplink latitude="51.430217" longitude="0.732417" text="51°25.813′N 0°43.945′E" zoom="14">[ {

"type": "Feature", "geometry": { "type": "Point", "coordinates": [ 0.732417, 51.430217 ] }, "properties": { "title": "Coord/testcases", "marker-symbol": "circle", "marker-color": "#3366cc" }

} ]</maplink>

Fatal error: The format of the coordinate could not be determined. Parsing failed.



Don't invoke #coordinates

<maplink latitude="10" longitude="20" text="10°N 20°E" zoom="14">[ { "type": "Feature", "geometry": { "type": "Point", "coordinates": [ 20, 10 ] }, "properties": { "title": "Coord/testcases", "marker-symbol": "circle", "marker-color": "#3366cc" }

   } ]</maplink>

Tests of subroutines

  • Testing decimal to dms conversion: {{Coord/dec2dms/testcases}}
  • Infobox country, capital add city to coordinates: <maplink latitude="17.117" longitude="-61.850" text="17°7′N 61°51′W" zoom="14">[ {

"type": "Feature", "geometry": { "type": "Point", "coordinates": [ -61.850, 17.117 ] }, "properties": { "title": "Test", "marker-symbol": "circle", "marker-color": "#3366cc" }

} ]</maplink>

Fatal error: The format of the coordinate could not be determined. Parsing failed.



Tests of qid

  • Coordinates: Missing latitude
    Fatal error: The format of the coordinate could not be determined. Parsing failed.


    No params should lookup QID of current page
  • Coordinates: Missing latitude
    Fatal error: The format of the coordinate could not be determined. Parsing failed.


    Only QID
  • <maplink latitude="40.67000" longitude="-73.94000" text="40°40′12″N 73°56′24″W" zoom="12">[ {

"type": "Feature", "geometry": { "type": "Point", "coordinates": [ -73.94000, 40.67000 ] }, "properties": { "title": "Coord/testcases", "marker-symbol": "city", "marker-color": "#3366cc" }

} ]</maplink>

Fatal error: The format of the coordinate could not be determined. Parsing failed.



coordinate with QID (gets shape)

  • <maplink latitude="40.67000" longitude="-73.94000" text="40°40′12″N 73°56′24″W" zoom="12">[ {

"type": "Feature", "geometry": { "type": "Point", "coordinates": [ -73.94000, 40.67000 ] }, "properties": { "title": "New York City", "marker-symbol": "city", "marker-color": "#3366cc" }

} ]</maplink>

Fatal error: The format of the coordinate could not be determined. Parsing failed.



coordinate with name, should find shape via qid lookup