added make-graticules to tools

This commit is contained in:
Nathaniel V. KELSO 2012-06-05 19:07:02 -07:00
parent fa01f1dc17
commit cc134762aa
220 changed files with 29514 additions and 0 deletions

View File

@ -0,0 +1 @@
GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137.0,298.257223563]],PRIMEM["Greenwich",0.0],UNIT["Degree",0.0174532925199433]]

View File

@ -0,0 +1,159 @@
SCALESET=10 50 110
SCALESET_PREFIX_GEOJSON=$(SCALESET:%=geojson/ne_%m_graticules_)
SCALESET_PREFIX_SHP=$(SCALESET:%=shp/ne_%m_graticules_)
SCALESET_PREFIX_ZIP=$(SCALESET:%=zip/ne_%m_graticules_)
GRATICULE=1 5 10 15 20 30
ALL_SCALESET_GRATICULES_GEOJSON=$(foreach SP,$(SCALESET_PREFIX_GEOJSON),$(addprefix $(SP),$(GRATICULE)))
ALL_SCALESET_GRATICULES_SHP=$(foreach SP,$(SCALESET_PREFIX_SHP),$(addprefix $(SP),$(GRATICULE)))
ALL_SCALESET_GRATICULES_ZIP=$(foreach SP,$(SCALESET_PREFIX_ZIP),$(addprefix $(SP),$(GRATICULE)))
test:
@echo $(ALL_SCALESET_GRATICULES_GEOJSON)
@echo $(ALL_SCALESET_GRATICULES_SHP)
@echo $(ALL_SCALESET_GRATICULES_ZIP)
@echo $(ALL_SCALESET_GRATICULES_SHP:%=%.zip)
all: geojson \
shp \
zip
geojson: geojson/ne_10m_graticules_1.geojson \
geojson/ne_10m_graticules_5.geojson \
geojson/ne_10m_graticules_10.geojson \
geojson/ne_10m_graticules_15.geojson \
geojson/ne_10m_graticules_20.geojson \
geojson/ne_10m_graticules_30.geojson \
geojson/ne_50m_graticules_1.geojson \
geojson/ne_50m_graticules_5.geojson \
geojson/ne_50m_graticules_10.geojson \
geojson/ne_50m_graticules_15.geojson \
geojson/ne_50m_graticules_20.geojson \
geojson/ne_50m_graticules_30.geojson \
geojson/ne_110m_graticules_1.geojson \
geojson/ne_110m_graticules_5.geojson \
geojson/ne_110m_graticules_10.geojson \
geojson/ne_110m_graticules_15.geojson \
geojson/ne_110m_graticules_20.geojson \
geojson/ne_110m_graticules_30.geojson
geojson/ne_10m_graticules_1.geojson:
python pygraticule.py -g 1 -s 0.5 -o $@ -f '"FeatureCla":"Graticule","ScaleRank":8'
geojson/ne_10m_graticules_5.geojson:
python pygraticule.py -g 5 -s 0.5 -o $@ -f '"FeatureCla":"Graticule","ScaleRank":7'
geojson/ne_10m_graticules_10.geojson:
python pygraticule.py -g 10 -s 0.5 -o $@ -f '"FeatureCla":"Graticule","ScaleRank":6'
geojson/ne_10m_graticules_15.geojson:
python pygraticule.py -g 15 -s 0.5 -o $@ -f '"FeatureCla":"Graticule","ScaleRank":5'
geojson/ne_10m_graticules_20.geojson:
python pygraticule.py -g 20 -s 0.5 -o $@ -f '"FeatureCla":"Graticule","ScaleRank":4'
geojson/ne_10m_graticules_30.geojson:
python pygraticule.py -g 30 -s 0.5 -o $@ -f '"FeatureCla":"Graticule","ScaleRank":3'
geojson/ne_50m_graticules_1.geojson:
python pygraticule.py -g 1 -s 2.0 -o $@ -f '"FeatureCla":"Graticule","ScaleRank":8'
geojson/ne_50m_graticules_5.geojson:
python pygraticule.py -g 5 -s 2.0 -o $@ -f '"FeatureCla":"Graticule","ScaleRank":7'
geojson/ne_50m_graticules_10.geojson:
python pygraticule.py -g 10 -s 2.0 -o $@ -f '"FeatureCla":"Graticule","ScaleRank":6'
geojson/ne_50m_graticules_15.geojson:
python pygraticule.py -g 15 -s 2.0 -o $@ -f '"FeatureCla":"Graticule","ScaleRank":5'
geojson/ne_50m_graticules_20.geojson:
python pygraticule.py -g 20 -s 2.0 -o $@ -f '"FeatureCla":"Graticule","ScaleRank":4'
geojson/ne_50m_graticules_30.geojson:
python pygraticule.py -g 30 -s 2.0 -o $@ -f '"FeatureCla":"Graticule","ScaleRank":3'
geojson/ne_110m_graticules_1.geojson:
python pygraticule.py -g 1 -s 4.0 -o $@ -f '"FeatureCla":"Graticule","ScaleRank":8'
geojson/ne_110m_graticules_5.geojson:
python pygraticule.py -g 5 -s 4.0 -o $@ -f '"FeatureCla":"Graticule","ScaleRank":7'
geojson/ne_110m_graticules_10.geojson:
python pygraticule.py -g 10 -s 4.0 -o $@ -f '"FeatureCla":"Graticule","ScaleRank":6'
geojson/ne_110m_graticules_15.geojson:
python pygraticule.py -g 15 -s 4.0 -o $@ -f '"FeatureCla":"Graticule","ScaleRank":5'
geojson/ne_110m_graticules_20.geojson:
python pygraticule.py -g 20 -s 4.0 -o $@ -f '"FeatureCla":"Graticule","ScaleRank":4'
geojson/ne_110m_graticules_30.geojson:
python pygraticule.py -g 30 -s 4.0 -o $@ -f '"FeatureCla":"Graticule","ScaleRank":3'
geojson/%.shp:
ogr2ogr -f "ESRI Shapefile" -overwrite shp/$*.shp geojson/$*.geojson
bounding_box: 10m_wgs84_bounding_box.shp
ogr2ogr -segmentize 0.5 shp/ne_10m_wgs84_bounding_box.shp 10m_wgs84_bounding_box.shp
ogr2ogr -segmentize 2.0 shp/ne_50m_wgs84_bounding_box.shp 10m_wgs84_bounding_box.shp
ogr2ogr -segmentize 4.0 shp/ne_110m_wgs84_bounding_box.shp 10m_wgs84_bounding_box.shp
shp: $(ALL_SCALESET_GRATICULES_GEOJSON:%=%.shp) \
bounding_box
touch shp
zip/ne_10m_graticules_all.zip:
mkdir -p shp/ne_10m_graticules_all
cp shp/ne_10m_graticules_*.* shp/ne_10m_graticules_all
cp shp/ne_10m_wgs84_bounding_box.* shp/ne_10m_graticules_all
zip -j -r $@ shp/ne_10m_graticules_all
zip/ne_50m_graticules_all.zip:
mkdir -p shp/ne_50m_graticules_all
cp shp/ne_50m_graticules_*.* shp/ne_50m_graticules_all
cp shp/ne_50m_wgs84_bounding_box.* shp/ne_50m_graticules_all
zip -j -r $@ shp/ne_50m_graticules_all
zip/ne_110m_graticules_all.zip:
mkdir -p shp/ne_110m_graticules_all
cp shp/ne_110m_graticules_*.* shp/ne_110m_graticules_all
cp shp/ne_110m_wgs84_bounding_box.* shp/ne_110m_graticules_all
zip -j -r $@ shp/ne_110m_graticules_all
zip/%.zip:
zip -j zip/$*.zip shp/$*.*
zip/ne_10m_wgs84_bounding_box.zip: shp/ne_10m_wgs84_bounding_box.shp
zip -j zip/ne_10m_wgs84_bounding_box.zip shp/ne_10m_wgs84_bounding_box.*
zip/ne_50m_wgs84_bounding_box.zip: shp/ne_50m_wgs84_bounding_box.shp
zip -j zip/ne_50m_wgs84_bounding_box.zip shp/ne_50m_wgs84_bounding_box.*
zip/ne_110m_wgs84_bounding_box.zip: shp/ne_110m_wgs84_bounding_box.shp
zip -j zip/ne_110m_wgs84_bounding_box.zip shp/ne_110m_wgs84_bounding_box.*
ne_1d5_graticules_beta2.zip:
zip -j -r $@ shp/ne_10m_graticules_all shp/ne_50m_graticules_all shp/ne_110m_graticules_all
zip: $(ALL_SCALESET_GRATICULES_ZIP:%=%.zip) \
zip/ne_10m_graticules_all.zip \
zip/ne_50m_graticules_all.zip \
zip/ne_110m_graticules_all.zip \
zip/ne_10m_wgs84_bounding_box.zip \
zip/ne_50m_wgs84_bounding_box.zip \
zip/ne_110m_wgs84_bounding_box.zip \
ne_1d5_graticules_beta2.zip
touch zip
clean:
mkdir -p geojson
mkdir -p shp
mkdir -p zip
rm -rf geojson/*
rm -rf shp/*
rm -rf zip/*

View File

@ -0,0 +1,42 @@
#About
We need to generate a graticule that will project cleanly (with smooth arcs) at world scale. The graticule should have a dense distribution of internal nodes along it's line, especially along the ±180, ±90 WGS84 bounding box.
Uses [pygraticule](https://github.com/nvkelso/pyGraticule) (embedded here) by **Alex Mandel** with modifications by Nathaniel Vaughn KELSO.
#Usage
The included Makefile should be run as:
make clean
followed by
make all
Behind the scenes, it's running commands like:
python pygraticule.py -g 1 -o outfile.geojson
Once the GeoJSON versions are created, the Makefile uses OGR/GDAL (assumes that's installed) to convert to SHP format and then package up into ZIP folders.
## Examples
When we project out of WGS84 to another coordinate system that is not cylindrical, we need to have enough intermediate nodes
on the paths so the GIS application shows a "curve". Most GIS do not auto-densify stright lines during the projection
so we need to add these extra nodes in the raw geodata.
Here we see Robinson using enough nodes:
![Zoom previews](https://github.com/nvkelso/pygraticule/raw/master/images/robinson.png)
Box results when nodes are sparse:
![Zoom previews](https://github.com/nvkelso/pygraticule/raw/master/images/box_no_densification.png)
The two superimposed:
![Zoom previews](https://github.com/nvkelso/pygraticule/raw/master/images/robinson_plus_box.png)
The proj4 string for Robinson is:
`+proj=robin +lon_0=0 +x_0=0 +y_0=0 +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs`

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,673 @@
{ "type": "FeatureCollection","features": [{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-180,-90],[-176.0,-90],[-172.0,-90],[-168.0,-90],[-164.0,-90],[-160.0,-90],[-156.0,-90],[-152.0,-90],[-148.0,-90],[-144.0,-90],[-140.0,-90],[-136.0,-90],[-132.0,-90],[-128.0,-90],[-124.0,-90],[-120.0,-90],[-116.0,-90],[-112.0,-90],[-108.0,-90],[-104.0,-90],[-100.0,-90],[-96.0,-90],[-92.0,-90],[-88.0,-90],[-84.0,-90],[-80.0,-90],[-76.0,-90],[-72.0,-90],[-68.0,-90],[-64.0,-90],[-60.0,-90],[-56.0,-90],[-52.0,-90],[-48.0,-90],[-44.0,-90],[-40.0,-90],[-36.0,-90],[-32.0,-90],[-28.0,-90],[-24.0,-90],[-20.0,-90],[-16.0,-90],[-12.0,-90],[-8.0,-90],[-4.0,-90],[0.0,-90],[4.0,-90],[8.0,-90],[12.0,-90],[16.0,-90],[20.0,-90],[24.0,-90],[28.0,-90],[32.0,-90],[36.0,-90],[40.0,-90],[44.0,-90],[48.0,-90],[52.0,-90],[56.0,-90],[60.0,-90],[64.0,-90],[68.0,-90],[72.0,-90],[76.0,-90],[80.0,-90],[84.0,-90],[88.0,-90],[92.0,-90],[96.0,-90],[100.0,-90],[104.0,-90],[108.0,-90],[112.0,-90],[116.0,-90],[120.0,-90],[124.0,-90],[128.0,-90],[132.0,-90],[136.0,-90],[140.0,-90],[144.0,-90],[148.0,-90],[152.0,-90],[156.0,-90],[160.0,-90],[164.0,-90],[168.0,-90],[172.0,-90],[176.0,-90],[180.0,-90]]},
"properties": {
"degrees": 90,
"direction": "S",
"display":"90 S",
"dd":-90,
"FeatureCla":"Graticule","ScaleRank":6,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-180,-80.0],[-176.0,-80.0],[-172.0,-80.0],[-168.0,-80.0],[-164.0,-80.0],[-160.0,-80.0],[-156.0,-80.0],[-152.0,-80.0],[-148.0,-80.0],[-144.0,-80.0],[-140.0,-80.0],[-136.0,-80.0],[-132.0,-80.0],[-128.0,-80.0],[-124.0,-80.0],[-120.0,-80.0],[-116.0,-80.0],[-112.0,-80.0],[-108.0,-80.0],[-104.0,-80.0],[-100.0,-80.0],[-96.0,-80.0],[-92.0,-80.0],[-88.0,-80.0],[-84.0,-80.0],[-80.0,-80.0],[-76.0,-80.0],[-72.0,-80.0],[-68.0,-80.0],[-64.0,-80.0],[-60.0,-80.0],[-56.0,-80.0],[-52.0,-80.0],[-48.0,-80.0],[-44.0,-80.0],[-40.0,-80.0],[-36.0,-80.0],[-32.0,-80.0],[-28.0,-80.0],[-24.0,-80.0],[-20.0,-80.0],[-16.0,-80.0],[-12.0,-80.0],[-8.0,-80.0],[-4.0,-80.0],[0.0,-80.0],[4.0,-80.0],[8.0,-80.0],[12.0,-80.0],[16.0,-80.0],[20.0,-80.0],[24.0,-80.0],[28.0,-80.0],[32.0,-80.0],[36.0,-80.0],[40.0,-80.0],[44.0,-80.0],[48.0,-80.0],[52.0,-80.0],[56.0,-80.0],[60.0,-80.0],[64.0,-80.0],[68.0,-80.0],[72.0,-80.0],[76.0,-80.0],[80.0,-80.0],[84.0,-80.0],[88.0,-80.0],[92.0,-80.0],[96.0,-80.0],[100.0,-80.0],[104.0,-80.0],[108.0,-80.0],[112.0,-80.0],[116.0,-80.0],[120.0,-80.0],[124.0,-80.0],[128.0,-80.0],[132.0,-80.0],[136.0,-80.0],[140.0,-80.0],[144.0,-80.0],[148.0,-80.0],[152.0,-80.0],[156.0,-80.0],[160.0,-80.0],[164.0,-80.0],[168.0,-80.0],[172.0,-80.0],[176.0,-80.0],[180.0,-80.0]]},
"properties": {
"degrees": 80,
"direction": "S",
"display":"80.0 S",
"dd":-80,
"FeatureCla":"Graticule","ScaleRank":6,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-180,-70.0],[-176.0,-70.0],[-172.0,-70.0],[-168.0,-70.0],[-164.0,-70.0],[-160.0,-70.0],[-156.0,-70.0],[-152.0,-70.0],[-148.0,-70.0],[-144.0,-70.0],[-140.0,-70.0],[-136.0,-70.0],[-132.0,-70.0],[-128.0,-70.0],[-124.0,-70.0],[-120.0,-70.0],[-116.0,-70.0],[-112.0,-70.0],[-108.0,-70.0],[-104.0,-70.0],[-100.0,-70.0],[-96.0,-70.0],[-92.0,-70.0],[-88.0,-70.0],[-84.0,-70.0],[-80.0,-70.0],[-76.0,-70.0],[-72.0,-70.0],[-68.0,-70.0],[-64.0,-70.0],[-60.0,-70.0],[-56.0,-70.0],[-52.0,-70.0],[-48.0,-70.0],[-44.0,-70.0],[-40.0,-70.0],[-36.0,-70.0],[-32.0,-70.0],[-28.0,-70.0],[-24.0,-70.0],[-20.0,-70.0],[-16.0,-70.0],[-12.0,-70.0],[-8.0,-70.0],[-4.0,-70.0],[0.0,-70.0],[4.0,-70.0],[8.0,-70.0],[12.0,-70.0],[16.0,-70.0],[20.0,-70.0],[24.0,-70.0],[28.0,-70.0],[32.0,-70.0],[36.0,-70.0],[40.0,-70.0],[44.0,-70.0],[48.0,-70.0],[52.0,-70.0],[56.0,-70.0],[60.0,-70.0],[64.0,-70.0],[68.0,-70.0],[72.0,-70.0],[76.0,-70.0],[80.0,-70.0],[84.0,-70.0],[88.0,-70.0],[92.0,-70.0],[96.0,-70.0],[100.0,-70.0],[104.0,-70.0],[108.0,-70.0],[112.0,-70.0],[116.0,-70.0],[120.0,-70.0],[124.0,-70.0],[128.0,-70.0],[132.0,-70.0],[136.0,-70.0],[140.0,-70.0],[144.0,-70.0],[148.0,-70.0],[152.0,-70.0],[156.0,-70.0],[160.0,-70.0],[164.0,-70.0],[168.0,-70.0],[172.0,-70.0],[176.0,-70.0],[180.0,-70.0]]},
"properties": {
"degrees": 70,
"direction": "S",
"display":"70.0 S",
"dd":-70,
"FeatureCla":"Graticule","ScaleRank":6,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-180,-60.0],[-176.0,-60.0],[-172.0,-60.0],[-168.0,-60.0],[-164.0,-60.0],[-160.0,-60.0],[-156.0,-60.0],[-152.0,-60.0],[-148.0,-60.0],[-144.0,-60.0],[-140.0,-60.0],[-136.0,-60.0],[-132.0,-60.0],[-128.0,-60.0],[-124.0,-60.0],[-120.0,-60.0],[-116.0,-60.0],[-112.0,-60.0],[-108.0,-60.0],[-104.0,-60.0],[-100.0,-60.0],[-96.0,-60.0],[-92.0,-60.0],[-88.0,-60.0],[-84.0,-60.0],[-80.0,-60.0],[-76.0,-60.0],[-72.0,-60.0],[-68.0,-60.0],[-64.0,-60.0],[-60.0,-60.0],[-56.0,-60.0],[-52.0,-60.0],[-48.0,-60.0],[-44.0,-60.0],[-40.0,-60.0],[-36.0,-60.0],[-32.0,-60.0],[-28.0,-60.0],[-24.0,-60.0],[-20.0,-60.0],[-16.0,-60.0],[-12.0,-60.0],[-8.0,-60.0],[-4.0,-60.0],[0.0,-60.0],[4.0,-60.0],[8.0,-60.0],[12.0,-60.0],[16.0,-60.0],[20.0,-60.0],[24.0,-60.0],[28.0,-60.0],[32.0,-60.0],[36.0,-60.0],[40.0,-60.0],[44.0,-60.0],[48.0,-60.0],[52.0,-60.0],[56.0,-60.0],[60.0,-60.0],[64.0,-60.0],[68.0,-60.0],[72.0,-60.0],[76.0,-60.0],[80.0,-60.0],[84.0,-60.0],[88.0,-60.0],[92.0,-60.0],[96.0,-60.0],[100.0,-60.0],[104.0,-60.0],[108.0,-60.0],[112.0,-60.0],[116.0,-60.0],[120.0,-60.0],[124.0,-60.0],[128.0,-60.0],[132.0,-60.0],[136.0,-60.0],[140.0,-60.0],[144.0,-60.0],[148.0,-60.0],[152.0,-60.0],[156.0,-60.0],[160.0,-60.0],[164.0,-60.0],[168.0,-60.0],[172.0,-60.0],[176.0,-60.0],[180.0,-60.0]]},
"properties": {
"degrees": 60,
"direction": "S",
"display":"60.0 S",
"dd":-60,
"FeatureCla":"Graticule","ScaleRank":6,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-180,-50.0],[-176.0,-50.0],[-172.0,-50.0],[-168.0,-50.0],[-164.0,-50.0],[-160.0,-50.0],[-156.0,-50.0],[-152.0,-50.0],[-148.0,-50.0],[-144.0,-50.0],[-140.0,-50.0],[-136.0,-50.0],[-132.0,-50.0],[-128.0,-50.0],[-124.0,-50.0],[-120.0,-50.0],[-116.0,-50.0],[-112.0,-50.0],[-108.0,-50.0],[-104.0,-50.0],[-100.0,-50.0],[-96.0,-50.0],[-92.0,-50.0],[-88.0,-50.0],[-84.0,-50.0],[-80.0,-50.0],[-76.0,-50.0],[-72.0,-50.0],[-68.0,-50.0],[-64.0,-50.0],[-60.0,-50.0],[-56.0,-50.0],[-52.0,-50.0],[-48.0,-50.0],[-44.0,-50.0],[-40.0,-50.0],[-36.0,-50.0],[-32.0,-50.0],[-28.0,-50.0],[-24.0,-50.0],[-20.0,-50.0],[-16.0,-50.0],[-12.0,-50.0],[-8.0,-50.0],[-4.0,-50.0],[0.0,-50.0],[4.0,-50.0],[8.0,-50.0],[12.0,-50.0],[16.0,-50.0],[20.0,-50.0],[24.0,-50.0],[28.0,-50.0],[32.0,-50.0],[36.0,-50.0],[40.0,-50.0],[44.0,-50.0],[48.0,-50.0],[52.0,-50.0],[56.0,-50.0],[60.0,-50.0],[64.0,-50.0],[68.0,-50.0],[72.0,-50.0],[76.0,-50.0],[80.0,-50.0],[84.0,-50.0],[88.0,-50.0],[92.0,-50.0],[96.0,-50.0],[100.0,-50.0],[104.0,-50.0],[108.0,-50.0],[112.0,-50.0],[116.0,-50.0],[120.0,-50.0],[124.0,-50.0],[128.0,-50.0],[132.0,-50.0],[136.0,-50.0],[140.0,-50.0],[144.0,-50.0],[148.0,-50.0],[152.0,-50.0],[156.0,-50.0],[160.0,-50.0],[164.0,-50.0],[168.0,-50.0],[172.0,-50.0],[176.0,-50.0],[180.0,-50.0]]},
"properties": {
"degrees": 50,
"direction": "S",
"display":"50.0 S",
"dd":-50,
"FeatureCla":"Graticule","ScaleRank":6,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-180,-40.0],[-176.0,-40.0],[-172.0,-40.0],[-168.0,-40.0],[-164.0,-40.0],[-160.0,-40.0],[-156.0,-40.0],[-152.0,-40.0],[-148.0,-40.0],[-144.0,-40.0],[-140.0,-40.0],[-136.0,-40.0],[-132.0,-40.0],[-128.0,-40.0],[-124.0,-40.0],[-120.0,-40.0],[-116.0,-40.0],[-112.0,-40.0],[-108.0,-40.0],[-104.0,-40.0],[-100.0,-40.0],[-96.0,-40.0],[-92.0,-40.0],[-88.0,-40.0],[-84.0,-40.0],[-80.0,-40.0],[-76.0,-40.0],[-72.0,-40.0],[-68.0,-40.0],[-64.0,-40.0],[-60.0,-40.0],[-56.0,-40.0],[-52.0,-40.0],[-48.0,-40.0],[-44.0,-40.0],[-40.0,-40.0],[-36.0,-40.0],[-32.0,-40.0],[-28.0,-40.0],[-24.0,-40.0],[-20.0,-40.0],[-16.0,-40.0],[-12.0,-40.0],[-8.0,-40.0],[-4.0,-40.0],[0.0,-40.0],[4.0,-40.0],[8.0,-40.0],[12.0,-40.0],[16.0,-40.0],[20.0,-40.0],[24.0,-40.0],[28.0,-40.0],[32.0,-40.0],[36.0,-40.0],[40.0,-40.0],[44.0,-40.0],[48.0,-40.0],[52.0,-40.0],[56.0,-40.0],[60.0,-40.0],[64.0,-40.0],[68.0,-40.0],[72.0,-40.0],[76.0,-40.0],[80.0,-40.0],[84.0,-40.0],[88.0,-40.0],[92.0,-40.0],[96.0,-40.0],[100.0,-40.0],[104.0,-40.0],[108.0,-40.0],[112.0,-40.0],[116.0,-40.0],[120.0,-40.0],[124.0,-40.0],[128.0,-40.0],[132.0,-40.0],[136.0,-40.0],[140.0,-40.0],[144.0,-40.0],[148.0,-40.0],[152.0,-40.0],[156.0,-40.0],[160.0,-40.0],[164.0,-40.0],[168.0,-40.0],[172.0,-40.0],[176.0,-40.0],[180.0,-40.0]]},
"properties": {
"degrees": 40,
"direction": "S",
"display":"40.0 S",
"dd":-40,
"FeatureCla":"Graticule","ScaleRank":6,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-180,-30.0],[-176.0,-30.0],[-172.0,-30.0],[-168.0,-30.0],[-164.0,-30.0],[-160.0,-30.0],[-156.0,-30.0],[-152.0,-30.0],[-148.0,-30.0],[-144.0,-30.0],[-140.0,-30.0],[-136.0,-30.0],[-132.0,-30.0],[-128.0,-30.0],[-124.0,-30.0],[-120.0,-30.0],[-116.0,-30.0],[-112.0,-30.0],[-108.0,-30.0],[-104.0,-30.0],[-100.0,-30.0],[-96.0,-30.0],[-92.0,-30.0],[-88.0,-30.0],[-84.0,-30.0],[-80.0,-30.0],[-76.0,-30.0],[-72.0,-30.0],[-68.0,-30.0],[-64.0,-30.0],[-60.0,-30.0],[-56.0,-30.0],[-52.0,-30.0],[-48.0,-30.0],[-44.0,-30.0],[-40.0,-30.0],[-36.0,-30.0],[-32.0,-30.0],[-28.0,-30.0],[-24.0,-30.0],[-20.0,-30.0],[-16.0,-30.0],[-12.0,-30.0],[-8.0,-30.0],[-4.0,-30.0],[0.0,-30.0],[4.0,-30.0],[8.0,-30.0],[12.0,-30.0],[16.0,-30.0],[20.0,-30.0],[24.0,-30.0],[28.0,-30.0],[32.0,-30.0],[36.0,-30.0],[40.0,-30.0],[44.0,-30.0],[48.0,-30.0],[52.0,-30.0],[56.0,-30.0],[60.0,-30.0],[64.0,-30.0],[68.0,-30.0],[72.0,-30.0],[76.0,-30.0],[80.0,-30.0],[84.0,-30.0],[88.0,-30.0],[92.0,-30.0],[96.0,-30.0],[100.0,-30.0],[104.0,-30.0],[108.0,-30.0],[112.0,-30.0],[116.0,-30.0],[120.0,-30.0],[124.0,-30.0],[128.0,-30.0],[132.0,-30.0],[136.0,-30.0],[140.0,-30.0],[144.0,-30.0],[148.0,-30.0],[152.0,-30.0],[156.0,-30.0],[160.0,-30.0],[164.0,-30.0],[168.0,-30.0],[172.0,-30.0],[176.0,-30.0],[180.0,-30.0]]},
"properties": {
"degrees": 30,
"direction": "S",
"display":"30.0 S",
"dd":-30,
"FeatureCla":"Graticule","ScaleRank":6,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-180,-20.0],[-176.0,-20.0],[-172.0,-20.0],[-168.0,-20.0],[-164.0,-20.0],[-160.0,-20.0],[-156.0,-20.0],[-152.0,-20.0],[-148.0,-20.0],[-144.0,-20.0],[-140.0,-20.0],[-136.0,-20.0],[-132.0,-20.0],[-128.0,-20.0],[-124.0,-20.0],[-120.0,-20.0],[-116.0,-20.0],[-112.0,-20.0],[-108.0,-20.0],[-104.0,-20.0],[-100.0,-20.0],[-96.0,-20.0],[-92.0,-20.0],[-88.0,-20.0],[-84.0,-20.0],[-80.0,-20.0],[-76.0,-20.0],[-72.0,-20.0],[-68.0,-20.0],[-64.0,-20.0],[-60.0,-20.0],[-56.0,-20.0],[-52.0,-20.0],[-48.0,-20.0],[-44.0,-20.0],[-40.0,-20.0],[-36.0,-20.0],[-32.0,-20.0],[-28.0,-20.0],[-24.0,-20.0],[-20.0,-20.0],[-16.0,-20.0],[-12.0,-20.0],[-8.0,-20.0],[-4.0,-20.0],[0.0,-20.0],[4.0,-20.0],[8.0,-20.0],[12.0,-20.0],[16.0,-20.0],[20.0,-20.0],[24.0,-20.0],[28.0,-20.0],[32.0,-20.0],[36.0,-20.0],[40.0,-20.0],[44.0,-20.0],[48.0,-20.0],[52.0,-20.0],[56.0,-20.0],[60.0,-20.0],[64.0,-20.0],[68.0,-20.0],[72.0,-20.0],[76.0,-20.0],[80.0,-20.0],[84.0,-20.0],[88.0,-20.0],[92.0,-20.0],[96.0,-20.0],[100.0,-20.0],[104.0,-20.0],[108.0,-20.0],[112.0,-20.0],[116.0,-20.0],[120.0,-20.0],[124.0,-20.0],[128.0,-20.0],[132.0,-20.0],[136.0,-20.0],[140.0,-20.0],[144.0,-20.0],[148.0,-20.0],[152.0,-20.0],[156.0,-20.0],[160.0,-20.0],[164.0,-20.0],[168.0,-20.0],[172.0,-20.0],[176.0,-20.0],[180.0,-20.0]]},
"properties": {
"degrees": 20,
"direction": "S",
"display":"20.0 S",
"dd":-20,
"FeatureCla":"Graticule","ScaleRank":6,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-180,-10.0],[-176.0,-10.0],[-172.0,-10.0],[-168.0,-10.0],[-164.0,-10.0],[-160.0,-10.0],[-156.0,-10.0],[-152.0,-10.0],[-148.0,-10.0],[-144.0,-10.0],[-140.0,-10.0],[-136.0,-10.0],[-132.0,-10.0],[-128.0,-10.0],[-124.0,-10.0],[-120.0,-10.0],[-116.0,-10.0],[-112.0,-10.0],[-108.0,-10.0],[-104.0,-10.0],[-100.0,-10.0],[-96.0,-10.0],[-92.0,-10.0],[-88.0,-10.0],[-84.0,-10.0],[-80.0,-10.0],[-76.0,-10.0],[-72.0,-10.0],[-68.0,-10.0],[-64.0,-10.0],[-60.0,-10.0],[-56.0,-10.0],[-52.0,-10.0],[-48.0,-10.0],[-44.0,-10.0],[-40.0,-10.0],[-36.0,-10.0],[-32.0,-10.0],[-28.0,-10.0],[-24.0,-10.0],[-20.0,-10.0],[-16.0,-10.0],[-12.0,-10.0],[-8.0,-10.0],[-4.0,-10.0],[0.0,-10.0],[4.0,-10.0],[8.0,-10.0],[12.0,-10.0],[16.0,-10.0],[20.0,-10.0],[24.0,-10.0],[28.0,-10.0],[32.0,-10.0],[36.0,-10.0],[40.0,-10.0],[44.0,-10.0],[48.0,-10.0],[52.0,-10.0],[56.0,-10.0],[60.0,-10.0],[64.0,-10.0],[68.0,-10.0],[72.0,-10.0],[76.0,-10.0],[80.0,-10.0],[84.0,-10.0],[88.0,-10.0],[92.0,-10.0],[96.0,-10.0],[100.0,-10.0],[104.0,-10.0],[108.0,-10.0],[112.0,-10.0],[116.0,-10.0],[120.0,-10.0],[124.0,-10.0],[128.0,-10.0],[132.0,-10.0],[136.0,-10.0],[140.0,-10.0],[144.0,-10.0],[148.0,-10.0],[152.0,-10.0],[156.0,-10.0],[160.0,-10.0],[164.0,-10.0],[168.0,-10.0],[172.0,-10.0],[176.0,-10.0],[180.0,-10.0]]},
"properties": {
"degrees": 10,
"direction": "S",
"display":"10.0 S",
"dd":-10,
"FeatureCla":"Graticule","ScaleRank":6,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-180,0.0],[-176.0,0.0],[-172.0,0.0],[-168.0,0.0],[-164.0,0.0],[-160.0,0.0],[-156.0,0.0],[-152.0,0.0],[-148.0,0.0],[-144.0,0.0],[-140.0,0.0],[-136.0,0.0],[-132.0,0.0],[-128.0,0.0],[-124.0,0.0],[-120.0,0.0],[-116.0,0.0],[-112.0,0.0],[-108.0,0.0],[-104.0,0.0],[-100.0,0.0],[-96.0,0.0],[-92.0,0.0],[-88.0,0.0],[-84.0,0.0],[-80.0,0.0],[-76.0,0.0],[-72.0,0.0],[-68.0,0.0],[-64.0,0.0],[-60.0,0.0],[-56.0,0.0],[-52.0,0.0],[-48.0,0.0],[-44.0,0.0],[-40.0,0.0],[-36.0,0.0],[-32.0,0.0],[-28.0,0.0],[-24.0,0.0],[-20.0,0.0],[-16.0,0.0],[-12.0,0.0],[-8.0,0.0],[-4.0,0.0],[0.0,0.0],[4.0,0.0],[8.0,0.0],[12.0,0.0],[16.0,0.0],[20.0,0.0],[24.0,0.0],[28.0,0.0],[32.0,0.0],[36.0,0.0],[40.0,0.0],[44.0,0.0],[48.0,0.0],[52.0,0.0],[56.0,0.0],[60.0,0.0],[64.0,0.0],[68.0,0.0],[72.0,0.0],[76.0,0.0],[80.0,0.0],[84.0,0.0],[88.0,0.0],[92.0,0.0],[96.0,0.0],[100.0,0.0],[104.0,0.0],[108.0,0.0],[112.0,0.0],[116.0,0.0],[120.0,0.0],[124.0,0.0],[128.0,0.0],[132.0,0.0],[136.0,0.0],[140.0,0.0],[144.0,0.0],[148.0,0.0],[152.0,0.0],[156.0,0.0],[160.0,0.0],[164.0,0.0],[168.0,0.0],[172.0,0.0],[176.0,0.0],[180.0,0.0]]},
"properties": {
"degrees": 0,
"direction": "N",
"display":"0.0 N",
"dd":0,
"FeatureCla":"Graticule","ScaleRank":6,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-180,10.0],[-176.0,10.0],[-172.0,10.0],[-168.0,10.0],[-164.0,10.0],[-160.0,10.0],[-156.0,10.0],[-152.0,10.0],[-148.0,10.0],[-144.0,10.0],[-140.0,10.0],[-136.0,10.0],[-132.0,10.0],[-128.0,10.0],[-124.0,10.0],[-120.0,10.0],[-116.0,10.0],[-112.0,10.0],[-108.0,10.0],[-104.0,10.0],[-100.0,10.0],[-96.0,10.0],[-92.0,10.0],[-88.0,10.0],[-84.0,10.0],[-80.0,10.0],[-76.0,10.0],[-72.0,10.0],[-68.0,10.0],[-64.0,10.0],[-60.0,10.0],[-56.0,10.0],[-52.0,10.0],[-48.0,10.0],[-44.0,10.0],[-40.0,10.0],[-36.0,10.0],[-32.0,10.0],[-28.0,10.0],[-24.0,10.0],[-20.0,10.0],[-16.0,10.0],[-12.0,10.0],[-8.0,10.0],[-4.0,10.0],[0.0,10.0],[4.0,10.0],[8.0,10.0],[12.0,10.0],[16.0,10.0],[20.0,10.0],[24.0,10.0],[28.0,10.0],[32.0,10.0],[36.0,10.0],[40.0,10.0],[44.0,10.0],[48.0,10.0],[52.0,10.0],[56.0,10.0],[60.0,10.0],[64.0,10.0],[68.0,10.0],[72.0,10.0],[76.0,10.0],[80.0,10.0],[84.0,10.0],[88.0,10.0],[92.0,10.0],[96.0,10.0],[100.0,10.0],[104.0,10.0],[108.0,10.0],[112.0,10.0],[116.0,10.0],[120.0,10.0],[124.0,10.0],[128.0,10.0],[132.0,10.0],[136.0,10.0],[140.0,10.0],[144.0,10.0],[148.0,10.0],[152.0,10.0],[156.0,10.0],[160.0,10.0],[164.0,10.0],[168.0,10.0],[172.0,10.0],[176.0,10.0],[180.0,10.0]]},
"properties": {
"degrees": 10,
"direction": "N",
"display":"10.0 N",
"dd":10,
"FeatureCla":"Graticule","ScaleRank":6,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-180,20.0],[-176.0,20.0],[-172.0,20.0],[-168.0,20.0],[-164.0,20.0],[-160.0,20.0],[-156.0,20.0],[-152.0,20.0],[-148.0,20.0],[-144.0,20.0],[-140.0,20.0],[-136.0,20.0],[-132.0,20.0],[-128.0,20.0],[-124.0,20.0],[-120.0,20.0],[-116.0,20.0],[-112.0,20.0],[-108.0,20.0],[-104.0,20.0],[-100.0,20.0],[-96.0,20.0],[-92.0,20.0],[-88.0,20.0],[-84.0,20.0],[-80.0,20.0],[-76.0,20.0],[-72.0,20.0],[-68.0,20.0],[-64.0,20.0],[-60.0,20.0],[-56.0,20.0],[-52.0,20.0],[-48.0,20.0],[-44.0,20.0],[-40.0,20.0],[-36.0,20.0],[-32.0,20.0],[-28.0,20.0],[-24.0,20.0],[-20.0,20.0],[-16.0,20.0],[-12.0,20.0],[-8.0,20.0],[-4.0,20.0],[0.0,20.0],[4.0,20.0],[8.0,20.0],[12.0,20.0],[16.0,20.0],[20.0,20.0],[24.0,20.0],[28.0,20.0],[32.0,20.0],[36.0,20.0],[40.0,20.0],[44.0,20.0],[48.0,20.0],[52.0,20.0],[56.0,20.0],[60.0,20.0],[64.0,20.0],[68.0,20.0],[72.0,20.0],[76.0,20.0],[80.0,20.0],[84.0,20.0],[88.0,20.0],[92.0,20.0],[96.0,20.0],[100.0,20.0],[104.0,20.0],[108.0,20.0],[112.0,20.0],[116.0,20.0],[120.0,20.0],[124.0,20.0],[128.0,20.0],[132.0,20.0],[136.0,20.0],[140.0,20.0],[144.0,20.0],[148.0,20.0],[152.0,20.0],[156.0,20.0],[160.0,20.0],[164.0,20.0],[168.0,20.0],[172.0,20.0],[176.0,20.0],[180.0,20.0]]},
"properties": {
"degrees": 20,
"direction": "N",
"display":"20.0 N",
"dd":20,
"FeatureCla":"Graticule","ScaleRank":6,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-180,30.0],[-176.0,30.0],[-172.0,30.0],[-168.0,30.0],[-164.0,30.0],[-160.0,30.0],[-156.0,30.0],[-152.0,30.0],[-148.0,30.0],[-144.0,30.0],[-140.0,30.0],[-136.0,30.0],[-132.0,30.0],[-128.0,30.0],[-124.0,30.0],[-120.0,30.0],[-116.0,30.0],[-112.0,30.0],[-108.0,30.0],[-104.0,30.0],[-100.0,30.0],[-96.0,30.0],[-92.0,30.0],[-88.0,30.0],[-84.0,30.0],[-80.0,30.0],[-76.0,30.0],[-72.0,30.0],[-68.0,30.0],[-64.0,30.0],[-60.0,30.0],[-56.0,30.0],[-52.0,30.0],[-48.0,30.0],[-44.0,30.0],[-40.0,30.0],[-36.0,30.0],[-32.0,30.0],[-28.0,30.0],[-24.0,30.0],[-20.0,30.0],[-16.0,30.0],[-12.0,30.0],[-8.0,30.0],[-4.0,30.0],[0.0,30.0],[4.0,30.0],[8.0,30.0],[12.0,30.0],[16.0,30.0],[20.0,30.0],[24.0,30.0],[28.0,30.0],[32.0,30.0],[36.0,30.0],[40.0,30.0],[44.0,30.0],[48.0,30.0],[52.0,30.0],[56.0,30.0],[60.0,30.0],[64.0,30.0],[68.0,30.0],[72.0,30.0],[76.0,30.0],[80.0,30.0],[84.0,30.0],[88.0,30.0],[92.0,30.0],[96.0,30.0],[100.0,30.0],[104.0,30.0],[108.0,30.0],[112.0,30.0],[116.0,30.0],[120.0,30.0],[124.0,30.0],[128.0,30.0],[132.0,30.0],[136.0,30.0],[140.0,30.0],[144.0,30.0],[148.0,30.0],[152.0,30.0],[156.0,30.0],[160.0,30.0],[164.0,30.0],[168.0,30.0],[172.0,30.0],[176.0,30.0],[180.0,30.0]]},
"properties": {
"degrees": 30,
"direction": "N",
"display":"30.0 N",
"dd":30,
"FeatureCla":"Graticule","ScaleRank":6,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-180,40.0],[-176.0,40.0],[-172.0,40.0],[-168.0,40.0],[-164.0,40.0],[-160.0,40.0],[-156.0,40.0],[-152.0,40.0],[-148.0,40.0],[-144.0,40.0],[-140.0,40.0],[-136.0,40.0],[-132.0,40.0],[-128.0,40.0],[-124.0,40.0],[-120.0,40.0],[-116.0,40.0],[-112.0,40.0],[-108.0,40.0],[-104.0,40.0],[-100.0,40.0],[-96.0,40.0],[-92.0,40.0],[-88.0,40.0],[-84.0,40.0],[-80.0,40.0],[-76.0,40.0],[-72.0,40.0],[-68.0,40.0],[-64.0,40.0],[-60.0,40.0],[-56.0,40.0],[-52.0,40.0],[-48.0,40.0],[-44.0,40.0],[-40.0,40.0],[-36.0,40.0],[-32.0,40.0],[-28.0,40.0],[-24.0,40.0],[-20.0,40.0],[-16.0,40.0],[-12.0,40.0],[-8.0,40.0],[-4.0,40.0],[0.0,40.0],[4.0,40.0],[8.0,40.0],[12.0,40.0],[16.0,40.0],[20.0,40.0],[24.0,40.0],[28.0,40.0],[32.0,40.0],[36.0,40.0],[40.0,40.0],[44.0,40.0],[48.0,40.0],[52.0,40.0],[56.0,40.0],[60.0,40.0],[64.0,40.0],[68.0,40.0],[72.0,40.0],[76.0,40.0],[80.0,40.0],[84.0,40.0],[88.0,40.0],[92.0,40.0],[96.0,40.0],[100.0,40.0],[104.0,40.0],[108.0,40.0],[112.0,40.0],[116.0,40.0],[120.0,40.0],[124.0,40.0],[128.0,40.0],[132.0,40.0],[136.0,40.0],[140.0,40.0],[144.0,40.0],[148.0,40.0],[152.0,40.0],[156.0,40.0],[160.0,40.0],[164.0,40.0],[168.0,40.0],[172.0,40.0],[176.0,40.0],[180.0,40.0]]},
"properties": {
"degrees": 40,
"direction": "N",
"display":"40.0 N",
"dd":40,
"FeatureCla":"Graticule","ScaleRank":6,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-180,50.0],[-176.0,50.0],[-172.0,50.0],[-168.0,50.0],[-164.0,50.0],[-160.0,50.0],[-156.0,50.0],[-152.0,50.0],[-148.0,50.0],[-144.0,50.0],[-140.0,50.0],[-136.0,50.0],[-132.0,50.0],[-128.0,50.0],[-124.0,50.0],[-120.0,50.0],[-116.0,50.0],[-112.0,50.0],[-108.0,50.0],[-104.0,50.0],[-100.0,50.0],[-96.0,50.0],[-92.0,50.0],[-88.0,50.0],[-84.0,50.0],[-80.0,50.0],[-76.0,50.0],[-72.0,50.0],[-68.0,50.0],[-64.0,50.0],[-60.0,50.0],[-56.0,50.0],[-52.0,50.0],[-48.0,50.0],[-44.0,50.0],[-40.0,50.0],[-36.0,50.0],[-32.0,50.0],[-28.0,50.0],[-24.0,50.0],[-20.0,50.0],[-16.0,50.0],[-12.0,50.0],[-8.0,50.0],[-4.0,50.0],[0.0,50.0],[4.0,50.0],[8.0,50.0],[12.0,50.0],[16.0,50.0],[20.0,50.0],[24.0,50.0],[28.0,50.0],[32.0,50.0],[36.0,50.0],[40.0,50.0],[44.0,50.0],[48.0,50.0],[52.0,50.0],[56.0,50.0],[60.0,50.0],[64.0,50.0],[68.0,50.0],[72.0,50.0],[76.0,50.0],[80.0,50.0],[84.0,50.0],[88.0,50.0],[92.0,50.0],[96.0,50.0],[100.0,50.0],[104.0,50.0],[108.0,50.0],[112.0,50.0],[116.0,50.0],[120.0,50.0],[124.0,50.0],[128.0,50.0],[132.0,50.0],[136.0,50.0],[140.0,50.0],[144.0,50.0],[148.0,50.0],[152.0,50.0],[156.0,50.0],[160.0,50.0],[164.0,50.0],[168.0,50.0],[172.0,50.0],[176.0,50.0],[180.0,50.0]]},
"properties": {
"degrees": 50,
"direction": "N",
"display":"50.0 N",
"dd":50,
"FeatureCla":"Graticule","ScaleRank":6,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-180,60.0],[-176.0,60.0],[-172.0,60.0],[-168.0,60.0],[-164.0,60.0],[-160.0,60.0],[-156.0,60.0],[-152.0,60.0],[-148.0,60.0],[-144.0,60.0],[-140.0,60.0],[-136.0,60.0],[-132.0,60.0],[-128.0,60.0],[-124.0,60.0],[-120.0,60.0],[-116.0,60.0],[-112.0,60.0],[-108.0,60.0],[-104.0,60.0],[-100.0,60.0],[-96.0,60.0],[-92.0,60.0],[-88.0,60.0],[-84.0,60.0],[-80.0,60.0],[-76.0,60.0],[-72.0,60.0],[-68.0,60.0],[-64.0,60.0],[-60.0,60.0],[-56.0,60.0],[-52.0,60.0],[-48.0,60.0],[-44.0,60.0],[-40.0,60.0],[-36.0,60.0],[-32.0,60.0],[-28.0,60.0],[-24.0,60.0],[-20.0,60.0],[-16.0,60.0],[-12.0,60.0],[-8.0,60.0],[-4.0,60.0],[0.0,60.0],[4.0,60.0],[8.0,60.0],[12.0,60.0],[16.0,60.0],[20.0,60.0],[24.0,60.0],[28.0,60.0],[32.0,60.0],[36.0,60.0],[40.0,60.0],[44.0,60.0],[48.0,60.0],[52.0,60.0],[56.0,60.0],[60.0,60.0],[64.0,60.0],[68.0,60.0],[72.0,60.0],[76.0,60.0],[80.0,60.0],[84.0,60.0],[88.0,60.0],[92.0,60.0],[96.0,60.0],[100.0,60.0],[104.0,60.0],[108.0,60.0],[112.0,60.0],[116.0,60.0],[120.0,60.0],[124.0,60.0],[128.0,60.0],[132.0,60.0],[136.0,60.0],[140.0,60.0],[144.0,60.0],[148.0,60.0],[152.0,60.0],[156.0,60.0],[160.0,60.0],[164.0,60.0],[168.0,60.0],[172.0,60.0],[176.0,60.0],[180.0,60.0]]},
"properties": {
"degrees": 60,
"direction": "N",
"display":"60.0 N",
"dd":60,
"FeatureCla":"Graticule","ScaleRank":6,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-180,70.0],[-176.0,70.0],[-172.0,70.0],[-168.0,70.0],[-164.0,70.0],[-160.0,70.0],[-156.0,70.0],[-152.0,70.0],[-148.0,70.0],[-144.0,70.0],[-140.0,70.0],[-136.0,70.0],[-132.0,70.0],[-128.0,70.0],[-124.0,70.0],[-120.0,70.0],[-116.0,70.0],[-112.0,70.0],[-108.0,70.0],[-104.0,70.0],[-100.0,70.0],[-96.0,70.0],[-92.0,70.0],[-88.0,70.0],[-84.0,70.0],[-80.0,70.0],[-76.0,70.0],[-72.0,70.0],[-68.0,70.0],[-64.0,70.0],[-60.0,70.0],[-56.0,70.0],[-52.0,70.0],[-48.0,70.0],[-44.0,70.0],[-40.0,70.0],[-36.0,70.0],[-32.0,70.0],[-28.0,70.0],[-24.0,70.0],[-20.0,70.0],[-16.0,70.0],[-12.0,70.0],[-8.0,70.0],[-4.0,70.0],[0.0,70.0],[4.0,70.0],[8.0,70.0],[12.0,70.0],[16.0,70.0],[20.0,70.0],[24.0,70.0],[28.0,70.0],[32.0,70.0],[36.0,70.0],[40.0,70.0],[44.0,70.0],[48.0,70.0],[52.0,70.0],[56.0,70.0],[60.0,70.0],[64.0,70.0],[68.0,70.0],[72.0,70.0],[76.0,70.0],[80.0,70.0],[84.0,70.0],[88.0,70.0],[92.0,70.0],[96.0,70.0],[100.0,70.0],[104.0,70.0],[108.0,70.0],[112.0,70.0],[116.0,70.0],[120.0,70.0],[124.0,70.0],[128.0,70.0],[132.0,70.0],[136.0,70.0],[140.0,70.0],[144.0,70.0],[148.0,70.0],[152.0,70.0],[156.0,70.0],[160.0,70.0],[164.0,70.0],[168.0,70.0],[172.0,70.0],[176.0,70.0],[180.0,70.0]]},
"properties": {
"degrees": 70,
"direction": "N",
"display":"70.0 N",
"dd":70,
"FeatureCla":"Graticule","ScaleRank":6,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-180,80.0],[-176.0,80.0],[-172.0,80.0],[-168.0,80.0],[-164.0,80.0],[-160.0,80.0],[-156.0,80.0],[-152.0,80.0],[-148.0,80.0],[-144.0,80.0],[-140.0,80.0],[-136.0,80.0],[-132.0,80.0],[-128.0,80.0],[-124.0,80.0],[-120.0,80.0],[-116.0,80.0],[-112.0,80.0],[-108.0,80.0],[-104.0,80.0],[-100.0,80.0],[-96.0,80.0],[-92.0,80.0],[-88.0,80.0],[-84.0,80.0],[-80.0,80.0],[-76.0,80.0],[-72.0,80.0],[-68.0,80.0],[-64.0,80.0],[-60.0,80.0],[-56.0,80.0],[-52.0,80.0],[-48.0,80.0],[-44.0,80.0],[-40.0,80.0],[-36.0,80.0],[-32.0,80.0],[-28.0,80.0],[-24.0,80.0],[-20.0,80.0],[-16.0,80.0],[-12.0,80.0],[-8.0,80.0],[-4.0,80.0],[0.0,80.0],[4.0,80.0],[8.0,80.0],[12.0,80.0],[16.0,80.0],[20.0,80.0],[24.0,80.0],[28.0,80.0],[32.0,80.0],[36.0,80.0],[40.0,80.0],[44.0,80.0],[48.0,80.0],[52.0,80.0],[56.0,80.0],[60.0,80.0],[64.0,80.0],[68.0,80.0],[72.0,80.0],[76.0,80.0],[80.0,80.0],[84.0,80.0],[88.0,80.0],[92.0,80.0],[96.0,80.0],[100.0,80.0],[104.0,80.0],[108.0,80.0],[112.0,80.0],[116.0,80.0],[120.0,80.0],[124.0,80.0],[128.0,80.0],[132.0,80.0],[136.0,80.0],[140.0,80.0],[144.0,80.0],[148.0,80.0],[152.0,80.0],[156.0,80.0],[160.0,80.0],[164.0,80.0],[168.0,80.0],[172.0,80.0],[176.0,80.0],[180.0,80.0]]},
"properties": {
"degrees": 80,
"direction": "N",
"display":"80.0 N",
"dd":80,
"FeatureCla":"Graticule","ScaleRank":6,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-180,90.0],[-176.0,90.0],[-172.0,90.0],[-168.0,90.0],[-164.0,90.0],[-160.0,90.0],[-156.0,90.0],[-152.0,90.0],[-148.0,90.0],[-144.0,90.0],[-140.0,90.0],[-136.0,90.0],[-132.0,90.0],[-128.0,90.0],[-124.0,90.0],[-120.0,90.0],[-116.0,90.0],[-112.0,90.0],[-108.0,90.0],[-104.0,90.0],[-100.0,90.0],[-96.0,90.0],[-92.0,90.0],[-88.0,90.0],[-84.0,90.0],[-80.0,90.0],[-76.0,90.0],[-72.0,90.0],[-68.0,90.0],[-64.0,90.0],[-60.0,90.0],[-56.0,90.0],[-52.0,90.0],[-48.0,90.0],[-44.0,90.0],[-40.0,90.0],[-36.0,90.0],[-32.0,90.0],[-28.0,90.0],[-24.0,90.0],[-20.0,90.0],[-16.0,90.0],[-12.0,90.0],[-8.0,90.0],[-4.0,90.0],[0.0,90.0],[4.0,90.0],[8.0,90.0],[12.0,90.0],[16.0,90.0],[20.0,90.0],[24.0,90.0],[28.0,90.0],[32.0,90.0],[36.0,90.0],[40.0,90.0],[44.0,90.0],[48.0,90.0],[52.0,90.0],[56.0,90.0],[60.0,90.0],[64.0,90.0],[68.0,90.0],[72.0,90.0],[76.0,90.0],[80.0,90.0],[84.0,90.0],[88.0,90.0],[92.0,90.0],[96.0,90.0],[100.0,90.0],[104.0,90.0],[108.0,90.0],[112.0,90.0],[116.0,90.0],[120.0,90.0],[124.0,90.0],[128.0,90.0],[132.0,90.0],[136.0,90.0],[140.0,90.0],[144.0,90.0],[148.0,90.0],[152.0,90.0],[156.0,90.0],[160.0,90.0],[164.0,90.0],[168.0,90.0],[172.0,90.0],[176.0,90.0],[180.0,90.0]]},
"properties": {
"degrees": 90,
"direction": "N",
"display":"90.0 N",
"dd":90,
"FeatureCla":"Graticule","ScaleRank":6,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-180,-90],[-180,-86.0],[-180,-82.0],[-180,-78.0],[-180,-74.0],[-180,-70.0],[-180,-66.0],[-180,-62.0],[-180,-58.0],[-180,-54.0],[-180,-50.0],[-180,-46.0],[-180,-42.0],[-180,-38.0],[-180,-34.0],[-180,-30.0],[-180,-26.0],[-180,-22.0],[-180,-18.0],[-180,-14.0],[-180,-10.0],[-180,-6.0],[-180,-2.0],[-180,2.0],[-180,6.0],[-180,10.0],[-180,14.0],[-180,18.0],[-180,22.0],[-180,26.0],[-180,30.0],[-180,34.0],[-180,38.0],[-180,42.0],[-180,46.0],[-180,50.0],[-180,54.0],[-180,58.0],[-180,62.0],[-180,66.0],[-180,70.0],[-180,74.0],[-180,78.0],[-180,82.0],[-180,86.0],[-180,90.0]]},
"properties": {
"degrees": 180,
"direction": "E",
"display":"180 E",
"dd":-180,
"FeatureCla":"Graticule","ScaleRank":6,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-170.0,-90],[-170.0,-86.0],[-170.0,-82.0],[-170.0,-78.0],[-170.0,-74.0],[-170.0,-70.0],[-170.0,-66.0],[-170.0,-62.0],[-170.0,-58.0],[-170.0,-54.0],[-170.0,-50.0],[-170.0,-46.0],[-170.0,-42.0],[-170.0,-38.0],[-170.0,-34.0],[-170.0,-30.0],[-170.0,-26.0],[-170.0,-22.0],[-170.0,-18.0],[-170.0,-14.0],[-170.0,-10.0],[-170.0,-6.0],[-170.0,-2.0],[-170.0,2.0],[-170.0,6.0],[-170.0,10.0],[-170.0,14.0],[-170.0,18.0],[-170.0,22.0],[-170.0,26.0],[-170.0,30.0],[-170.0,34.0],[-170.0,38.0],[-170.0,42.0],[-170.0,46.0],[-170.0,50.0],[-170.0,54.0],[-170.0,58.0],[-170.0,62.0],[-170.0,66.0],[-170.0,70.0],[-170.0,74.0],[-170.0,78.0],[-170.0,82.0],[-170.0,86.0],[-170.0,90.0]]},
"properties": {
"degrees": 170,
"direction": "E",
"display":"170.0 E",
"dd":-170,
"FeatureCla":"Graticule","ScaleRank":6,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-160.0,-90],[-160.0,-86.0],[-160.0,-82.0],[-160.0,-78.0],[-160.0,-74.0],[-160.0,-70.0],[-160.0,-66.0],[-160.0,-62.0],[-160.0,-58.0],[-160.0,-54.0],[-160.0,-50.0],[-160.0,-46.0],[-160.0,-42.0],[-160.0,-38.0],[-160.0,-34.0],[-160.0,-30.0],[-160.0,-26.0],[-160.0,-22.0],[-160.0,-18.0],[-160.0,-14.0],[-160.0,-10.0],[-160.0,-6.0],[-160.0,-2.0],[-160.0,2.0],[-160.0,6.0],[-160.0,10.0],[-160.0,14.0],[-160.0,18.0],[-160.0,22.0],[-160.0,26.0],[-160.0,30.0],[-160.0,34.0],[-160.0,38.0],[-160.0,42.0],[-160.0,46.0],[-160.0,50.0],[-160.0,54.0],[-160.0,58.0],[-160.0,62.0],[-160.0,66.0],[-160.0,70.0],[-160.0,74.0],[-160.0,78.0],[-160.0,82.0],[-160.0,86.0],[-160.0,90.0]]},
"properties": {
"degrees": 160,
"direction": "E",
"display":"160.0 E",
"dd":-160,
"FeatureCla":"Graticule","ScaleRank":6,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-150.0,-90],[-150.0,-86.0],[-150.0,-82.0],[-150.0,-78.0],[-150.0,-74.0],[-150.0,-70.0],[-150.0,-66.0],[-150.0,-62.0],[-150.0,-58.0],[-150.0,-54.0],[-150.0,-50.0],[-150.0,-46.0],[-150.0,-42.0],[-150.0,-38.0],[-150.0,-34.0],[-150.0,-30.0],[-150.0,-26.0],[-150.0,-22.0],[-150.0,-18.0],[-150.0,-14.0],[-150.0,-10.0],[-150.0,-6.0],[-150.0,-2.0],[-150.0,2.0],[-150.0,6.0],[-150.0,10.0],[-150.0,14.0],[-150.0,18.0],[-150.0,22.0],[-150.0,26.0],[-150.0,30.0],[-150.0,34.0],[-150.0,38.0],[-150.0,42.0],[-150.0,46.0],[-150.0,50.0],[-150.0,54.0],[-150.0,58.0],[-150.0,62.0],[-150.0,66.0],[-150.0,70.0],[-150.0,74.0],[-150.0,78.0],[-150.0,82.0],[-150.0,86.0],[-150.0,90.0]]},
"properties": {
"degrees": 150,
"direction": "E",
"display":"150.0 E",
"dd":-150,
"FeatureCla":"Graticule","ScaleRank":6,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-140.0,-90],[-140.0,-86.0],[-140.0,-82.0],[-140.0,-78.0],[-140.0,-74.0],[-140.0,-70.0],[-140.0,-66.0],[-140.0,-62.0],[-140.0,-58.0],[-140.0,-54.0],[-140.0,-50.0],[-140.0,-46.0],[-140.0,-42.0],[-140.0,-38.0],[-140.0,-34.0],[-140.0,-30.0],[-140.0,-26.0],[-140.0,-22.0],[-140.0,-18.0],[-140.0,-14.0],[-140.0,-10.0],[-140.0,-6.0],[-140.0,-2.0],[-140.0,2.0],[-140.0,6.0],[-140.0,10.0],[-140.0,14.0],[-140.0,18.0],[-140.0,22.0],[-140.0,26.0],[-140.0,30.0],[-140.0,34.0],[-140.0,38.0],[-140.0,42.0],[-140.0,46.0],[-140.0,50.0],[-140.0,54.0],[-140.0,58.0],[-140.0,62.0],[-140.0,66.0],[-140.0,70.0],[-140.0,74.0],[-140.0,78.0],[-140.0,82.0],[-140.0,86.0],[-140.0,90.0]]},
"properties": {
"degrees": 140,
"direction": "E",
"display":"140.0 E",
"dd":-140,
"FeatureCla":"Graticule","ScaleRank":6,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-130.0,-90],[-130.0,-86.0],[-130.0,-82.0],[-130.0,-78.0],[-130.0,-74.0],[-130.0,-70.0],[-130.0,-66.0],[-130.0,-62.0],[-130.0,-58.0],[-130.0,-54.0],[-130.0,-50.0],[-130.0,-46.0],[-130.0,-42.0],[-130.0,-38.0],[-130.0,-34.0],[-130.0,-30.0],[-130.0,-26.0],[-130.0,-22.0],[-130.0,-18.0],[-130.0,-14.0],[-130.0,-10.0],[-130.0,-6.0],[-130.0,-2.0],[-130.0,2.0],[-130.0,6.0],[-130.0,10.0],[-130.0,14.0],[-130.0,18.0],[-130.0,22.0],[-130.0,26.0],[-130.0,30.0],[-130.0,34.0],[-130.0,38.0],[-130.0,42.0],[-130.0,46.0],[-130.0,50.0],[-130.0,54.0],[-130.0,58.0],[-130.0,62.0],[-130.0,66.0],[-130.0,70.0],[-130.0,74.0],[-130.0,78.0],[-130.0,82.0],[-130.0,86.0],[-130.0,90.0]]},
"properties": {
"degrees": 130,
"direction": "E",
"display":"130.0 E",
"dd":-130,
"FeatureCla":"Graticule","ScaleRank":6,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-120.0,-90],[-120.0,-86.0],[-120.0,-82.0],[-120.0,-78.0],[-120.0,-74.0],[-120.0,-70.0],[-120.0,-66.0],[-120.0,-62.0],[-120.0,-58.0],[-120.0,-54.0],[-120.0,-50.0],[-120.0,-46.0],[-120.0,-42.0],[-120.0,-38.0],[-120.0,-34.0],[-120.0,-30.0],[-120.0,-26.0],[-120.0,-22.0],[-120.0,-18.0],[-120.0,-14.0],[-120.0,-10.0],[-120.0,-6.0],[-120.0,-2.0],[-120.0,2.0],[-120.0,6.0],[-120.0,10.0],[-120.0,14.0],[-120.0,18.0],[-120.0,22.0],[-120.0,26.0],[-120.0,30.0],[-120.0,34.0],[-120.0,38.0],[-120.0,42.0],[-120.0,46.0],[-120.0,50.0],[-120.0,54.0],[-120.0,58.0],[-120.0,62.0],[-120.0,66.0],[-120.0,70.0],[-120.0,74.0],[-120.0,78.0],[-120.0,82.0],[-120.0,86.0],[-120.0,90.0]]},
"properties": {
"degrees": 120,
"direction": "E",
"display":"120.0 E",
"dd":-120,
"FeatureCla":"Graticule","ScaleRank":6,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-110.0,-90],[-110.0,-86.0],[-110.0,-82.0],[-110.0,-78.0],[-110.0,-74.0],[-110.0,-70.0],[-110.0,-66.0],[-110.0,-62.0],[-110.0,-58.0],[-110.0,-54.0],[-110.0,-50.0],[-110.0,-46.0],[-110.0,-42.0],[-110.0,-38.0],[-110.0,-34.0],[-110.0,-30.0],[-110.0,-26.0],[-110.0,-22.0],[-110.0,-18.0],[-110.0,-14.0],[-110.0,-10.0],[-110.0,-6.0],[-110.0,-2.0],[-110.0,2.0],[-110.0,6.0],[-110.0,10.0],[-110.0,14.0],[-110.0,18.0],[-110.0,22.0],[-110.0,26.0],[-110.0,30.0],[-110.0,34.0],[-110.0,38.0],[-110.0,42.0],[-110.0,46.0],[-110.0,50.0],[-110.0,54.0],[-110.0,58.0],[-110.0,62.0],[-110.0,66.0],[-110.0,70.0],[-110.0,74.0],[-110.0,78.0],[-110.0,82.0],[-110.0,86.0],[-110.0,90.0]]},
"properties": {
"degrees": 110,
"direction": "E",
"display":"110.0 E",
"dd":-110,
"FeatureCla":"Graticule","ScaleRank":6,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-100.0,-90],[-100.0,-86.0],[-100.0,-82.0],[-100.0,-78.0],[-100.0,-74.0],[-100.0,-70.0],[-100.0,-66.0],[-100.0,-62.0],[-100.0,-58.0],[-100.0,-54.0],[-100.0,-50.0],[-100.0,-46.0],[-100.0,-42.0],[-100.0,-38.0],[-100.0,-34.0],[-100.0,-30.0],[-100.0,-26.0],[-100.0,-22.0],[-100.0,-18.0],[-100.0,-14.0],[-100.0,-10.0],[-100.0,-6.0],[-100.0,-2.0],[-100.0,2.0],[-100.0,6.0],[-100.0,10.0],[-100.0,14.0],[-100.0,18.0],[-100.0,22.0],[-100.0,26.0],[-100.0,30.0],[-100.0,34.0],[-100.0,38.0],[-100.0,42.0],[-100.0,46.0],[-100.0,50.0],[-100.0,54.0],[-100.0,58.0],[-100.0,62.0],[-100.0,66.0],[-100.0,70.0],[-100.0,74.0],[-100.0,78.0],[-100.0,82.0],[-100.0,86.0],[-100.0,90.0]]},
"properties": {
"degrees": 100,
"direction": "E",
"display":"100.0 E",
"dd":-100,
"FeatureCla":"Graticule","ScaleRank":6,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-90.0,-90],[-90.0,-86.0],[-90.0,-82.0],[-90.0,-78.0],[-90.0,-74.0],[-90.0,-70.0],[-90.0,-66.0],[-90.0,-62.0],[-90.0,-58.0],[-90.0,-54.0],[-90.0,-50.0],[-90.0,-46.0],[-90.0,-42.0],[-90.0,-38.0],[-90.0,-34.0],[-90.0,-30.0],[-90.0,-26.0],[-90.0,-22.0],[-90.0,-18.0],[-90.0,-14.0],[-90.0,-10.0],[-90.0,-6.0],[-90.0,-2.0],[-90.0,2.0],[-90.0,6.0],[-90.0,10.0],[-90.0,14.0],[-90.0,18.0],[-90.0,22.0],[-90.0,26.0],[-90.0,30.0],[-90.0,34.0],[-90.0,38.0],[-90.0,42.0],[-90.0,46.0],[-90.0,50.0],[-90.0,54.0],[-90.0,58.0],[-90.0,62.0],[-90.0,66.0],[-90.0,70.0],[-90.0,74.0],[-90.0,78.0],[-90.0,82.0],[-90.0,86.0],[-90.0,90.0]]},
"properties": {
"degrees": 90,
"direction": "E",
"display":"90.0 E",
"dd":-90,
"FeatureCla":"Graticule","ScaleRank":6,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-80.0,-90],[-80.0,-86.0],[-80.0,-82.0],[-80.0,-78.0],[-80.0,-74.0],[-80.0,-70.0],[-80.0,-66.0],[-80.0,-62.0],[-80.0,-58.0],[-80.0,-54.0],[-80.0,-50.0],[-80.0,-46.0],[-80.0,-42.0],[-80.0,-38.0],[-80.0,-34.0],[-80.0,-30.0],[-80.0,-26.0],[-80.0,-22.0],[-80.0,-18.0],[-80.0,-14.0],[-80.0,-10.0],[-80.0,-6.0],[-80.0,-2.0],[-80.0,2.0],[-80.0,6.0],[-80.0,10.0],[-80.0,14.0],[-80.0,18.0],[-80.0,22.0],[-80.0,26.0],[-80.0,30.0],[-80.0,34.0],[-80.0,38.0],[-80.0,42.0],[-80.0,46.0],[-80.0,50.0],[-80.0,54.0],[-80.0,58.0],[-80.0,62.0],[-80.0,66.0],[-80.0,70.0],[-80.0,74.0],[-80.0,78.0],[-80.0,82.0],[-80.0,86.0],[-80.0,90.0]]},
"properties": {
"degrees": 80,
"direction": "E",
"display":"80.0 E",
"dd":-80,
"FeatureCla":"Graticule","ScaleRank":6,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-70.0,-90],[-70.0,-86.0],[-70.0,-82.0],[-70.0,-78.0],[-70.0,-74.0],[-70.0,-70.0],[-70.0,-66.0],[-70.0,-62.0],[-70.0,-58.0],[-70.0,-54.0],[-70.0,-50.0],[-70.0,-46.0],[-70.0,-42.0],[-70.0,-38.0],[-70.0,-34.0],[-70.0,-30.0],[-70.0,-26.0],[-70.0,-22.0],[-70.0,-18.0],[-70.0,-14.0],[-70.0,-10.0],[-70.0,-6.0],[-70.0,-2.0],[-70.0,2.0],[-70.0,6.0],[-70.0,10.0],[-70.0,14.0],[-70.0,18.0],[-70.0,22.0],[-70.0,26.0],[-70.0,30.0],[-70.0,34.0],[-70.0,38.0],[-70.0,42.0],[-70.0,46.0],[-70.0,50.0],[-70.0,54.0],[-70.0,58.0],[-70.0,62.0],[-70.0,66.0],[-70.0,70.0],[-70.0,74.0],[-70.0,78.0],[-70.0,82.0],[-70.0,86.0],[-70.0,90.0]]},
"properties": {
"degrees": 70,
"direction": "E",
"display":"70.0 E",
"dd":-70,
"FeatureCla":"Graticule","ScaleRank":6,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-60.0,-90],[-60.0,-86.0],[-60.0,-82.0],[-60.0,-78.0],[-60.0,-74.0],[-60.0,-70.0],[-60.0,-66.0],[-60.0,-62.0],[-60.0,-58.0],[-60.0,-54.0],[-60.0,-50.0],[-60.0,-46.0],[-60.0,-42.0],[-60.0,-38.0],[-60.0,-34.0],[-60.0,-30.0],[-60.0,-26.0],[-60.0,-22.0],[-60.0,-18.0],[-60.0,-14.0],[-60.0,-10.0],[-60.0,-6.0],[-60.0,-2.0],[-60.0,2.0],[-60.0,6.0],[-60.0,10.0],[-60.0,14.0],[-60.0,18.0],[-60.0,22.0],[-60.0,26.0],[-60.0,30.0],[-60.0,34.0],[-60.0,38.0],[-60.0,42.0],[-60.0,46.0],[-60.0,50.0],[-60.0,54.0],[-60.0,58.0],[-60.0,62.0],[-60.0,66.0],[-60.0,70.0],[-60.0,74.0],[-60.0,78.0],[-60.0,82.0],[-60.0,86.0],[-60.0,90.0]]},
"properties": {
"degrees": 60,
"direction": "E",
"display":"60.0 E",
"dd":-60,
"FeatureCla":"Graticule","ScaleRank":6,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-50.0,-90],[-50.0,-86.0],[-50.0,-82.0],[-50.0,-78.0],[-50.0,-74.0],[-50.0,-70.0],[-50.0,-66.0],[-50.0,-62.0],[-50.0,-58.0],[-50.0,-54.0],[-50.0,-50.0],[-50.0,-46.0],[-50.0,-42.0],[-50.0,-38.0],[-50.0,-34.0],[-50.0,-30.0],[-50.0,-26.0],[-50.0,-22.0],[-50.0,-18.0],[-50.0,-14.0],[-50.0,-10.0],[-50.0,-6.0],[-50.0,-2.0],[-50.0,2.0],[-50.0,6.0],[-50.0,10.0],[-50.0,14.0],[-50.0,18.0],[-50.0,22.0],[-50.0,26.0],[-50.0,30.0],[-50.0,34.0],[-50.0,38.0],[-50.0,42.0],[-50.0,46.0],[-50.0,50.0],[-50.0,54.0],[-50.0,58.0],[-50.0,62.0],[-50.0,66.0],[-50.0,70.0],[-50.0,74.0],[-50.0,78.0],[-50.0,82.0],[-50.0,86.0],[-50.0,90.0]]},
"properties": {
"degrees": 50,
"direction": "E",
"display":"50.0 E",
"dd":-50,
"FeatureCla":"Graticule","ScaleRank":6,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-40.0,-90],[-40.0,-86.0],[-40.0,-82.0],[-40.0,-78.0],[-40.0,-74.0],[-40.0,-70.0],[-40.0,-66.0],[-40.0,-62.0],[-40.0,-58.0],[-40.0,-54.0],[-40.0,-50.0],[-40.0,-46.0],[-40.0,-42.0],[-40.0,-38.0],[-40.0,-34.0],[-40.0,-30.0],[-40.0,-26.0],[-40.0,-22.0],[-40.0,-18.0],[-40.0,-14.0],[-40.0,-10.0],[-40.0,-6.0],[-40.0,-2.0],[-40.0,2.0],[-40.0,6.0],[-40.0,10.0],[-40.0,14.0],[-40.0,18.0],[-40.0,22.0],[-40.0,26.0],[-40.0,30.0],[-40.0,34.0],[-40.0,38.0],[-40.0,42.0],[-40.0,46.0],[-40.0,50.0],[-40.0,54.0],[-40.0,58.0],[-40.0,62.0],[-40.0,66.0],[-40.0,70.0],[-40.0,74.0],[-40.0,78.0],[-40.0,82.0],[-40.0,86.0],[-40.0,90.0]]},
"properties": {
"degrees": 40,
"direction": "E",
"display":"40.0 E",
"dd":-40,
"FeatureCla":"Graticule","ScaleRank":6,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-30.0,-90],[-30.0,-86.0],[-30.0,-82.0],[-30.0,-78.0],[-30.0,-74.0],[-30.0,-70.0],[-30.0,-66.0],[-30.0,-62.0],[-30.0,-58.0],[-30.0,-54.0],[-30.0,-50.0],[-30.0,-46.0],[-30.0,-42.0],[-30.0,-38.0],[-30.0,-34.0],[-30.0,-30.0],[-30.0,-26.0],[-30.0,-22.0],[-30.0,-18.0],[-30.0,-14.0],[-30.0,-10.0],[-30.0,-6.0],[-30.0,-2.0],[-30.0,2.0],[-30.0,6.0],[-30.0,10.0],[-30.0,14.0],[-30.0,18.0],[-30.0,22.0],[-30.0,26.0],[-30.0,30.0],[-30.0,34.0],[-30.0,38.0],[-30.0,42.0],[-30.0,46.0],[-30.0,50.0],[-30.0,54.0],[-30.0,58.0],[-30.0,62.0],[-30.0,66.0],[-30.0,70.0],[-30.0,74.0],[-30.0,78.0],[-30.0,82.0],[-30.0,86.0],[-30.0,90.0]]},
"properties": {
"degrees": 30,
"direction": "E",
"display":"30.0 E",
"dd":-30,
"FeatureCla":"Graticule","ScaleRank":6,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-20.0,-90],[-20.0,-86.0],[-20.0,-82.0],[-20.0,-78.0],[-20.0,-74.0],[-20.0,-70.0],[-20.0,-66.0],[-20.0,-62.0],[-20.0,-58.0],[-20.0,-54.0],[-20.0,-50.0],[-20.0,-46.0],[-20.0,-42.0],[-20.0,-38.0],[-20.0,-34.0],[-20.0,-30.0],[-20.0,-26.0],[-20.0,-22.0],[-20.0,-18.0],[-20.0,-14.0],[-20.0,-10.0],[-20.0,-6.0],[-20.0,-2.0],[-20.0,2.0],[-20.0,6.0],[-20.0,10.0],[-20.0,14.0],[-20.0,18.0],[-20.0,22.0],[-20.0,26.0],[-20.0,30.0],[-20.0,34.0],[-20.0,38.0],[-20.0,42.0],[-20.0,46.0],[-20.0,50.0],[-20.0,54.0],[-20.0,58.0],[-20.0,62.0],[-20.0,66.0],[-20.0,70.0],[-20.0,74.0],[-20.0,78.0],[-20.0,82.0],[-20.0,86.0],[-20.0,90.0]]},
"properties": {
"degrees": 20,
"direction": "E",
"display":"20.0 E",
"dd":-20,
"FeatureCla":"Graticule","ScaleRank":6,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-10.0,-90],[-10.0,-86.0],[-10.0,-82.0],[-10.0,-78.0],[-10.0,-74.0],[-10.0,-70.0],[-10.0,-66.0],[-10.0,-62.0],[-10.0,-58.0],[-10.0,-54.0],[-10.0,-50.0],[-10.0,-46.0],[-10.0,-42.0],[-10.0,-38.0],[-10.0,-34.0],[-10.0,-30.0],[-10.0,-26.0],[-10.0,-22.0],[-10.0,-18.0],[-10.0,-14.0],[-10.0,-10.0],[-10.0,-6.0],[-10.0,-2.0],[-10.0,2.0],[-10.0,6.0],[-10.0,10.0],[-10.0,14.0],[-10.0,18.0],[-10.0,22.0],[-10.0,26.0],[-10.0,30.0],[-10.0,34.0],[-10.0,38.0],[-10.0,42.0],[-10.0,46.0],[-10.0,50.0],[-10.0,54.0],[-10.0,58.0],[-10.0,62.0],[-10.0,66.0],[-10.0,70.0],[-10.0,74.0],[-10.0,78.0],[-10.0,82.0],[-10.0,86.0],[-10.0,90.0]]},
"properties": {
"degrees": 10,
"direction": "E",
"display":"10.0 E",
"dd":-10,
"FeatureCla":"Graticule","ScaleRank":6,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[0.0,-90],[0.0,-86.0],[0.0,-82.0],[0.0,-78.0],[0.0,-74.0],[0.0,-70.0],[0.0,-66.0],[0.0,-62.0],[0.0,-58.0],[0.0,-54.0],[0.0,-50.0],[0.0,-46.0],[0.0,-42.0],[0.0,-38.0],[0.0,-34.0],[0.0,-30.0],[0.0,-26.0],[0.0,-22.0],[0.0,-18.0],[0.0,-14.0],[0.0,-10.0],[0.0,-6.0],[0.0,-2.0],[0.0,2.0],[0.0,6.0],[0.0,10.0],[0.0,14.0],[0.0,18.0],[0.0,22.0],[0.0,26.0],[0.0,30.0],[0.0,34.0],[0.0,38.0],[0.0,42.0],[0.0,46.0],[0.0,50.0],[0.0,54.0],[0.0,58.0],[0.0,62.0],[0.0,66.0],[0.0,70.0],[0.0,74.0],[0.0,78.0],[0.0,82.0],[0.0,86.0],[0.0,90.0]]},
"properties": {
"degrees": 0,
"direction": "W",
"display":"0.0 W",
"dd":0,
"FeatureCla":"Graticule","ScaleRank":6,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[10.0,-90],[10.0,-86.0],[10.0,-82.0],[10.0,-78.0],[10.0,-74.0],[10.0,-70.0],[10.0,-66.0],[10.0,-62.0],[10.0,-58.0],[10.0,-54.0],[10.0,-50.0],[10.0,-46.0],[10.0,-42.0],[10.0,-38.0],[10.0,-34.0],[10.0,-30.0],[10.0,-26.0],[10.0,-22.0],[10.0,-18.0],[10.0,-14.0],[10.0,-10.0],[10.0,-6.0],[10.0,-2.0],[10.0,2.0],[10.0,6.0],[10.0,10.0],[10.0,14.0],[10.0,18.0],[10.0,22.0],[10.0,26.0],[10.0,30.0],[10.0,34.0],[10.0,38.0],[10.0,42.0],[10.0,46.0],[10.0,50.0],[10.0,54.0],[10.0,58.0],[10.0,62.0],[10.0,66.0],[10.0,70.0],[10.0,74.0],[10.0,78.0],[10.0,82.0],[10.0,86.0],[10.0,90.0]]},
"properties": {
"degrees": 10,
"direction": "W",
"display":"10.0 W",
"dd":10,
"FeatureCla":"Graticule","ScaleRank":6,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[20.0,-90],[20.0,-86.0],[20.0,-82.0],[20.0,-78.0],[20.0,-74.0],[20.0,-70.0],[20.0,-66.0],[20.0,-62.0],[20.0,-58.0],[20.0,-54.0],[20.0,-50.0],[20.0,-46.0],[20.0,-42.0],[20.0,-38.0],[20.0,-34.0],[20.0,-30.0],[20.0,-26.0],[20.0,-22.0],[20.0,-18.0],[20.0,-14.0],[20.0,-10.0],[20.0,-6.0],[20.0,-2.0],[20.0,2.0],[20.0,6.0],[20.0,10.0],[20.0,14.0],[20.0,18.0],[20.0,22.0],[20.0,26.0],[20.0,30.0],[20.0,34.0],[20.0,38.0],[20.0,42.0],[20.0,46.0],[20.0,50.0],[20.0,54.0],[20.0,58.0],[20.0,62.0],[20.0,66.0],[20.0,70.0],[20.0,74.0],[20.0,78.0],[20.0,82.0],[20.0,86.0],[20.0,90.0]]},
"properties": {
"degrees": 20,
"direction": "W",
"display":"20.0 W",
"dd":20,
"FeatureCla":"Graticule","ScaleRank":6,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[30.0,-90],[30.0,-86.0],[30.0,-82.0],[30.0,-78.0],[30.0,-74.0],[30.0,-70.0],[30.0,-66.0],[30.0,-62.0],[30.0,-58.0],[30.0,-54.0],[30.0,-50.0],[30.0,-46.0],[30.0,-42.0],[30.0,-38.0],[30.0,-34.0],[30.0,-30.0],[30.0,-26.0],[30.0,-22.0],[30.0,-18.0],[30.0,-14.0],[30.0,-10.0],[30.0,-6.0],[30.0,-2.0],[30.0,2.0],[30.0,6.0],[30.0,10.0],[30.0,14.0],[30.0,18.0],[30.0,22.0],[30.0,26.0],[30.0,30.0],[30.0,34.0],[30.0,38.0],[30.0,42.0],[30.0,46.0],[30.0,50.0],[30.0,54.0],[30.0,58.0],[30.0,62.0],[30.0,66.0],[30.0,70.0],[30.0,74.0],[30.0,78.0],[30.0,82.0],[30.0,86.0],[30.0,90.0]]},
"properties": {
"degrees": 30,
"direction": "W",
"display":"30.0 W",
"dd":30,
"FeatureCla":"Graticule","ScaleRank":6,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[40.0,-90],[40.0,-86.0],[40.0,-82.0],[40.0,-78.0],[40.0,-74.0],[40.0,-70.0],[40.0,-66.0],[40.0,-62.0],[40.0,-58.0],[40.0,-54.0],[40.0,-50.0],[40.0,-46.0],[40.0,-42.0],[40.0,-38.0],[40.0,-34.0],[40.0,-30.0],[40.0,-26.0],[40.0,-22.0],[40.0,-18.0],[40.0,-14.0],[40.0,-10.0],[40.0,-6.0],[40.0,-2.0],[40.0,2.0],[40.0,6.0],[40.0,10.0],[40.0,14.0],[40.0,18.0],[40.0,22.0],[40.0,26.0],[40.0,30.0],[40.0,34.0],[40.0,38.0],[40.0,42.0],[40.0,46.0],[40.0,50.0],[40.0,54.0],[40.0,58.0],[40.0,62.0],[40.0,66.0],[40.0,70.0],[40.0,74.0],[40.0,78.0],[40.0,82.0],[40.0,86.0],[40.0,90.0]]},
"properties": {
"degrees": 40,
"direction": "W",
"display":"40.0 W",
"dd":40,
"FeatureCla":"Graticule","ScaleRank":6,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[50.0,-90],[50.0,-86.0],[50.0,-82.0],[50.0,-78.0],[50.0,-74.0],[50.0,-70.0],[50.0,-66.0],[50.0,-62.0],[50.0,-58.0],[50.0,-54.0],[50.0,-50.0],[50.0,-46.0],[50.0,-42.0],[50.0,-38.0],[50.0,-34.0],[50.0,-30.0],[50.0,-26.0],[50.0,-22.0],[50.0,-18.0],[50.0,-14.0],[50.0,-10.0],[50.0,-6.0],[50.0,-2.0],[50.0,2.0],[50.0,6.0],[50.0,10.0],[50.0,14.0],[50.0,18.0],[50.0,22.0],[50.0,26.0],[50.0,30.0],[50.0,34.0],[50.0,38.0],[50.0,42.0],[50.0,46.0],[50.0,50.0],[50.0,54.0],[50.0,58.0],[50.0,62.0],[50.0,66.0],[50.0,70.0],[50.0,74.0],[50.0,78.0],[50.0,82.0],[50.0,86.0],[50.0,90.0]]},
"properties": {
"degrees": 50,
"direction": "W",
"display":"50.0 W",
"dd":50,
"FeatureCla":"Graticule","ScaleRank":6,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[60.0,-90],[60.0,-86.0],[60.0,-82.0],[60.0,-78.0],[60.0,-74.0],[60.0,-70.0],[60.0,-66.0],[60.0,-62.0],[60.0,-58.0],[60.0,-54.0],[60.0,-50.0],[60.0,-46.0],[60.0,-42.0],[60.0,-38.0],[60.0,-34.0],[60.0,-30.0],[60.0,-26.0],[60.0,-22.0],[60.0,-18.0],[60.0,-14.0],[60.0,-10.0],[60.0,-6.0],[60.0,-2.0],[60.0,2.0],[60.0,6.0],[60.0,10.0],[60.0,14.0],[60.0,18.0],[60.0,22.0],[60.0,26.0],[60.0,30.0],[60.0,34.0],[60.0,38.0],[60.0,42.0],[60.0,46.0],[60.0,50.0],[60.0,54.0],[60.0,58.0],[60.0,62.0],[60.0,66.0],[60.0,70.0],[60.0,74.0],[60.0,78.0],[60.0,82.0],[60.0,86.0],[60.0,90.0]]},
"properties": {
"degrees": 60,
"direction": "W",
"display":"60.0 W",
"dd":60,
"FeatureCla":"Graticule","ScaleRank":6,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[70.0,-90],[70.0,-86.0],[70.0,-82.0],[70.0,-78.0],[70.0,-74.0],[70.0,-70.0],[70.0,-66.0],[70.0,-62.0],[70.0,-58.0],[70.0,-54.0],[70.0,-50.0],[70.0,-46.0],[70.0,-42.0],[70.0,-38.0],[70.0,-34.0],[70.0,-30.0],[70.0,-26.0],[70.0,-22.0],[70.0,-18.0],[70.0,-14.0],[70.0,-10.0],[70.0,-6.0],[70.0,-2.0],[70.0,2.0],[70.0,6.0],[70.0,10.0],[70.0,14.0],[70.0,18.0],[70.0,22.0],[70.0,26.0],[70.0,30.0],[70.0,34.0],[70.0,38.0],[70.0,42.0],[70.0,46.0],[70.0,50.0],[70.0,54.0],[70.0,58.0],[70.0,62.0],[70.0,66.0],[70.0,70.0],[70.0,74.0],[70.0,78.0],[70.0,82.0],[70.0,86.0],[70.0,90.0]]},
"properties": {
"degrees": 70,
"direction": "W",
"display":"70.0 W",
"dd":70,
"FeatureCla":"Graticule","ScaleRank":6,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[80.0,-90],[80.0,-86.0],[80.0,-82.0],[80.0,-78.0],[80.0,-74.0],[80.0,-70.0],[80.0,-66.0],[80.0,-62.0],[80.0,-58.0],[80.0,-54.0],[80.0,-50.0],[80.0,-46.0],[80.0,-42.0],[80.0,-38.0],[80.0,-34.0],[80.0,-30.0],[80.0,-26.0],[80.0,-22.0],[80.0,-18.0],[80.0,-14.0],[80.0,-10.0],[80.0,-6.0],[80.0,-2.0],[80.0,2.0],[80.0,6.0],[80.0,10.0],[80.0,14.0],[80.0,18.0],[80.0,22.0],[80.0,26.0],[80.0,30.0],[80.0,34.0],[80.0,38.0],[80.0,42.0],[80.0,46.0],[80.0,50.0],[80.0,54.0],[80.0,58.0],[80.0,62.0],[80.0,66.0],[80.0,70.0],[80.0,74.0],[80.0,78.0],[80.0,82.0],[80.0,86.0],[80.0,90.0]]},
"properties": {
"degrees": 80,
"direction": "W",
"display":"80.0 W",
"dd":80,
"FeatureCla":"Graticule","ScaleRank":6,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[90.0,-90],[90.0,-86.0],[90.0,-82.0],[90.0,-78.0],[90.0,-74.0],[90.0,-70.0],[90.0,-66.0],[90.0,-62.0],[90.0,-58.0],[90.0,-54.0],[90.0,-50.0],[90.0,-46.0],[90.0,-42.0],[90.0,-38.0],[90.0,-34.0],[90.0,-30.0],[90.0,-26.0],[90.0,-22.0],[90.0,-18.0],[90.0,-14.0],[90.0,-10.0],[90.0,-6.0],[90.0,-2.0],[90.0,2.0],[90.0,6.0],[90.0,10.0],[90.0,14.0],[90.0,18.0],[90.0,22.0],[90.0,26.0],[90.0,30.0],[90.0,34.0],[90.0,38.0],[90.0,42.0],[90.0,46.0],[90.0,50.0],[90.0,54.0],[90.0,58.0],[90.0,62.0],[90.0,66.0],[90.0,70.0],[90.0,74.0],[90.0,78.0],[90.0,82.0],[90.0,86.0],[90.0,90.0]]},
"properties": {
"degrees": 90,
"direction": "W",
"display":"90.0 W",
"dd":90,
"FeatureCla":"Graticule","ScaleRank":6,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[100.0,-90],[100.0,-86.0],[100.0,-82.0],[100.0,-78.0],[100.0,-74.0],[100.0,-70.0],[100.0,-66.0],[100.0,-62.0],[100.0,-58.0],[100.0,-54.0],[100.0,-50.0],[100.0,-46.0],[100.0,-42.0],[100.0,-38.0],[100.0,-34.0],[100.0,-30.0],[100.0,-26.0],[100.0,-22.0],[100.0,-18.0],[100.0,-14.0],[100.0,-10.0],[100.0,-6.0],[100.0,-2.0],[100.0,2.0],[100.0,6.0],[100.0,10.0],[100.0,14.0],[100.0,18.0],[100.0,22.0],[100.0,26.0],[100.0,30.0],[100.0,34.0],[100.0,38.0],[100.0,42.0],[100.0,46.0],[100.0,50.0],[100.0,54.0],[100.0,58.0],[100.0,62.0],[100.0,66.0],[100.0,70.0],[100.0,74.0],[100.0,78.0],[100.0,82.0],[100.0,86.0],[100.0,90.0]]},
"properties": {
"degrees": 100,
"direction": "W",
"display":"100.0 W",
"dd":100,
"FeatureCla":"Graticule","ScaleRank":6,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[110.0,-90],[110.0,-86.0],[110.0,-82.0],[110.0,-78.0],[110.0,-74.0],[110.0,-70.0],[110.0,-66.0],[110.0,-62.0],[110.0,-58.0],[110.0,-54.0],[110.0,-50.0],[110.0,-46.0],[110.0,-42.0],[110.0,-38.0],[110.0,-34.0],[110.0,-30.0],[110.0,-26.0],[110.0,-22.0],[110.0,-18.0],[110.0,-14.0],[110.0,-10.0],[110.0,-6.0],[110.0,-2.0],[110.0,2.0],[110.0,6.0],[110.0,10.0],[110.0,14.0],[110.0,18.0],[110.0,22.0],[110.0,26.0],[110.0,30.0],[110.0,34.0],[110.0,38.0],[110.0,42.0],[110.0,46.0],[110.0,50.0],[110.0,54.0],[110.0,58.0],[110.0,62.0],[110.0,66.0],[110.0,70.0],[110.0,74.0],[110.0,78.0],[110.0,82.0],[110.0,86.0],[110.0,90.0]]},
"properties": {
"degrees": 110,
"direction": "W",
"display":"110.0 W",
"dd":110,
"FeatureCla":"Graticule","ScaleRank":6,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[120.0,-90],[120.0,-86.0],[120.0,-82.0],[120.0,-78.0],[120.0,-74.0],[120.0,-70.0],[120.0,-66.0],[120.0,-62.0],[120.0,-58.0],[120.0,-54.0],[120.0,-50.0],[120.0,-46.0],[120.0,-42.0],[120.0,-38.0],[120.0,-34.0],[120.0,-30.0],[120.0,-26.0],[120.0,-22.0],[120.0,-18.0],[120.0,-14.0],[120.0,-10.0],[120.0,-6.0],[120.0,-2.0],[120.0,2.0],[120.0,6.0],[120.0,10.0],[120.0,14.0],[120.0,18.0],[120.0,22.0],[120.0,26.0],[120.0,30.0],[120.0,34.0],[120.0,38.0],[120.0,42.0],[120.0,46.0],[120.0,50.0],[120.0,54.0],[120.0,58.0],[120.0,62.0],[120.0,66.0],[120.0,70.0],[120.0,74.0],[120.0,78.0],[120.0,82.0],[120.0,86.0],[120.0,90.0]]},
"properties": {
"degrees": 120,
"direction": "W",
"display":"120.0 W",
"dd":120,
"FeatureCla":"Graticule","ScaleRank":6,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[130.0,-90],[130.0,-86.0],[130.0,-82.0],[130.0,-78.0],[130.0,-74.0],[130.0,-70.0],[130.0,-66.0],[130.0,-62.0],[130.0,-58.0],[130.0,-54.0],[130.0,-50.0],[130.0,-46.0],[130.0,-42.0],[130.0,-38.0],[130.0,-34.0],[130.0,-30.0],[130.0,-26.0],[130.0,-22.0],[130.0,-18.0],[130.0,-14.0],[130.0,-10.0],[130.0,-6.0],[130.0,-2.0],[130.0,2.0],[130.0,6.0],[130.0,10.0],[130.0,14.0],[130.0,18.0],[130.0,22.0],[130.0,26.0],[130.0,30.0],[130.0,34.0],[130.0,38.0],[130.0,42.0],[130.0,46.0],[130.0,50.0],[130.0,54.0],[130.0,58.0],[130.0,62.0],[130.0,66.0],[130.0,70.0],[130.0,74.0],[130.0,78.0],[130.0,82.0],[130.0,86.0],[130.0,90.0]]},
"properties": {
"degrees": 130,
"direction": "W",
"display":"130.0 W",
"dd":130,
"FeatureCla":"Graticule","ScaleRank":6,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[140.0,-90],[140.0,-86.0],[140.0,-82.0],[140.0,-78.0],[140.0,-74.0],[140.0,-70.0],[140.0,-66.0],[140.0,-62.0],[140.0,-58.0],[140.0,-54.0],[140.0,-50.0],[140.0,-46.0],[140.0,-42.0],[140.0,-38.0],[140.0,-34.0],[140.0,-30.0],[140.0,-26.0],[140.0,-22.0],[140.0,-18.0],[140.0,-14.0],[140.0,-10.0],[140.0,-6.0],[140.0,-2.0],[140.0,2.0],[140.0,6.0],[140.0,10.0],[140.0,14.0],[140.0,18.0],[140.0,22.0],[140.0,26.0],[140.0,30.0],[140.0,34.0],[140.0,38.0],[140.0,42.0],[140.0,46.0],[140.0,50.0],[140.0,54.0],[140.0,58.0],[140.0,62.0],[140.0,66.0],[140.0,70.0],[140.0,74.0],[140.0,78.0],[140.0,82.0],[140.0,86.0],[140.0,90.0]]},
"properties": {
"degrees": 140,
"direction": "W",
"display":"140.0 W",
"dd":140,
"FeatureCla":"Graticule","ScaleRank":6,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[150.0,-90],[150.0,-86.0],[150.0,-82.0],[150.0,-78.0],[150.0,-74.0],[150.0,-70.0],[150.0,-66.0],[150.0,-62.0],[150.0,-58.0],[150.0,-54.0],[150.0,-50.0],[150.0,-46.0],[150.0,-42.0],[150.0,-38.0],[150.0,-34.0],[150.0,-30.0],[150.0,-26.0],[150.0,-22.0],[150.0,-18.0],[150.0,-14.0],[150.0,-10.0],[150.0,-6.0],[150.0,-2.0],[150.0,2.0],[150.0,6.0],[150.0,10.0],[150.0,14.0],[150.0,18.0],[150.0,22.0],[150.0,26.0],[150.0,30.0],[150.0,34.0],[150.0,38.0],[150.0,42.0],[150.0,46.0],[150.0,50.0],[150.0,54.0],[150.0,58.0],[150.0,62.0],[150.0,66.0],[150.0,70.0],[150.0,74.0],[150.0,78.0],[150.0,82.0],[150.0,86.0],[150.0,90.0]]},
"properties": {
"degrees": 150,
"direction": "W",
"display":"150.0 W",
"dd":150,
"FeatureCla":"Graticule","ScaleRank":6,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[160.0,-90],[160.0,-86.0],[160.0,-82.0],[160.0,-78.0],[160.0,-74.0],[160.0,-70.0],[160.0,-66.0],[160.0,-62.0],[160.0,-58.0],[160.0,-54.0],[160.0,-50.0],[160.0,-46.0],[160.0,-42.0],[160.0,-38.0],[160.0,-34.0],[160.0,-30.0],[160.0,-26.0],[160.0,-22.0],[160.0,-18.0],[160.0,-14.0],[160.0,-10.0],[160.0,-6.0],[160.0,-2.0],[160.0,2.0],[160.0,6.0],[160.0,10.0],[160.0,14.0],[160.0,18.0],[160.0,22.0],[160.0,26.0],[160.0,30.0],[160.0,34.0],[160.0,38.0],[160.0,42.0],[160.0,46.0],[160.0,50.0],[160.0,54.0],[160.0,58.0],[160.0,62.0],[160.0,66.0],[160.0,70.0],[160.0,74.0],[160.0,78.0],[160.0,82.0],[160.0,86.0],[160.0,90.0]]},
"properties": {
"degrees": 160,
"direction": "W",
"display":"160.0 W",
"dd":160,
"FeatureCla":"Graticule","ScaleRank":6,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[170.0,-90],[170.0,-86.0],[170.0,-82.0],[170.0,-78.0],[170.0,-74.0],[170.0,-70.0],[170.0,-66.0],[170.0,-62.0],[170.0,-58.0],[170.0,-54.0],[170.0,-50.0],[170.0,-46.0],[170.0,-42.0],[170.0,-38.0],[170.0,-34.0],[170.0,-30.0],[170.0,-26.0],[170.0,-22.0],[170.0,-18.0],[170.0,-14.0],[170.0,-10.0],[170.0,-6.0],[170.0,-2.0],[170.0,2.0],[170.0,6.0],[170.0,10.0],[170.0,14.0],[170.0,18.0],[170.0,22.0],[170.0,26.0],[170.0,30.0],[170.0,34.0],[170.0,38.0],[170.0,42.0],[170.0,46.0],[170.0,50.0],[170.0,54.0],[170.0,58.0],[170.0,62.0],[170.0,66.0],[170.0,70.0],[170.0,74.0],[170.0,78.0],[170.0,82.0],[170.0,86.0],[170.0,90.0]]},
"properties": {
"degrees": 170,
"direction": "W",
"display":"170.0 W",
"dd":170,
"FeatureCla":"Graticule","ScaleRank":6,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[180.0,-90],[180.0,-86.0],[180.0,-82.0],[180.0,-78.0],[180.0,-74.0],[180.0,-70.0],[180.0,-66.0],[180.0,-62.0],[180.0,-58.0],[180.0,-54.0],[180.0,-50.0],[180.0,-46.0],[180.0,-42.0],[180.0,-38.0],[180.0,-34.0],[180.0,-30.0],[180.0,-26.0],[180.0,-22.0],[180.0,-18.0],[180.0,-14.0],[180.0,-10.0],[180.0,-6.0],[180.0,-2.0],[180.0,2.0],[180.0,6.0],[180.0,10.0],[180.0,14.0],[180.0,18.0],[180.0,22.0],[180.0,26.0],[180.0,30.0],[180.0,34.0],[180.0,38.0],[180.0,42.0],[180.0,46.0],[180.0,50.0],[180.0,54.0],[180.0,58.0],[180.0,62.0],[180.0,66.0],[180.0,70.0],[180.0,74.0],[180.0,78.0],[180.0,82.0],[180.0,86.0],[180.0,90.0]]},
"properties": {
"degrees": 180,
"direction": "W",
"display":"180.0 W",
"dd":180,
"FeatureCla":"Graticule","ScaleRank":6,
}
},
]}

View File

@ -0,0 +1,457 @@
{ "type": "FeatureCollection","features": [{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-180,-90],[-176.0,-90],[-172.0,-90],[-168.0,-90],[-164.0,-90],[-160.0,-90],[-156.0,-90],[-152.0,-90],[-148.0,-90],[-144.0,-90],[-140.0,-90],[-136.0,-90],[-132.0,-90],[-128.0,-90],[-124.0,-90],[-120.0,-90],[-116.0,-90],[-112.0,-90],[-108.0,-90],[-104.0,-90],[-100.0,-90],[-96.0,-90],[-92.0,-90],[-88.0,-90],[-84.0,-90],[-80.0,-90],[-76.0,-90],[-72.0,-90],[-68.0,-90],[-64.0,-90],[-60.0,-90],[-56.0,-90],[-52.0,-90],[-48.0,-90],[-44.0,-90],[-40.0,-90],[-36.0,-90],[-32.0,-90],[-28.0,-90],[-24.0,-90],[-20.0,-90],[-16.0,-90],[-12.0,-90],[-8.0,-90],[-4.0,-90],[0.0,-90],[4.0,-90],[8.0,-90],[12.0,-90],[16.0,-90],[20.0,-90],[24.0,-90],[28.0,-90],[32.0,-90],[36.0,-90],[40.0,-90],[44.0,-90],[48.0,-90],[52.0,-90],[56.0,-90],[60.0,-90],[64.0,-90],[68.0,-90],[72.0,-90],[76.0,-90],[80.0,-90],[84.0,-90],[88.0,-90],[92.0,-90],[96.0,-90],[100.0,-90],[104.0,-90],[108.0,-90],[112.0,-90],[116.0,-90],[120.0,-90],[124.0,-90],[128.0,-90],[132.0,-90],[136.0,-90],[140.0,-90],[144.0,-90],[148.0,-90],[152.0,-90],[156.0,-90],[160.0,-90],[164.0,-90],[168.0,-90],[172.0,-90],[176.0,-90],[180.0,-90]]},
"properties": {
"degrees": 90,
"direction": "S",
"display":"90 S",
"dd":-90,
"FeatureCla":"Graticule","ScaleRank":5,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-180,-75.0],[-176.0,-75.0],[-172.0,-75.0],[-168.0,-75.0],[-164.0,-75.0],[-160.0,-75.0],[-156.0,-75.0],[-152.0,-75.0],[-148.0,-75.0],[-144.0,-75.0],[-140.0,-75.0],[-136.0,-75.0],[-132.0,-75.0],[-128.0,-75.0],[-124.0,-75.0],[-120.0,-75.0],[-116.0,-75.0],[-112.0,-75.0],[-108.0,-75.0],[-104.0,-75.0],[-100.0,-75.0],[-96.0,-75.0],[-92.0,-75.0],[-88.0,-75.0],[-84.0,-75.0],[-80.0,-75.0],[-76.0,-75.0],[-72.0,-75.0],[-68.0,-75.0],[-64.0,-75.0],[-60.0,-75.0],[-56.0,-75.0],[-52.0,-75.0],[-48.0,-75.0],[-44.0,-75.0],[-40.0,-75.0],[-36.0,-75.0],[-32.0,-75.0],[-28.0,-75.0],[-24.0,-75.0],[-20.0,-75.0],[-16.0,-75.0],[-12.0,-75.0],[-8.0,-75.0],[-4.0,-75.0],[0.0,-75.0],[4.0,-75.0],[8.0,-75.0],[12.0,-75.0],[16.0,-75.0],[20.0,-75.0],[24.0,-75.0],[28.0,-75.0],[32.0,-75.0],[36.0,-75.0],[40.0,-75.0],[44.0,-75.0],[48.0,-75.0],[52.0,-75.0],[56.0,-75.0],[60.0,-75.0],[64.0,-75.0],[68.0,-75.0],[72.0,-75.0],[76.0,-75.0],[80.0,-75.0],[84.0,-75.0],[88.0,-75.0],[92.0,-75.0],[96.0,-75.0],[100.0,-75.0],[104.0,-75.0],[108.0,-75.0],[112.0,-75.0],[116.0,-75.0],[120.0,-75.0],[124.0,-75.0],[128.0,-75.0],[132.0,-75.0],[136.0,-75.0],[140.0,-75.0],[144.0,-75.0],[148.0,-75.0],[152.0,-75.0],[156.0,-75.0],[160.0,-75.0],[164.0,-75.0],[168.0,-75.0],[172.0,-75.0],[176.0,-75.0],[180.0,-75.0]]},
"properties": {
"degrees": 75,
"direction": "S",
"display":"75.0 S",
"dd":-75,
"FeatureCla":"Graticule","ScaleRank":5,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-180,-60.0],[-176.0,-60.0],[-172.0,-60.0],[-168.0,-60.0],[-164.0,-60.0],[-160.0,-60.0],[-156.0,-60.0],[-152.0,-60.0],[-148.0,-60.0],[-144.0,-60.0],[-140.0,-60.0],[-136.0,-60.0],[-132.0,-60.0],[-128.0,-60.0],[-124.0,-60.0],[-120.0,-60.0],[-116.0,-60.0],[-112.0,-60.0],[-108.0,-60.0],[-104.0,-60.0],[-100.0,-60.0],[-96.0,-60.0],[-92.0,-60.0],[-88.0,-60.0],[-84.0,-60.0],[-80.0,-60.0],[-76.0,-60.0],[-72.0,-60.0],[-68.0,-60.0],[-64.0,-60.0],[-60.0,-60.0],[-56.0,-60.0],[-52.0,-60.0],[-48.0,-60.0],[-44.0,-60.0],[-40.0,-60.0],[-36.0,-60.0],[-32.0,-60.0],[-28.0,-60.0],[-24.0,-60.0],[-20.0,-60.0],[-16.0,-60.0],[-12.0,-60.0],[-8.0,-60.0],[-4.0,-60.0],[0.0,-60.0],[4.0,-60.0],[8.0,-60.0],[12.0,-60.0],[16.0,-60.0],[20.0,-60.0],[24.0,-60.0],[28.0,-60.0],[32.0,-60.0],[36.0,-60.0],[40.0,-60.0],[44.0,-60.0],[48.0,-60.0],[52.0,-60.0],[56.0,-60.0],[60.0,-60.0],[64.0,-60.0],[68.0,-60.0],[72.0,-60.0],[76.0,-60.0],[80.0,-60.0],[84.0,-60.0],[88.0,-60.0],[92.0,-60.0],[96.0,-60.0],[100.0,-60.0],[104.0,-60.0],[108.0,-60.0],[112.0,-60.0],[116.0,-60.0],[120.0,-60.0],[124.0,-60.0],[128.0,-60.0],[132.0,-60.0],[136.0,-60.0],[140.0,-60.0],[144.0,-60.0],[148.0,-60.0],[152.0,-60.0],[156.0,-60.0],[160.0,-60.0],[164.0,-60.0],[168.0,-60.0],[172.0,-60.0],[176.0,-60.0],[180.0,-60.0]]},
"properties": {
"degrees": 60,
"direction": "S",
"display":"60.0 S",
"dd":-60,
"FeatureCla":"Graticule","ScaleRank":5,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-180,-45.0],[-176.0,-45.0],[-172.0,-45.0],[-168.0,-45.0],[-164.0,-45.0],[-160.0,-45.0],[-156.0,-45.0],[-152.0,-45.0],[-148.0,-45.0],[-144.0,-45.0],[-140.0,-45.0],[-136.0,-45.0],[-132.0,-45.0],[-128.0,-45.0],[-124.0,-45.0],[-120.0,-45.0],[-116.0,-45.0],[-112.0,-45.0],[-108.0,-45.0],[-104.0,-45.0],[-100.0,-45.0],[-96.0,-45.0],[-92.0,-45.0],[-88.0,-45.0],[-84.0,-45.0],[-80.0,-45.0],[-76.0,-45.0],[-72.0,-45.0],[-68.0,-45.0],[-64.0,-45.0],[-60.0,-45.0],[-56.0,-45.0],[-52.0,-45.0],[-48.0,-45.0],[-44.0,-45.0],[-40.0,-45.0],[-36.0,-45.0],[-32.0,-45.0],[-28.0,-45.0],[-24.0,-45.0],[-20.0,-45.0],[-16.0,-45.0],[-12.0,-45.0],[-8.0,-45.0],[-4.0,-45.0],[0.0,-45.0],[4.0,-45.0],[8.0,-45.0],[12.0,-45.0],[16.0,-45.0],[20.0,-45.0],[24.0,-45.0],[28.0,-45.0],[32.0,-45.0],[36.0,-45.0],[40.0,-45.0],[44.0,-45.0],[48.0,-45.0],[52.0,-45.0],[56.0,-45.0],[60.0,-45.0],[64.0,-45.0],[68.0,-45.0],[72.0,-45.0],[76.0,-45.0],[80.0,-45.0],[84.0,-45.0],[88.0,-45.0],[92.0,-45.0],[96.0,-45.0],[100.0,-45.0],[104.0,-45.0],[108.0,-45.0],[112.0,-45.0],[116.0,-45.0],[120.0,-45.0],[124.0,-45.0],[128.0,-45.0],[132.0,-45.0],[136.0,-45.0],[140.0,-45.0],[144.0,-45.0],[148.0,-45.0],[152.0,-45.0],[156.0,-45.0],[160.0,-45.0],[164.0,-45.0],[168.0,-45.0],[172.0,-45.0],[176.0,-45.0],[180.0,-45.0]]},
"properties": {
"degrees": 45,
"direction": "S",
"display":"45.0 S",
"dd":-45,
"FeatureCla":"Graticule","ScaleRank":5,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-180,-30.0],[-176.0,-30.0],[-172.0,-30.0],[-168.0,-30.0],[-164.0,-30.0],[-160.0,-30.0],[-156.0,-30.0],[-152.0,-30.0],[-148.0,-30.0],[-144.0,-30.0],[-140.0,-30.0],[-136.0,-30.0],[-132.0,-30.0],[-128.0,-30.0],[-124.0,-30.0],[-120.0,-30.0],[-116.0,-30.0],[-112.0,-30.0],[-108.0,-30.0],[-104.0,-30.0],[-100.0,-30.0],[-96.0,-30.0],[-92.0,-30.0],[-88.0,-30.0],[-84.0,-30.0],[-80.0,-30.0],[-76.0,-30.0],[-72.0,-30.0],[-68.0,-30.0],[-64.0,-30.0],[-60.0,-30.0],[-56.0,-30.0],[-52.0,-30.0],[-48.0,-30.0],[-44.0,-30.0],[-40.0,-30.0],[-36.0,-30.0],[-32.0,-30.0],[-28.0,-30.0],[-24.0,-30.0],[-20.0,-30.0],[-16.0,-30.0],[-12.0,-30.0],[-8.0,-30.0],[-4.0,-30.0],[0.0,-30.0],[4.0,-30.0],[8.0,-30.0],[12.0,-30.0],[16.0,-30.0],[20.0,-30.0],[24.0,-30.0],[28.0,-30.0],[32.0,-30.0],[36.0,-30.0],[40.0,-30.0],[44.0,-30.0],[48.0,-30.0],[52.0,-30.0],[56.0,-30.0],[60.0,-30.0],[64.0,-30.0],[68.0,-30.0],[72.0,-30.0],[76.0,-30.0],[80.0,-30.0],[84.0,-30.0],[88.0,-30.0],[92.0,-30.0],[96.0,-30.0],[100.0,-30.0],[104.0,-30.0],[108.0,-30.0],[112.0,-30.0],[116.0,-30.0],[120.0,-30.0],[124.0,-30.0],[128.0,-30.0],[132.0,-30.0],[136.0,-30.0],[140.0,-30.0],[144.0,-30.0],[148.0,-30.0],[152.0,-30.0],[156.0,-30.0],[160.0,-30.0],[164.0,-30.0],[168.0,-30.0],[172.0,-30.0],[176.0,-30.0],[180.0,-30.0]]},
"properties": {
"degrees": 30,
"direction": "S",
"display":"30.0 S",
"dd":-30,
"FeatureCla":"Graticule","ScaleRank":5,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-180,-15.0],[-176.0,-15.0],[-172.0,-15.0],[-168.0,-15.0],[-164.0,-15.0],[-160.0,-15.0],[-156.0,-15.0],[-152.0,-15.0],[-148.0,-15.0],[-144.0,-15.0],[-140.0,-15.0],[-136.0,-15.0],[-132.0,-15.0],[-128.0,-15.0],[-124.0,-15.0],[-120.0,-15.0],[-116.0,-15.0],[-112.0,-15.0],[-108.0,-15.0],[-104.0,-15.0],[-100.0,-15.0],[-96.0,-15.0],[-92.0,-15.0],[-88.0,-15.0],[-84.0,-15.0],[-80.0,-15.0],[-76.0,-15.0],[-72.0,-15.0],[-68.0,-15.0],[-64.0,-15.0],[-60.0,-15.0],[-56.0,-15.0],[-52.0,-15.0],[-48.0,-15.0],[-44.0,-15.0],[-40.0,-15.0],[-36.0,-15.0],[-32.0,-15.0],[-28.0,-15.0],[-24.0,-15.0],[-20.0,-15.0],[-16.0,-15.0],[-12.0,-15.0],[-8.0,-15.0],[-4.0,-15.0],[0.0,-15.0],[4.0,-15.0],[8.0,-15.0],[12.0,-15.0],[16.0,-15.0],[20.0,-15.0],[24.0,-15.0],[28.0,-15.0],[32.0,-15.0],[36.0,-15.0],[40.0,-15.0],[44.0,-15.0],[48.0,-15.0],[52.0,-15.0],[56.0,-15.0],[60.0,-15.0],[64.0,-15.0],[68.0,-15.0],[72.0,-15.0],[76.0,-15.0],[80.0,-15.0],[84.0,-15.0],[88.0,-15.0],[92.0,-15.0],[96.0,-15.0],[100.0,-15.0],[104.0,-15.0],[108.0,-15.0],[112.0,-15.0],[116.0,-15.0],[120.0,-15.0],[124.0,-15.0],[128.0,-15.0],[132.0,-15.0],[136.0,-15.0],[140.0,-15.0],[144.0,-15.0],[148.0,-15.0],[152.0,-15.0],[156.0,-15.0],[160.0,-15.0],[164.0,-15.0],[168.0,-15.0],[172.0,-15.0],[176.0,-15.0],[180.0,-15.0]]},
"properties": {
"degrees": 15,
"direction": "S",
"display":"15.0 S",
"dd":-15,
"FeatureCla":"Graticule","ScaleRank":5,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-180,0.0],[-176.0,0.0],[-172.0,0.0],[-168.0,0.0],[-164.0,0.0],[-160.0,0.0],[-156.0,0.0],[-152.0,0.0],[-148.0,0.0],[-144.0,0.0],[-140.0,0.0],[-136.0,0.0],[-132.0,0.0],[-128.0,0.0],[-124.0,0.0],[-120.0,0.0],[-116.0,0.0],[-112.0,0.0],[-108.0,0.0],[-104.0,0.0],[-100.0,0.0],[-96.0,0.0],[-92.0,0.0],[-88.0,0.0],[-84.0,0.0],[-80.0,0.0],[-76.0,0.0],[-72.0,0.0],[-68.0,0.0],[-64.0,0.0],[-60.0,0.0],[-56.0,0.0],[-52.0,0.0],[-48.0,0.0],[-44.0,0.0],[-40.0,0.0],[-36.0,0.0],[-32.0,0.0],[-28.0,0.0],[-24.0,0.0],[-20.0,0.0],[-16.0,0.0],[-12.0,0.0],[-8.0,0.0],[-4.0,0.0],[0.0,0.0],[4.0,0.0],[8.0,0.0],[12.0,0.0],[16.0,0.0],[20.0,0.0],[24.0,0.0],[28.0,0.0],[32.0,0.0],[36.0,0.0],[40.0,0.0],[44.0,0.0],[48.0,0.0],[52.0,0.0],[56.0,0.0],[60.0,0.0],[64.0,0.0],[68.0,0.0],[72.0,0.0],[76.0,0.0],[80.0,0.0],[84.0,0.0],[88.0,0.0],[92.0,0.0],[96.0,0.0],[100.0,0.0],[104.0,0.0],[108.0,0.0],[112.0,0.0],[116.0,0.0],[120.0,0.0],[124.0,0.0],[128.0,0.0],[132.0,0.0],[136.0,0.0],[140.0,0.0],[144.0,0.0],[148.0,0.0],[152.0,0.0],[156.0,0.0],[160.0,0.0],[164.0,0.0],[168.0,0.0],[172.0,0.0],[176.0,0.0],[180.0,0.0]]},
"properties": {
"degrees": 0,
"direction": "N",
"display":"0.0 N",
"dd":0,
"FeatureCla":"Graticule","ScaleRank":5,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-180,15.0],[-176.0,15.0],[-172.0,15.0],[-168.0,15.0],[-164.0,15.0],[-160.0,15.0],[-156.0,15.0],[-152.0,15.0],[-148.0,15.0],[-144.0,15.0],[-140.0,15.0],[-136.0,15.0],[-132.0,15.0],[-128.0,15.0],[-124.0,15.0],[-120.0,15.0],[-116.0,15.0],[-112.0,15.0],[-108.0,15.0],[-104.0,15.0],[-100.0,15.0],[-96.0,15.0],[-92.0,15.0],[-88.0,15.0],[-84.0,15.0],[-80.0,15.0],[-76.0,15.0],[-72.0,15.0],[-68.0,15.0],[-64.0,15.0],[-60.0,15.0],[-56.0,15.0],[-52.0,15.0],[-48.0,15.0],[-44.0,15.0],[-40.0,15.0],[-36.0,15.0],[-32.0,15.0],[-28.0,15.0],[-24.0,15.0],[-20.0,15.0],[-16.0,15.0],[-12.0,15.0],[-8.0,15.0],[-4.0,15.0],[0.0,15.0],[4.0,15.0],[8.0,15.0],[12.0,15.0],[16.0,15.0],[20.0,15.0],[24.0,15.0],[28.0,15.0],[32.0,15.0],[36.0,15.0],[40.0,15.0],[44.0,15.0],[48.0,15.0],[52.0,15.0],[56.0,15.0],[60.0,15.0],[64.0,15.0],[68.0,15.0],[72.0,15.0],[76.0,15.0],[80.0,15.0],[84.0,15.0],[88.0,15.0],[92.0,15.0],[96.0,15.0],[100.0,15.0],[104.0,15.0],[108.0,15.0],[112.0,15.0],[116.0,15.0],[120.0,15.0],[124.0,15.0],[128.0,15.0],[132.0,15.0],[136.0,15.0],[140.0,15.0],[144.0,15.0],[148.0,15.0],[152.0,15.0],[156.0,15.0],[160.0,15.0],[164.0,15.0],[168.0,15.0],[172.0,15.0],[176.0,15.0],[180.0,15.0]]},
"properties": {
"degrees": 15,
"direction": "N",
"display":"15.0 N",
"dd":15,
"FeatureCla":"Graticule","ScaleRank":5,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-180,30.0],[-176.0,30.0],[-172.0,30.0],[-168.0,30.0],[-164.0,30.0],[-160.0,30.0],[-156.0,30.0],[-152.0,30.0],[-148.0,30.0],[-144.0,30.0],[-140.0,30.0],[-136.0,30.0],[-132.0,30.0],[-128.0,30.0],[-124.0,30.0],[-120.0,30.0],[-116.0,30.0],[-112.0,30.0],[-108.0,30.0],[-104.0,30.0],[-100.0,30.0],[-96.0,30.0],[-92.0,30.0],[-88.0,30.0],[-84.0,30.0],[-80.0,30.0],[-76.0,30.0],[-72.0,30.0],[-68.0,30.0],[-64.0,30.0],[-60.0,30.0],[-56.0,30.0],[-52.0,30.0],[-48.0,30.0],[-44.0,30.0],[-40.0,30.0],[-36.0,30.0],[-32.0,30.0],[-28.0,30.0],[-24.0,30.0],[-20.0,30.0],[-16.0,30.0],[-12.0,30.0],[-8.0,30.0],[-4.0,30.0],[0.0,30.0],[4.0,30.0],[8.0,30.0],[12.0,30.0],[16.0,30.0],[20.0,30.0],[24.0,30.0],[28.0,30.0],[32.0,30.0],[36.0,30.0],[40.0,30.0],[44.0,30.0],[48.0,30.0],[52.0,30.0],[56.0,30.0],[60.0,30.0],[64.0,30.0],[68.0,30.0],[72.0,30.0],[76.0,30.0],[80.0,30.0],[84.0,30.0],[88.0,30.0],[92.0,30.0],[96.0,30.0],[100.0,30.0],[104.0,30.0],[108.0,30.0],[112.0,30.0],[116.0,30.0],[120.0,30.0],[124.0,30.0],[128.0,30.0],[132.0,30.0],[136.0,30.0],[140.0,30.0],[144.0,30.0],[148.0,30.0],[152.0,30.0],[156.0,30.0],[160.0,30.0],[164.0,30.0],[168.0,30.0],[172.0,30.0],[176.0,30.0],[180.0,30.0]]},
"properties": {
"degrees": 30,
"direction": "N",
"display":"30.0 N",
"dd":30,
"FeatureCla":"Graticule","ScaleRank":5,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-180,45.0],[-176.0,45.0],[-172.0,45.0],[-168.0,45.0],[-164.0,45.0],[-160.0,45.0],[-156.0,45.0],[-152.0,45.0],[-148.0,45.0],[-144.0,45.0],[-140.0,45.0],[-136.0,45.0],[-132.0,45.0],[-128.0,45.0],[-124.0,45.0],[-120.0,45.0],[-116.0,45.0],[-112.0,45.0],[-108.0,45.0],[-104.0,45.0],[-100.0,45.0],[-96.0,45.0],[-92.0,45.0],[-88.0,45.0],[-84.0,45.0],[-80.0,45.0],[-76.0,45.0],[-72.0,45.0],[-68.0,45.0],[-64.0,45.0],[-60.0,45.0],[-56.0,45.0],[-52.0,45.0],[-48.0,45.0],[-44.0,45.0],[-40.0,45.0],[-36.0,45.0],[-32.0,45.0],[-28.0,45.0],[-24.0,45.0],[-20.0,45.0],[-16.0,45.0],[-12.0,45.0],[-8.0,45.0],[-4.0,45.0],[0.0,45.0],[4.0,45.0],[8.0,45.0],[12.0,45.0],[16.0,45.0],[20.0,45.0],[24.0,45.0],[28.0,45.0],[32.0,45.0],[36.0,45.0],[40.0,45.0],[44.0,45.0],[48.0,45.0],[52.0,45.0],[56.0,45.0],[60.0,45.0],[64.0,45.0],[68.0,45.0],[72.0,45.0],[76.0,45.0],[80.0,45.0],[84.0,45.0],[88.0,45.0],[92.0,45.0],[96.0,45.0],[100.0,45.0],[104.0,45.0],[108.0,45.0],[112.0,45.0],[116.0,45.0],[120.0,45.0],[124.0,45.0],[128.0,45.0],[132.0,45.0],[136.0,45.0],[140.0,45.0],[144.0,45.0],[148.0,45.0],[152.0,45.0],[156.0,45.0],[160.0,45.0],[164.0,45.0],[168.0,45.0],[172.0,45.0],[176.0,45.0],[180.0,45.0]]},
"properties": {
"degrees": 45,
"direction": "N",
"display":"45.0 N",
"dd":45,
"FeatureCla":"Graticule","ScaleRank":5,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-180,60.0],[-176.0,60.0],[-172.0,60.0],[-168.0,60.0],[-164.0,60.0],[-160.0,60.0],[-156.0,60.0],[-152.0,60.0],[-148.0,60.0],[-144.0,60.0],[-140.0,60.0],[-136.0,60.0],[-132.0,60.0],[-128.0,60.0],[-124.0,60.0],[-120.0,60.0],[-116.0,60.0],[-112.0,60.0],[-108.0,60.0],[-104.0,60.0],[-100.0,60.0],[-96.0,60.0],[-92.0,60.0],[-88.0,60.0],[-84.0,60.0],[-80.0,60.0],[-76.0,60.0],[-72.0,60.0],[-68.0,60.0],[-64.0,60.0],[-60.0,60.0],[-56.0,60.0],[-52.0,60.0],[-48.0,60.0],[-44.0,60.0],[-40.0,60.0],[-36.0,60.0],[-32.0,60.0],[-28.0,60.0],[-24.0,60.0],[-20.0,60.0],[-16.0,60.0],[-12.0,60.0],[-8.0,60.0],[-4.0,60.0],[0.0,60.0],[4.0,60.0],[8.0,60.0],[12.0,60.0],[16.0,60.0],[20.0,60.0],[24.0,60.0],[28.0,60.0],[32.0,60.0],[36.0,60.0],[40.0,60.0],[44.0,60.0],[48.0,60.0],[52.0,60.0],[56.0,60.0],[60.0,60.0],[64.0,60.0],[68.0,60.0],[72.0,60.0],[76.0,60.0],[80.0,60.0],[84.0,60.0],[88.0,60.0],[92.0,60.0],[96.0,60.0],[100.0,60.0],[104.0,60.0],[108.0,60.0],[112.0,60.0],[116.0,60.0],[120.0,60.0],[124.0,60.0],[128.0,60.0],[132.0,60.0],[136.0,60.0],[140.0,60.0],[144.0,60.0],[148.0,60.0],[152.0,60.0],[156.0,60.0],[160.0,60.0],[164.0,60.0],[168.0,60.0],[172.0,60.0],[176.0,60.0],[180.0,60.0]]},
"properties": {
"degrees": 60,
"direction": "N",
"display":"60.0 N",
"dd":60,
"FeatureCla":"Graticule","ScaleRank":5,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-180,75.0],[-176.0,75.0],[-172.0,75.0],[-168.0,75.0],[-164.0,75.0],[-160.0,75.0],[-156.0,75.0],[-152.0,75.0],[-148.0,75.0],[-144.0,75.0],[-140.0,75.0],[-136.0,75.0],[-132.0,75.0],[-128.0,75.0],[-124.0,75.0],[-120.0,75.0],[-116.0,75.0],[-112.0,75.0],[-108.0,75.0],[-104.0,75.0],[-100.0,75.0],[-96.0,75.0],[-92.0,75.0],[-88.0,75.0],[-84.0,75.0],[-80.0,75.0],[-76.0,75.0],[-72.0,75.0],[-68.0,75.0],[-64.0,75.0],[-60.0,75.0],[-56.0,75.0],[-52.0,75.0],[-48.0,75.0],[-44.0,75.0],[-40.0,75.0],[-36.0,75.0],[-32.0,75.0],[-28.0,75.0],[-24.0,75.0],[-20.0,75.0],[-16.0,75.0],[-12.0,75.0],[-8.0,75.0],[-4.0,75.0],[0.0,75.0],[4.0,75.0],[8.0,75.0],[12.0,75.0],[16.0,75.0],[20.0,75.0],[24.0,75.0],[28.0,75.0],[32.0,75.0],[36.0,75.0],[40.0,75.0],[44.0,75.0],[48.0,75.0],[52.0,75.0],[56.0,75.0],[60.0,75.0],[64.0,75.0],[68.0,75.0],[72.0,75.0],[76.0,75.0],[80.0,75.0],[84.0,75.0],[88.0,75.0],[92.0,75.0],[96.0,75.0],[100.0,75.0],[104.0,75.0],[108.0,75.0],[112.0,75.0],[116.0,75.0],[120.0,75.0],[124.0,75.0],[128.0,75.0],[132.0,75.0],[136.0,75.0],[140.0,75.0],[144.0,75.0],[148.0,75.0],[152.0,75.0],[156.0,75.0],[160.0,75.0],[164.0,75.0],[168.0,75.0],[172.0,75.0],[176.0,75.0],[180.0,75.0]]},
"properties": {
"degrees": 75,
"direction": "N",
"display":"75.0 N",
"dd":75,
"FeatureCla":"Graticule","ScaleRank":5,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-180,90.0],[-176.0,90.0],[-172.0,90.0],[-168.0,90.0],[-164.0,90.0],[-160.0,90.0],[-156.0,90.0],[-152.0,90.0],[-148.0,90.0],[-144.0,90.0],[-140.0,90.0],[-136.0,90.0],[-132.0,90.0],[-128.0,90.0],[-124.0,90.0],[-120.0,90.0],[-116.0,90.0],[-112.0,90.0],[-108.0,90.0],[-104.0,90.0],[-100.0,90.0],[-96.0,90.0],[-92.0,90.0],[-88.0,90.0],[-84.0,90.0],[-80.0,90.0],[-76.0,90.0],[-72.0,90.0],[-68.0,90.0],[-64.0,90.0],[-60.0,90.0],[-56.0,90.0],[-52.0,90.0],[-48.0,90.0],[-44.0,90.0],[-40.0,90.0],[-36.0,90.0],[-32.0,90.0],[-28.0,90.0],[-24.0,90.0],[-20.0,90.0],[-16.0,90.0],[-12.0,90.0],[-8.0,90.0],[-4.0,90.0],[0.0,90.0],[4.0,90.0],[8.0,90.0],[12.0,90.0],[16.0,90.0],[20.0,90.0],[24.0,90.0],[28.0,90.0],[32.0,90.0],[36.0,90.0],[40.0,90.0],[44.0,90.0],[48.0,90.0],[52.0,90.0],[56.0,90.0],[60.0,90.0],[64.0,90.0],[68.0,90.0],[72.0,90.0],[76.0,90.0],[80.0,90.0],[84.0,90.0],[88.0,90.0],[92.0,90.0],[96.0,90.0],[100.0,90.0],[104.0,90.0],[108.0,90.0],[112.0,90.0],[116.0,90.0],[120.0,90.0],[124.0,90.0],[128.0,90.0],[132.0,90.0],[136.0,90.0],[140.0,90.0],[144.0,90.0],[148.0,90.0],[152.0,90.0],[156.0,90.0],[160.0,90.0],[164.0,90.0],[168.0,90.0],[172.0,90.0],[176.0,90.0],[180.0,90.0]]},
"properties": {
"degrees": 90,
"direction": "N",
"display":"90.0 N",
"dd":90,
"FeatureCla":"Graticule","ScaleRank":5,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-180,-90],[-180,-86.0],[-180,-82.0],[-180,-78.0],[-180,-74.0],[-180,-70.0],[-180,-66.0],[-180,-62.0],[-180,-58.0],[-180,-54.0],[-180,-50.0],[-180,-46.0],[-180,-42.0],[-180,-38.0],[-180,-34.0],[-180,-30.0],[-180,-26.0],[-180,-22.0],[-180,-18.0],[-180,-14.0],[-180,-10.0],[-180,-6.0],[-180,-2.0],[-180,2.0],[-180,6.0],[-180,10.0],[-180,14.0],[-180,18.0],[-180,22.0],[-180,26.0],[-180,30.0],[-180,34.0],[-180,38.0],[-180,42.0],[-180,46.0],[-180,50.0],[-180,54.0],[-180,58.0],[-180,62.0],[-180,66.0],[-180,70.0],[-180,74.0],[-180,78.0],[-180,82.0],[-180,86.0],[-180,90.0]]},
"properties": {
"degrees": 180,
"direction": "E",
"display":"180 E",
"dd":-180,
"FeatureCla":"Graticule","ScaleRank":5,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-165.0,-90],[-165.0,-86.0],[-165.0,-82.0],[-165.0,-78.0],[-165.0,-74.0],[-165.0,-70.0],[-165.0,-66.0],[-165.0,-62.0],[-165.0,-58.0],[-165.0,-54.0],[-165.0,-50.0],[-165.0,-46.0],[-165.0,-42.0],[-165.0,-38.0],[-165.0,-34.0],[-165.0,-30.0],[-165.0,-26.0],[-165.0,-22.0],[-165.0,-18.0],[-165.0,-14.0],[-165.0,-10.0],[-165.0,-6.0],[-165.0,-2.0],[-165.0,2.0],[-165.0,6.0],[-165.0,10.0],[-165.0,14.0],[-165.0,18.0],[-165.0,22.0],[-165.0,26.0],[-165.0,30.0],[-165.0,34.0],[-165.0,38.0],[-165.0,42.0],[-165.0,46.0],[-165.0,50.0],[-165.0,54.0],[-165.0,58.0],[-165.0,62.0],[-165.0,66.0],[-165.0,70.0],[-165.0,74.0],[-165.0,78.0],[-165.0,82.0],[-165.0,86.0],[-165.0,90.0]]},
"properties": {
"degrees": 165,
"direction": "E",
"display":"165.0 E",
"dd":-165,
"FeatureCla":"Graticule","ScaleRank":5,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-150.0,-90],[-150.0,-86.0],[-150.0,-82.0],[-150.0,-78.0],[-150.0,-74.0],[-150.0,-70.0],[-150.0,-66.0],[-150.0,-62.0],[-150.0,-58.0],[-150.0,-54.0],[-150.0,-50.0],[-150.0,-46.0],[-150.0,-42.0],[-150.0,-38.0],[-150.0,-34.0],[-150.0,-30.0],[-150.0,-26.0],[-150.0,-22.0],[-150.0,-18.0],[-150.0,-14.0],[-150.0,-10.0],[-150.0,-6.0],[-150.0,-2.0],[-150.0,2.0],[-150.0,6.0],[-150.0,10.0],[-150.0,14.0],[-150.0,18.0],[-150.0,22.0],[-150.0,26.0],[-150.0,30.0],[-150.0,34.0],[-150.0,38.0],[-150.0,42.0],[-150.0,46.0],[-150.0,50.0],[-150.0,54.0],[-150.0,58.0],[-150.0,62.0],[-150.0,66.0],[-150.0,70.0],[-150.0,74.0],[-150.0,78.0],[-150.0,82.0],[-150.0,86.0],[-150.0,90.0]]},
"properties": {
"degrees": 150,
"direction": "E",
"display":"150.0 E",
"dd":-150,
"FeatureCla":"Graticule","ScaleRank":5,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-135.0,-90],[-135.0,-86.0],[-135.0,-82.0],[-135.0,-78.0],[-135.0,-74.0],[-135.0,-70.0],[-135.0,-66.0],[-135.0,-62.0],[-135.0,-58.0],[-135.0,-54.0],[-135.0,-50.0],[-135.0,-46.0],[-135.0,-42.0],[-135.0,-38.0],[-135.0,-34.0],[-135.0,-30.0],[-135.0,-26.0],[-135.0,-22.0],[-135.0,-18.0],[-135.0,-14.0],[-135.0,-10.0],[-135.0,-6.0],[-135.0,-2.0],[-135.0,2.0],[-135.0,6.0],[-135.0,10.0],[-135.0,14.0],[-135.0,18.0],[-135.0,22.0],[-135.0,26.0],[-135.0,30.0],[-135.0,34.0],[-135.0,38.0],[-135.0,42.0],[-135.0,46.0],[-135.0,50.0],[-135.0,54.0],[-135.0,58.0],[-135.0,62.0],[-135.0,66.0],[-135.0,70.0],[-135.0,74.0],[-135.0,78.0],[-135.0,82.0],[-135.0,86.0],[-135.0,90.0]]},
"properties": {
"degrees": 135,
"direction": "E",
"display":"135.0 E",
"dd":-135,
"FeatureCla":"Graticule","ScaleRank":5,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-120.0,-90],[-120.0,-86.0],[-120.0,-82.0],[-120.0,-78.0],[-120.0,-74.0],[-120.0,-70.0],[-120.0,-66.0],[-120.0,-62.0],[-120.0,-58.0],[-120.0,-54.0],[-120.0,-50.0],[-120.0,-46.0],[-120.0,-42.0],[-120.0,-38.0],[-120.0,-34.0],[-120.0,-30.0],[-120.0,-26.0],[-120.0,-22.0],[-120.0,-18.0],[-120.0,-14.0],[-120.0,-10.0],[-120.0,-6.0],[-120.0,-2.0],[-120.0,2.0],[-120.0,6.0],[-120.0,10.0],[-120.0,14.0],[-120.0,18.0],[-120.0,22.0],[-120.0,26.0],[-120.0,30.0],[-120.0,34.0],[-120.0,38.0],[-120.0,42.0],[-120.0,46.0],[-120.0,50.0],[-120.0,54.0],[-120.0,58.0],[-120.0,62.0],[-120.0,66.0],[-120.0,70.0],[-120.0,74.0],[-120.0,78.0],[-120.0,82.0],[-120.0,86.0],[-120.0,90.0]]},
"properties": {
"degrees": 120,
"direction": "E",
"display":"120.0 E",
"dd":-120,
"FeatureCla":"Graticule","ScaleRank":5,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-105.0,-90],[-105.0,-86.0],[-105.0,-82.0],[-105.0,-78.0],[-105.0,-74.0],[-105.0,-70.0],[-105.0,-66.0],[-105.0,-62.0],[-105.0,-58.0],[-105.0,-54.0],[-105.0,-50.0],[-105.0,-46.0],[-105.0,-42.0],[-105.0,-38.0],[-105.0,-34.0],[-105.0,-30.0],[-105.0,-26.0],[-105.0,-22.0],[-105.0,-18.0],[-105.0,-14.0],[-105.0,-10.0],[-105.0,-6.0],[-105.0,-2.0],[-105.0,2.0],[-105.0,6.0],[-105.0,10.0],[-105.0,14.0],[-105.0,18.0],[-105.0,22.0],[-105.0,26.0],[-105.0,30.0],[-105.0,34.0],[-105.0,38.0],[-105.0,42.0],[-105.0,46.0],[-105.0,50.0],[-105.0,54.0],[-105.0,58.0],[-105.0,62.0],[-105.0,66.0],[-105.0,70.0],[-105.0,74.0],[-105.0,78.0],[-105.0,82.0],[-105.0,86.0],[-105.0,90.0]]},
"properties": {
"degrees": 105,
"direction": "E",
"display":"105.0 E",
"dd":-105,
"FeatureCla":"Graticule","ScaleRank":5,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-90.0,-90],[-90.0,-86.0],[-90.0,-82.0],[-90.0,-78.0],[-90.0,-74.0],[-90.0,-70.0],[-90.0,-66.0],[-90.0,-62.0],[-90.0,-58.0],[-90.0,-54.0],[-90.0,-50.0],[-90.0,-46.0],[-90.0,-42.0],[-90.0,-38.0],[-90.0,-34.0],[-90.0,-30.0],[-90.0,-26.0],[-90.0,-22.0],[-90.0,-18.0],[-90.0,-14.0],[-90.0,-10.0],[-90.0,-6.0],[-90.0,-2.0],[-90.0,2.0],[-90.0,6.0],[-90.0,10.0],[-90.0,14.0],[-90.0,18.0],[-90.0,22.0],[-90.0,26.0],[-90.0,30.0],[-90.0,34.0],[-90.0,38.0],[-90.0,42.0],[-90.0,46.0],[-90.0,50.0],[-90.0,54.0],[-90.0,58.0],[-90.0,62.0],[-90.0,66.0],[-90.0,70.0],[-90.0,74.0],[-90.0,78.0],[-90.0,82.0],[-90.0,86.0],[-90.0,90.0]]},
"properties": {
"degrees": 90,
"direction": "E",
"display":"90.0 E",
"dd":-90,
"FeatureCla":"Graticule","ScaleRank":5,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-75.0,-90],[-75.0,-86.0],[-75.0,-82.0],[-75.0,-78.0],[-75.0,-74.0],[-75.0,-70.0],[-75.0,-66.0],[-75.0,-62.0],[-75.0,-58.0],[-75.0,-54.0],[-75.0,-50.0],[-75.0,-46.0],[-75.0,-42.0],[-75.0,-38.0],[-75.0,-34.0],[-75.0,-30.0],[-75.0,-26.0],[-75.0,-22.0],[-75.0,-18.0],[-75.0,-14.0],[-75.0,-10.0],[-75.0,-6.0],[-75.0,-2.0],[-75.0,2.0],[-75.0,6.0],[-75.0,10.0],[-75.0,14.0],[-75.0,18.0],[-75.0,22.0],[-75.0,26.0],[-75.0,30.0],[-75.0,34.0],[-75.0,38.0],[-75.0,42.0],[-75.0,46.0],[-75.0,50.0],[-75.0,54.0],[-75.0,58.0],[-75.0,62.0],[-75.0,66.0],[-75.0,70.0],[-75.0,74.0],[-75.0,78.0],[-75.0,82.0],[-75.0,86.0],[-75.0,90.0]]},
"properties": {
"degrees": 75,
"direction": "E",
"display":"75.0 E",
"dd":-75,
"FeatureCla":"Graticule","ScaleRank":5,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-60.0,-90],[-60.0,-86.0],[-60.0,-82.0],[-60.0,-78.0],[-60.0,-74.0],[-60.0,-70.0],[-60.0,-66.0],[-60.0,-62.0],[-60.0,-58.0],[-60.0,-54.0],[-60.0,-50.0],[-60.0,-46.0],[-60.0,-42.0],[-60.0,-38.0],[-60.0,-34.0],[-60.0,-30.0],[-60.0,-26.0],[-60.0,-22.0],[-60.0,-18.0],[-60.0,-14.0],[-60.0,-10.0],[-60.0,-6.0],[-60.0,-2.0],[-60.0,2.0],[-60.0,6.0],[-60.0,10.0],[-60.0,14.0],[-60.0,18.0],[-60.0,22.0],[-60.0,26.0],[-60.0,30.0],[-60.0,34.0],[-60.0,38.0],[-60.0,42.0],[-60.0,46.0],[-60.0,50.0],[-60.0,54.0],[-60.0,58.0],[-60.0,62.0],[-60.0,66.0],[-60.0,70.0],[-60.0,74.0],[-60.0,78.0],[-60.0,82.0],[-60.0,86.0],[-60.0,90.0]]},
"properties": {
"degrees": 60,
"direction": "E",
"display":"60.0 E",
"dd":-60,
"FeatureCla":"Graticule","ScaleRank":5,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-45.0,-90],[-45.0,-86.0],[-45.0,-82.0],[-45.0,-78.0],[-45.0,-74.0],[-45.0,-70.0],[-45.0,-66.0],[-45.0,-62.0],[-45.0,-58.0],[-45.0,-54.0],[-45.0,-50.0],[-45.0,-46.0],[-45.0,-42.0],[-45.0,-38.0],[-45.0,-34.0],[-45.0,-30.0],[-45.0,-26.0],[-45.0,-22.0],[-45.0,-18.0],[-45.0,-14.0],[-45.0,-10.0],[-45.0,-6.0],[-45.0,-2.0],[-45.0,2.0],[-45.0,6.0],[-45.0,10.0],[-45.0,14.0],[-45.0,18.0],[-45.0,22.0],[-45.0,26.0],[-45.0,30.0],[-45.0,34.0],[-45.0,38.0],[-45.0,42.0],[-45.0,46.0],[-45.0,50.0],[-45.0,54.0],[-45.0,58.0],[-45.0,62.0],[-45.0,66.0],[-45.0,70.0],[-45.0,74.0],[-45.0,78.0],[-45.0,82.0],[-45.0,86.0],[-45.0,90.0]]},
"properties": {
"degrees": 45,
"direction": "E",
"display":"45.0 E",
"dd":-45,
"FeatureCla":"Graticule","ScaleRank":5,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-30.0,-90],[-30.0,-86.0],[-30.0,-82.0],[-30.0,-78.0],[-30.0,-74.0],[-30.0,-70.0],[-30.0,-66.0],[-30.0,-62.0],[-30.0,-58.0],[-30.0,-54.0],[-30.0,-50.0],[-30.0,-46.0],[-30.0,-42.0],[-30.0,-38.0],[-30.0,-34.0],[-30.0,-30.0],[-30.0,-26.0],[-30.0,-22.0],[-30.0,-18.0],[-30.0,-14.0],[-30.0,-10.0],[-30.0,-6.0],[-30.0,-2.0],[-30.0,2.0],[-30.0,6.0],[-30.0,10.0],[-30.0,14.0],[-30.0,18.0],[-30.0,22.0],[-30.0,26.0],[-30.0,30.0],[-30.0,34.0],[-30.0,38.0],[-30.0,42.0],[-30.0,46.0],[-30.0,50.0],[-30.0,54.0],[-30.0,58.0],[-30.0,62.0],[-30.0,66.0],[-30.0,70.0],[-30.0,74.0],[-30.0,78.0],[-30.0,82.0],[-30.0,86.0],[-30.0,90.0]]},
"properties": {
"degrees": 30,
"direction": "E",
"display":"30.0 E",
"dd":-30,
"FeatureCla":"Graticule","ScaleRank":5,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-15.0,-90],[-15.0,-86.0],[-15.0,-82.0],[-15.0,-78.0],[-15.0,-74.0],[-15.0,-70.0],[-15.0,-66.0],[-15.0,-62.0],[-15.0,-58.0],[-15.0,-54.0],[-15.0,-50.0],[-15.0,-46.0],[-15.0,-42.0],[-15.0,-38.0],[-15.0,-34.0],[-15.0,-30.0],[-15.0,-26.0],[-15.0,-22.0],[-15.0,-18.0],[-15.0,-14.0],[-15.0,-10.0],[-15.0,-6.0],[-15.0,-2.0],[-15.0,2.0],[-15.0,6.0],[-15.0,10.0],[-15.0,14.0],[-15.0,18.0],[-15.0,22.0],[-15.0,26.0],[-15.0,30.0],[-15.0,34.0],[-15.0,38.0],[-15.0,42.0],[-15.0,46.0],[-15.0,50.0],[-15.0,54.0],[-15.0,58.0],[-15.0,62.0],[-15.0,66.0],[-15.0,70.0],[-15.0,74.0],[-15.0,78.0],[-15.0,82.0],[-15.0,86.0],[-15.0,90.0]]},
"properties": {
"degrees": 15,
"direction": "E",
"display":"15.0 E",
"dd":-15,
"FeatureCla":"Graticule","ScaleRank":5,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[0.0,-90],[0.0,-86.0],[0.0,-82.0],[0.0,-78.0],[0.0,-74.0],[0.0,-70.0],[0.0,-66.0],[0.0,-62.0],[0.0,-58.0],[0.0,-54.0],[0.0,-50.0],[0.0,-46.0],[0.0,-42.0],[0.0,-38.0],[0.0,-34.0],[0.0,-30.0],[0.0,-26.0],[0.0,-22.0],[0.0,-18.0],[0.0,-14.0],[0.0,-10.0],[0.0,-6.0],[0.0,-2.0],[0.0,2.0],[0.0,6.0],[0.0,10.0],[0.0,14.0],[0.0,18.0],[0.0,22.0],[0.0,26.0],[0.0,30.0],[0.0,34.0],[0.0,38.0],[0.0,42.0],[0.0,46.0],[0.0,50.0],[0.0,54.0],[0.0,58.0],[0.0,62.0],[0.0,66.0],[0.0,70.0],[0.0,74.0],[0.0,78.0],[0.0,82.0],[0.0,86.0],[0.0,90.0]]},
"properties": {
"degrees": 0,
"direction": "W",
"display":"0.0 W",
"dd":0,
"FeatureCla":"Graticule","ScaleRank":5,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[15.0,-90],[15.0,-86.0],[15.0,-82.0],[15.0,-78.0],[15.0,-74.0],[15.0,-70.0],[15.0,-66.0],[15.0,-62.0],[15.0,-58.0],[15.0,-54.0],[15.0,-50.0],[15.0,-46.0],[15.0,-42.0],[15.0,-38.0],[15.0,-34.0],[15.0,-30.0],[15.0,-26.0],[15.0,-22.0],[15.0,-18.0],[15.0,-14.0],[15.0,-10.0],[15.0,-6.0],[15.0,-2.0],[15.0,2.0],[15.0,6.0],[15.0,10.0],[15.0,14.0],[15.0,18.0],[15.0,22.0],[15.0,26.0],[15.0,30.0],[15.0,34.0],[15.0,38.0],[15.0,42.0],[15.0,46.0],[15.0,50.0],[15.0,54.0],[15.0,58.0],[15.0,62.0],[15.0,66.0],[15.0,70.0],[15.0,74.0],[15.0,78.0],[15.0,82.0],[15.0,86.0],[15.0,90.0]]},
"properties": {
"degrees": 15,
"direction": "W",
"display":"15.0 W",
"dd":15,
"FeatureCla":"Graticule","ScaleRank":5,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[30.0,-90],[30.0,-86.0],[30.0,-82.0],[30.0,-78.0],[30.0,-74.0],[30.0,-70.0],[30.0,-66.0],[30.0,-62.0],[30.0,-58.0],[30.0,-54.0],[30.0,-50.0],[30.0,-46.0],[30.0,-42.0],[30.0,-38.0],[30.0,-34.0],[30.0,-30.0],[30.0,-26.0],[30.0,-22.0],[30.0,-18.0],[30.0,-14.0],[30.0,-10.0],[30.0,-6.0],[30.0,-2.0],[30.0,2.0],[30.0,6.0],[30.0,10.0],[30.0,14.0],[30.0,18.0],[30.0,22.0],[30.0,26.0],[30.0,30.0],[30.0,34.0],[30.0,38.0],[30.0,42.0],[30.0,46.0],[30.0,50.0],[30.0,54.0],[30.0,58.0],[30.0,62.0],[30.0,66.0],[30.0,70.0],[30.0,74.0],[30.0,78.0],[30.0,82.0],[30.0,86.0],[30.0,90.0]]},
"properties": {
"degrees": 30,
"direction": "W",
"display":"30.0 W",
"dd":30,
"FeatureCla":"Graticule","ScaleRank":5,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[45.0,-90],[45.0,-86.0],[45.0,-82.0],[45.0,-78.0],[45.0,-74.0],[45.0,-70.0],[45.0,-66.0],[45.0,-62.0],[45.0,-58.0],[45.0,-54.0],[45.0,-50.0],[45.0,-46.0],[45.0,-42.0],[45.0,-38.0],[45.0,-34.0],[45.0,-30.0],[45.0,-26.0],[45.0,-22.0],[45.0,-18.0],[45.0,-14.0],[45.0,-10.0],[45.0,-6.0],[45.0,-2.0],[45.0,2.0],[45.0,6.0],[45.0,10.0],[45.0,14.0],[45.0,18.0],[45.0,22.0],[45.0,26.0],[45.0,30.0],[45.0,34.0],[45.0,38.0],[45.0,42.0],[45.0,46.0],[45.0,50.0],[45.0,54.0],[45.0,58.0],[45.0,62.0],[45.0,66.0],[45.0,70.0],[45.0,74.0],[45.0,78.0],[45.0,82.0],[45.0,86.0],[45.0,90.0]]},
"properties": {
"degrees": 45,
"direction": "W",
"display":"45.0 W",
"dd":45,
"FeatureCla":"Graticule","ScaleRank":5,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[60.0,-90],[60.0,-86.0],[60.0,-82.0],[60.0,-78.0],[60.0,-74.0],[60.0,-70.0],[60.0,-66.0],[60.0,-62.0],[60.0,-58.0],[60.0,-54.0],[60.0,-50.0],[60.0,-46.0],[60.0,-42.0],[60.0,-38.0],[60.0,-34.0],[60.0,-30.0],[60.0,-26.0],[60.0,-22.0],[60.0,-18.0],[60.0,-14.0],[60.0,-10.0],[60.0,-6.0],[60.0,-2.0],[60.0,2.0],[60.0,6.0],[60.0,10.0],[60.0,14.0],[60.0,18.0],[60.0,22.0],[60.0,26.0],[60.0,30.0],[60.0,34.0],[60.0,38.0],[60.0,42.0],[60.0,46.0],[60.0,50.0],[60.0,54.0],[60.0,58.0],[60.0,62.0],[60.0,66.0],[60.0,70.0],[60.0,74.0],[60.0,78.0],[60.0,82.0],[60.0,86.0],[60.0,90.0]]},
"properties": {
"degrees": 60,
"direction": "W",
"display":"60.0 W",
"dd":60,
"FeatureCla":"Graticule","ScaleRank":5,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[75.0,-90],[75.0,-86.0],[75.0,-82.0],[75.0,-78.0],[75.0,-74.0],[75.0,-70.0],[75.0,-66.0],[75.0,-62.0],[75.0,-58.0],[75.0,-54.0],[75.0,-50.0],[75.0,-46.0],[75.0,-42.0],[75.0,-38.0],[75.0,-34.0],[75.0,-30.0],[75.0,-26.0],[75.0,-22.0],[75.0,-18.0],[75.0,-14.0],[75.0,-10.0],[75.0,-6.0],[75.0,-2.0],[75.0,2.0],[75.0,6.0],[75.0,10.0],[75.0,14.0],[75.0,18.0],[75.0,22.0],[75.0,26.0],[75.0,30.0],[75.0,34.0],[75.0,38.0],[75.0,42.0],[75.0,46.0],[75.0,50.0],[75.0,54.0],[75.0,58.0],[75.0,62.0],[75.0,66.0],[75.0,70.0],[75.0,74.0],[75.0,78.0],[75.0,82.0],[75.0,86.0],[75.0,90.0]]},
"properties": {
"degrees": 75,
"direction": "W",
"display":"75.0 W",
"dd":75,
"FeatureCla":"Graticule","ScaleRank":5,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[90.0,-90],[90.0,-86.0],[90.0,-82.0],[90.0,-78.0],[90.0,-74.0],[90.0,-70.0],[90.0,-66.0],[90.0,-62.0],[90.0,-58.0],[90.0,-54.0],[90.0,-50.0],[90.0,-46.0],[90.0,-42.0],[90.0,-38.0],[90.0,-34.0],[90.0,-30.0],[90.0,-26.0],[90.0,-22.0],[90.0,-18.0],[90.0,-14.0],[90.0,-10.0],[90.0,-6.0],[90.0,-2.0],[90.0,2.0],[90.0,6.0],[90.0,10.0],[90.0,14.0],[90.0,18.0],[90.0,22.0],[90.0,26.0],[90.0,30.0],[90.0,34.0],[90.0,38.0],[90.0,42.0],[90.0,46.0],[90.0,50.0],[90.0,54.0],[90.0,58.0],[90.0,62.0],[90.0,66.0],[90.0,70.0],[90.0,74.0],[90.0,78.0],[90.0,82.0],[90.0,86.0],[90.0,90.0]]},
"properties": {
"degrees": 90,
"direction": "W",
"display":"90.0 W",
"dd":90,
"FeatureCla":"Graticule","ScaleRank":5,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[105.0,-90],[105.0,-86.0],[105.0,-82.0],[105.0,-78.0],[105.0,-74.0],[105.0,-70.0],[105.0,-66.0],[105.0,-62.0],[105.0,-58.0],[105.0,-54.0],[105.0,-50.0],[105.0,-46.0],[105.0,-42.0],[105.0,-38.0],[105.0,-34.0],[105.0,-30.0],[105.0,-26.0],[105.0,-22.0],[105.0,-18.0],[105.0,-14.0],[105.0,-10.0],[105.0,-6.0],[105.0,-2.0],[105.0,2.0],[105.0,6.0],[105.0,10.0],[105.0,14.0],[105.0,18.0],[105.0,22.0],[105.0,26.0],[105.0,30.0],[105.0,34.0],[105.0,38.0],[105.0,42.0],[105.0,46.0],[105.0,50.0],[105.0,54.0],[105.0,58.0],[105.0,62.0],[105.0,66.0],[105.0,70.0],[105.0,74.0],[105.0,78.0],[105.0,82.0],[105.0,86.0],[105.0,90.0]]},
"properties": {
"degrees": 105,
"direction": "W",
"display":"105.0 W",
"dd":105,
"FeatureCla":"Graticule","ScaleRank":5,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[120.0,-90],[120.0,-86.0],[120.0,-82.0],[120.0,-78.0],[120.0,-74.0],[120.0,-70.0],[120.0,-66.0],[120.0,-62.0],[120.0,-58.0],[120.0,-54.0],[120.0,-50.0],[120.0,-46.0],[120.0,-42.0],[120.0,-38.0],[120.0,-34.0],[120.0,-30.0],[120.0,-26.0],[120.0,-22.0],[120.0,-18.0],[120.0,-14.0],[120.0,-10.0],[120.0,-6.0],[120.0,-2.0],[120.0,2.0],[120.0,6.0],[120.0,10.0],[120.0,14.0],[120.0,18.0],[120.0,22.0],[120.0,26.0],[120.0,30.0],[120.0,34.0],[120.0,38.0],[120.0,42.0],[120.0,46.0],[120.0,50.0],[120.0,54.0],[120.0,58.0],[120.0,62.0],[120.0,66.0],[120.0,70.0],[120.0,74.0],[120.0,78.0],[120.0,82.0],[120.0,86.0],[120.0,90.0]]},
"properties": {
"degrees": 120,
"direction": "W",
"display":"120.0 W",
"dd":120,
"FeatureCla":"Graticule","ScaleRank":5,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[135.0,-90],[135.0,-86.0],[135.0,-82.0],[135.0,-78.0],[135.0,-74.0],[135.0,-70.0],[135.0,-66.0],[135.0,-62.0],[135.0,-58.0],[135.0,-54.0],[135.0,-50.0],[135.0,-46.0],[135.0,-42.0],[135.0,-38.0],[135.0,-34.0],[135.0,-30.0],[135.0,-26.0],[135.0,-22.0],[135.0,-18.0],[135.0,-14.0],[135.0,-10.0],[135.0,-6.0],[135.0,-2.0],[135.0,2.0],[135.0,6.0],[135.0,10.0],[135.0,14.0],[135.0,18.0],[135.0,22.0],[135.0,26.0],[135.0,30.0],[135.0,34.0],[135.0,38.0],[135.0,42.0],[135.0,46.0],[135.0,50.0],[135.0,54.0],[135.0,58.0],[135.0,62.0],[135.0,66.0],[135.0,70.0],[135.0,74.0],[135.0,78.0],[135.0,82.0],[135.0,86.0],[135.0,90.0]]},
"properties": {
"degrees": 135,
"direction": "W",
"display":"135.0 W",
"dd":135,
"FeatureCla":"Graticule","ScaleRank":5,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[150.0,-90],[150.0,-86.0],[150.0,-82.0],[150.0,-78.0],[150.0,-74.0],[150.0,-70.0],[150.0,-66.0],[150.0,-62.0],[150.0,-58.0],[150.0,-54.0],[150.0,-50.0],[150.0,-46.0],[150.0,-42.0],[150.0,-38.0],[150.0,-34.0],[150.0,-30.0],[150.0,-26.0],[150.0,-22.0],[150.0,-18.0],[150.0,-14.0],[150.0,-10.0],[150.0,-6.0],[150.0,-2.0],[150.0,2.0],[150.0,6.0],[150.0,10.0],[150.0,14.0],[150.0,18.0],[150.0,22.0],[150.0,26.0],[150.0,30.0],[150.0,34.0],[150.0,38.0],[150.0,42.0],[150.0,46.0],[150.0,50.0],[150.0,54.0],[150.0,58.0],[150.0,62.0],[150.0,66.0],[150.0,70.0],[150.0,74.0],[150.0,78.0],[150.0,82.0],[150.0,86.0],[150.0,90.0]]},
"properties": {
"degrees": 150,
"direction": "W",
"display":"150.0 W",
"dd":150,
"FeatureCla":"Graticule","ScaleRank":5,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[165.0,-90],[165.0,-86.0],[165.0,-82.0],[165.0,-78.0],[165.0,-74.0],[165.0,-70.0],[165.0,-66.0],[165.0,-62.0],[165.0,-58.0],[165.0,-54.0],[165.0,-50.0],[165.0,-46.0],[165.0,-42.0],[165.0,-38.0],[165.0,-34.0],[165.0,-30.0],[165.0,-26.0],[165.0,-22.0],[165.0,-18.0],[165.0,-14.0],[165.0,-10.0],[165.0,-6.0],[165.0,-2.0],[165.0,2.0],[165.0,6.0],[165.0,10.0],[165.0,14.0],[165.0,18.0],[165.0,22.0],[165.0,26.0],[165.0,30.0],[165.0,34.0],[165.0,38.0],[165.0,42.0],[165.0,46.0],[165.0,50.0],[165.0,54.0],[165.0,58.0],[165.0,62.0],[165.0,66.0],[165.0,70.0],[165.0,74.0],[165.0,78.0],[165.0,82.0],[165.0,86.0],[165.0,90.0]]},
"properties": {
"degrees": 165,
"direction": "W",
"display":"165.0 W",
"dd":165,
"FeatureCla":"Graticule","ScaleRank":5,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[180.0,-90],[180.0,-86.0],[180.0,-82.0],[180.0,-78.0],[180.0,-74.0],[180.0,-70.0],[180.0,-66.0],[180.0,-62.0],[180.0,-58.0],[180.0,-54.0],[180.0,-50.0],[180.0,-46.0],[180.0,-42.0],[180.0,-38.0],[180.0,-34.0],[180.0,-30.0],[180.0,-26.0],[180.0,-22.0],[180.0,-18.0],[180.0,-14.0],[180.0,-10.0],[180.0,-6.0],[180.0,-2.0],[180.0,2.0],[180.0,6.0],[180.0,10.0],[180.0,14.0],[180.0,18.0],[180.0,22.0],[180.0,26.0],[180.0,30.0],[180.0,34.0],[180.0,38.0],[180.0,42.0],[180.0,46.0],[180.0,50.0],[180.0,54.0],[180.0,58.0],[180.0,62.0],[180.0,66.0],[180.0,70.0],[180.0,74.0],[180.0,78.0],[180.0,82.0],[180.0,86.0],[180.0,90.0]]},
"properties": {
"degrees": 180,
"direction": "W",
"display":"180.0 W",
"dd":180,
"FeatureCla":"Graticule","ScaleRank":5,
}
},
]}

View File

@ -0,0 +1,349 @@
{ "type": "FeatureCollection","features": [{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-180,-90],[-176.0,-90],[-172.0,-90],[-168.0,-90],[-164.0,-90],[-160.0,-90],[-156.0,-90],[-152.0,-90],[-148.0,-90],[-144.0,-90],[-140.0,-90],[-136.0,-90],[-132.0,-90],[-128.0,-90],[-124.0,-90],[-120.0,-90],[-116.0,-90],[-112.0,-90],[-108.0,-90],[-104.0,-90],[-100.0,-90],[-96.0,-90],[-92.0,-90],[-88.0,-90],[-84.0,-90],[-80.0,-90],[-76.0,-90],[-72.0,-90],[-68.0,-90],[-64.0,-90],[-60.0,-90],[-56.0,-90],[-52.0,-90],[-48.0,-90],[-44.0,-90],[-40.0,-90],[-36.0,-90],[-32.0,-90],[-28.0,-90],[-24.0,-90],[-20.0,-90],[-16.0,-90],[-12.0,-90],[-8.0,-90],[-4.0,-90],[0.0,-90],[4.0,-90],[8.0,-90],[12.0,-90],[16.0,-90],[20.0,-90],[24.0,-90],[28.0,-90],[32.0,-90],[36.0,-90],[40.0,-90],[44.0,-90],[48.0,-90],[52.0,-90],[56.0,-90],[60.0,-90],[64.0,-90],[68.0,-90],[72.0,-90],[76.0,-90],[80.0,-90],[84.0,-90],[88.0,-90],[92.0,-90],[96.0,-90],[100.0,-90],[104.0,-90],[108.0,-90],[112.0,-90],[116.0,-90],[120.0,-90],[124.0,-90],[128.0,-90],[132.0,-90],[136.0,-90],[140.0,-90],[144.0,-90],[148.0,-90],[152.0,-90],[156.0,-90],[160.0,-90],[164.0,-90],[168.0,-90],[172.0,-90],[176.0,-90],[180.0,-90]]},
"properties": {
"degrees": 90,
"direction": "S",
"display":"90 S",
"dd":-90,
"FeatureCla":"Graticule","ScaleRank":4,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-180,-70.0],[-176.0,-70.0],[-172.0,-70.0],[-168.0,-70.0],[-164.0,-70.0],[-160.0,-70.0],[-156.0,-70.0],[-152.0,-70.0],[-148.0,-70.0],[-144.0,-70.0],[-140.0,-70.0],[-136.0,-70.0],[-132.0,-70.0],[-128.0,-70.0],[-124.0,-70.0],[-120.0,-70.0],[-116.0,-70.0],[-112.0,-70.0],[-108.0,-70.0],[-104.0,-70.0],[-100.0,-70.0],[-96.0,-70.0],[-92.0,-70.0],[-88.0,-70.0],[-84.0,-70.0],[-80.0,-70.0],[-76.0,-70.0],[-72.0,-70.0],[-68.0,-70.0],[-64.0,-70.0],[-60.0,-70.0],[-56.0,-70.0],[-52.0,-70.0],[-48.0,-70.0],[-44.0,-70.0],[-40.0,-70.0],[-36.0,-70.0],[-32.0,-70.0],[-28.0,-70.0],[-24.0,-70.0],[-20.0,-70.0],[-16.0,-70.0],[-12.0,-70.0],[-8.0,-70.0],[-4.0,-70.0],[0.0,-70.0],[4.0,-70.0],[8.0,-70.0],[12.0,-70.0],[16.0,-70.0],[20.0,-70.0],[24.0,-70.0],[28.0,-70.0],[32.0,-70.0],[36.0,-70.0],[40.0,-70.0],[44.0,-70.0],[48.0,-70.0],[52.0,-70.0],[56.0,-70.0],[60.0,-70.0],[64.0,-70.0],[68.0,-70.0],[72.0,-70.0],[76.0,-70.0],[80.0,-70.0],[84.0,-70.0],[88.0,-70.0],[92.0,-70.0],[96.0,-70.0],[100.0,-70.0],[104.0,-70.0],[108.0,-70.0],[112.0,-70.0],[116.0,-70.0],[120.0,-70.0],[124.0,-70.0],[128.0,-70.0],[132.0,-70.0],[136.0,-70.0],[140.0,-70.0],[144.0,-70.0],[148.0,-70.0],[152.0,-70.0],[156.0,-70.0],[160.0,-70.0],[164.0,-70.0],[168.0,-70.0],[172.0,-70.0],[176.0,-70.0],[180.0,-70.0]]},
"properties": {
"degrees": 70,
"direction": "S",
"display":"70.0 S",
"dd":-70,
"FeatureCla":"Graticule","ScaleRank":4,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-180,-50.0],[-176.0,-50.0],[-172.0,-50.0],[-168.0,-50.0],[-164.0,-50.0],[-160.0,-50.0],[-156.0,-50.0],[-152.0,-50.0],[-148.0,-50.0],[-144.0,-50.0],[-140.0,-50.0],[-136.0,-50.0],[-132.0,-50.0],[-128.0,-50.0],[-124.0,-50.0],[-120.0,-50.0],[-116.0,-50.0],[-112.0,-50.0],[-108.0,-50.0],[-104.0,-50.0],[-100.0,-50.0],[-96.0,-50.0],[-92.0,-50.0],[-88.0,-50.0],[-84.0,-50.0],[-80.0,-50.0],[-76.0,-50.0],[-72.0,-50.0],[-68.0,-50.0],[-64.0,-50.0],[-60.0,-50.0],[-56.0,-50.0],[-52.0,-50.0],[-48.0,-50.0],[-44.0,-50.0],[-40.0,-50.0],[-36.0,-50.0],[-32.0,-50.0],[-28.0,-50.0],[-24.0,-50.0],[-20.0,-50.0],[-16.0,-50.0],[-12.0,-50.0],[-8.0,-50.0],[-4.0,-50.0],[0.0,-50.0],[4.0,-50.0],[8.0,-50.0],[12.0,-50.0],[16.0,-50.0],[20.0,-50.0],[24.0,-50.0],[28.0,-50.0],[32.0,-50.0],[36.0,-50.0],[40.0,-50.0],[44.0,-50.0],[48.0,-50.0],[52.0,-50.0],[56.0,-50.0],[60.0,-50.0],[64.0,-50.0],[68.0,-50.0],[72.0,-50.0],[76.0,-50.0],[80.0,-50.0],[84.0,-50.0],[88.0,-50.0],[92.0,-50.0],[96.0,-50.0],[100.0,-50.0],[104.0,-50.0],[108.0,-50.0],[112.0,-50.0],[116.0,-50.0],[120.0,-50.0],[124.0,-50.0],[128.0,-50.0],[132.0,-50.0],[136.0,-50.0],[140.0,-50.0],[144.0,-50.0],[148.0,-50.0],[152.0,-50.0],[156.0,-50.0],[160.0,-50.0],[164.0,-50.0],[168.0,-50.0],[172.0,-50.0],[176.0,-50.0],[180.0,-50.0]]},
"properties": {
"degrees": 50,
"direction": "S",
"display":"50.0 S",
"dd":-50,
"FeatureCla":"Graticule","ScaleRank":4,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-180,-30.0],[-176.0,-30.0],[-172.0,-30.0],[-168.0,-30.0],[-164.0,-30.0],[-160.0,-30.0],[-156.0,-30.0],[-152.0,-30.0],[-148.0,-30.0],[-144.0,-30.0],[-140.0,-30.0],[-136.0,-30.0],[-132.0,-30.0],[-128.0,-30.0],[-124.0,-30.0],[-120.0,-30.0],[-116.0,-30.0],[-112.0,-30.0],[-108.0,-30.0],[-104.0,-30.0],[-100.0,-30.0],[-96.0,-30.0],[-92.0,-30.0],[-88.0,-30.0],[-84.0,-30.0],[-80.0,-30.0],[-76.0,-30.0],[-72.0,-30.0],[-68.0,-30.0],[-64.0,-30.0],[-60.0,-30.0],[-56.0,-30.0],[-52.0,-30.0],[-48.0,-30.0],[-44.0,-30.0],[-40.0,-30.0],[-36.0,-30.0],[-32.0,-30.0],[-28.0,-30.0],[-24.0,-30.0],[-20.0,-30.0],[-16.0,-30.0],[-12.0,-30.0],[-8.0,-30.0],[-4.0,-30.0],[0.0,-30.0],[4.0,-30.0],[8.0,-30.0],[12.0,-30.0],[16.0,-30.0],[20.0,-30.0],[24.0,-30.0],[28.0,-30.0],[32.0,-30.0],[36.0,-30.0],[40.0,-30.0],[44.0,-30.0],[48.0,-30.0],[52.0,-30.0],[56.0,-30.0],[60.0,-30.0],[64.0,-30.0],[68.0,-30.0],[72.0,-30.0],[76.0,-30.0],[80.0,-30.0],[84.0,-30.0],[88.0,-30.0],[92.0,-30.0],[96.0,-30.0],[100.0,-30.0],[104.0,-30.0],[108.0,-30.0],[112.0,-30.0],[116.0,-30.0],[120.0,-30.0],[124.0,-30.0],[128.0,-30.0],[132.0,-30.0],[136.0,-30.0],[140.0,-30.0],[144.0,-30.0],[148.0,-30.0],[152.0,-30.0],[156.0,-30.0],[160.0,-30.0],[164.0,-30.0],[168.0,-30.0],[172.0,-30.0],[176.0,-30.0],[180.0,-30.0]]},
"properties": {
"degrees": 30,
"direction": "S",
"display":"30.0 S",
"dd":-30,
"FeatureCla":"Graticule","ScaleRank":4,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-180,-10.0],[-176.0,-10.0],[-172.0,-10.0],[-168.0,-10.0],[-164.0,-10.0],[-160.0,-10.0],[-156.0,-10.0],[-152.0,-10.0],[-148.0,-10.0],[-144.0,-10.0],[-140.0,-10.0],[-136.0,-10.0],[-132.0,-10.0],[-128.0,-10.0],[-124.0,-10.0],[-120.0,-10.0],[-116.0,-10.0],[-112.0,-10.0],[-108.0,-10.0],[-104.0,-10.0],[-100.0,-10.0],[-96.0,-10.0],[-92.0,-10.0],[-88.0,-10.0],[-84.0,-10.0],[-80.0,-10.0],[-76.0,-10.0],[-72.0,-10.0],[-68.0,-10.0],[-64.0,-10.0],[-60.0,-10.0],[-56.0,-10.0],[-52.0,-10.0],[-48.0,-10.0],[-44.0,-10.0],[-40.0,-10.0],[-36.0,-10.0],[-32.0,-10.0],[-28.0,-10.0],[-24.0,-10.0],[-20.0,-10.0],[-16.0,-10.0],[-12.0,-10.0],[-8.0,-10.0],[-4.0,-10.0],[0.0,-10.0],[4.0,-10.0],[8.0,-10.0],[12.0,-10.0],[16.0,-10.0],[20.0,-10.0],[24.0,-10.0],[28.0,-10.0],[32.0,-10.0],[36.0,-10.0],[40.0,-10.0],[44.0,-10.0],[48.0,-10.0],[52.0,-10.0],[56.0,-10.0],[60.0,-10.0],[64.0,-10.0],[68.0,-10.0],[72.0,-10.0],[76.0,-10.0],[80.0,-10.0],[84.0,-10.0],[88.0,-10.0],[92.0,-10.0],[96.0,-10.0],[100.0,-10.0],[104.0,-10.0],[108.0,-10.0],[112.0,-10.0],[116.0,-10.0],[120.0,-10.0],[124.0,-10.0],[128.0,-10.0],[132.0,-10.0],[136.0,-10.0],[140.0,-10.0],[144.0,-10.0],[148.0,-10.0],[152.0,-10.0],[156.0,-10.0],[160.0,-10.0],[164.0,-10.0],[168.0,-10.0],[172.0,-10.0],[176.0,-10.0],[180.0,-10.0]]},
"properties": {
"degrees": 10,
"direction": "S",
"display":"10.0 S",
"dd":-10,
"FeatureCla":"Graticule","ScaleRank":4,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-180,10.0],[-176.0,10.0],[-172.0,10.0],[-168.0,10.0],[-164.0,10.0],[-160.0,10.0],[-156.0,10.0],[-152.0,10.0],[-148.0,10.0],[-144.0,10.0],[-140.0,10.0],[-136.0,10.0],[-132.0,10.0],[-128.0,10.0],[-124.0,10.0],[-120.0,10.0],[-116.0,10.0],[-112.0,10.0],[-108.0,10.0],[-104.0,10.0],[-100.0,10.0],[-96.0,10.0],[-92.0,10.0],[-88.0,10.0],[-84.0,10.0],[-80.0,10.0],[-76.0,10.0],[-72.0,10.0],[-68.0,10.0],[-64.0,10.0],[-60.0,10.0],[-56.0,10.0],[-52.0,10.0],[-48.0,10.0],[-44.0,10.0],[-40.0,10.0],[-36.0,10.0],[-32.0,10.0],[-28.0,10.0],[-24.0,10.0],[-20.0,10.0],[-16.0,10.0],[-12.0,10.0],[-8.0,10.0],[-4.0,10.0],[0.0,10.0],[4.0,10.0],[8.0,10.0],[12.0,10.0],[16.0,10.0],[20.0,10.0],[24.0,10.0],[28.0,10.0],[32.0,10.0],[36.0,10.0],[40.0,10.0],[44.0,10.0],[48.0,10.0],[52.0,10.0],[56.0,10.0],[60.0,10.0],[64.0,10.0],[68.0,10.0],[72.0,10.0],[76.0,10.0],[80.0,10.0],[84.0,10.0],[88.0,10.0],[92.0,10.0],[96.0,10.0],[100.0,10.0],[104.0,10.0],[108.0,10.0],[112.0,10.0],[116.0,10.0],[120.0,10.0],[124.0,10.0],[128.0,10.0],[132.0,10.0],[136.0,10.0],[140.0,10.0],[144.0,10.0],[148.0,10.0],[152.0,10.0],[156.0,10.0],[160.0,10.0],[164.0,10.0],[168.0,10.0],[172.0,10.0],[176.0,10.0],[180.0,10.0]]},
"properties": {
"degrees": 10,
"direction": "N",
"display":"10.0 N",
"dd":10,
"FeatureCla":"Graticule","ScaleRank":4,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-180,30.0],[-176.0,30.0],[-172.0,30.0],[-168.0,30.0],[-164.0,30.0],[-160.0,30.0],[-156.0,30.0],[-152.0,30.0],[-148.0,30.0],[-144.0,30.0],[-140.0,30.0],[-136.0,30.0],[-132.0,30.0],[-128.0,30.0],[-124.0,30.0],[-120.0,30.0],[-116.0,30.0],[-112.0,30.0],[-108.0,30.0],[-104.0,30.0],[-100.0,30.0],[-96.0,30.0],[-92.0,30.0],[-88.0,30.0],[-84.0,30.0],[-80.0,30.0],[-76.0,30.0],[-72.0,30.0],[-68.0,30.0],[-64.0,30.0],[-60.0,30.0],[-56.0,30.0],[-52.0,30.0],[-48.0,30.0],[-44.0,30.0],[-40.0,30.0],[-36.0,30.0],[-32.0,30.0],[-28.0,30.0],[-24.0,30.0],[-20.0,30.0],[-16.0,30.0],[-12.0,30.0],[-8.0,30.0],[-4.0,30.0],[0.0,30.0],[4.0,30.0],[8.0,30.0],[12.0,30.0],[16.0,30.0],[20.0,30.0],[24.0,30.0],[28.0,30.0],[32.0,30.0],[36.0,30.0],[40.0,30.0],[44.0,30.0],[48.0,30.0],[52.0,30.0],[56.0,30.0],[60.0,30.0],[64.0,30.0],[68.0,30.0],[72.0,30.0],[76.0,30.0],[80.0,30.0],[84.0,30.0],[88.0,30.0],[92.0,30.0],[96.0,30.0],[100.0,30.0],[104.0,30.0],[108.0,30.0],[112.0,30.0],[116.0,30.0],[120.0,30.0],[124.0,30.0],[128.0,30.0],[132.0,30.0],[136.0,30.0],[140.0,30.0],[144.0,30.0],[148.0,30.0],[152.0,30.0],[156.0,30.0],[160.0,30.0],[164.0,30.0],[168.0,30.0],[172.0,30.0],[176.0,30.0],[180.0,30.0]]},
"properties": {
"degrees": 30,
"direction": "N",
"display":"30.0 N",
"dd":30,
"FeatureCla":"Graticule","ScaleRank":4,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-180,50.0],[-176.0,50.0],[-172.0,50.0],[-168.0,50.0],[-164.0,50.0],[-160.0,50.0],[-156.0,50.0],[-152.0,50.0],[-148.0,50.0],[-144.0,50.0],[-140.0,50.0],[-136.0,50.0],[-132.0,50.0],[-128.0,50.0],[-124.0,50.0],[-120.0,50.0],[-116.0,50.0],[-112.0,50.0],[-108.0,50.0],[-104.0,50.0],[-100.0,50.0],[-96.0,50.0],[-92.0,50.0],[-88.0,50.0],[-84.0,50.0],[-80.0,50.0],[-76.0,50.0],[-72.0,50.0],[-68.0,50.0],[-64.0,50.0],[-60.0,50.0],[-56.0,50.0],[-52.0,50.0],[-48.0,50.0],[-44.0,50.0],[-40.0,50.0],[-36.0,50.0],[-32.0,50.0],[-28.0,50.0],[-24.0,50.0],[-20.0,50.0],[-16.0,50.0],[-12.0,50.0],[-8.0,50.0],[-4.0,50.0],[0.0,50.0],[4.0,50.0],[8.0,50.0],[12.0,50.0],[16.0,50.0],[20.0,50.0],[24.0,50.0],[28.0,50.0],[32.0,50.0],[36.0,50.0],[40.0,50.0],[44.0,50.0],[48.0,50.0],[52.0,50.0],[56.0,50.0],[60.0,50.0],[64.0,50.0],[68.0,50.0],[72.0,50.0],[76.0,50.0],[80.0,50.0],[84.0,50.0],[88.0,50.0],[92.0,50.0],[96.0,50.0],[100.0,50.0],[104.0,50.0],[108.0,50.0],[112.0,50.0],[116.0,50.0],[120.0,50.0],[124.0,50.0],[128.0,50.0],[132.0,50.0],[136.0,50.0],[140.0,50.0],[144.0,50.0],[148.0,50.0],[152.0,50.0],[156.0,50.0],[160.0,50.0],[164.0,50.0],[168.0,50.0],[172.0,50.0],[176.0,50.0],[180.0,50.0]]},
"properties": {
"degrees": 50,
"direction": "N",
"display":"50.0 N",
"dd":50,
"FeatureCla":"Graticule","ScaleRank":4,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-180,70.0],[-176.0,70.0],[-172.0,70.0],[-168.0,70.0],[-164.0,70.0],[-160.0,70.0],[-156.0,70.0],[-152.0,70.0],[-148.0,70.0],[-144.0,70.0],[-140.0,70.0],[-136.0,70.0],[-132.0,70.0],[-128.0,70.0],[-124.0,70.0],[-120.0,70.0],[-116.0,70.0],[-112.0,70.0],[-108.0,70.0],[-104.0,70.0],[-100.0,70.0],[-96.0,70.0],[-92.0,70.0],[-88.0,70.0],[-84.0,70.0],[-80.0,70.0],[-76.0,70.0],[-72.0,70.0],[-68.0,70.0],[-64.0,70.0],[-60.0,70.0],[-56.0,70.0],[-52.0,70.0],[-48.0,70.0],[-44.0,70.0],[-40.0,70.0],[-36.0,70.0],[-32.0,70.0],[-28.0,70.0],[-24.0,70.0],[-20.0,70.0],[-16.0,70.0],[-12.0,70.0],[-8.0,70.0],[-4.0,70.0],[0.0,70.0],[4.0,70.0],[8.0,70.0],[12.0,70.0],[16.0,70.0],[20.0,70.0],[24.0,70.0],[28.0,70.0],[32.0,70.0],[36.0,70.0],[40.0,70.0],[44.0,70.0],[48.0,70.0],[52.0,70.0],[56.0,70.0],[60.0,70.0],[64.0,70.0],[68.0,70.0],[72.0,70.0],[76.0,70.0],[80.0,70.0],[84.0,70.0],[88.0,70.0],[92.0,70.0],[96.0,70.0],[100.0,70.0],[104.0,70.0],[108.0,70.0],[112.0,70.0],[116.0,70.0],[120.0,70.0],[124.0,70.0],[128.0,70.0],[132.0,70.0],[136.0,70.0],[140.0,70.0],[144.0,70.0],[148.0,70.0],[152.0,70.0],[156.0,70.0],[160.0,70.0],[164.0,70.0],[168.0,70.0],[172.0,70.0],[176.0,70.0],[180.0,70.0]]},
"properties": {
"degrees": 70,
"direction": "N",
"display":"70.0 N",
"dd":70,
"FeatureCla":"Graticule","ScaleRank":4,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-180,90.0],[-176.0,90.0],[-172.0,90.0],[-168.0,90.0],[-164.0,90.0],[-160.0,90.0],[-156.0,90.0],[-152.0,90.0],[-148.0,90.0],[-144.0,90.0],[-140.0,90.0],[-136.0,90.0],[-132.0,90.0],[-128.0,90.0],[-124.0,90.0],[-120.0,90.0],[-116.0,90.0],[-112.0,90.0],[-108.0,90.0],[-104.0,90.0],[-100.0,90.0],[-96.0,90.0],[-92.0,90.0],[-88.0,90.0],[-84.0,90.0],[-80.0,90.0],[-76.0,90.0],[-72.0,90.0],[-68.0,90.0],[-64.0,90.0],[-60.0,90.0],[-56.0,90.0],[-52.0,90.0],[-48.0,90.0],[-44.0,90.0],[-40.0,90.0],[-36.0,90.0],[-32.0,90.0],[-28.0,90.0],[-24.0,90.0],[-20.0,90.0],[-16.0,90.0],[-12.0,90.0],[-8.0,90.0],[-4.0,90.0],[0.0,90.0],[4.0,90.0],[8.0,90.0],[12.0,90.0],[16.0,90.0],[20.0,90.0],[24.0,90.0],[28.0,90.0],[32.0,90.0],[36.0,90.0],[40.0,90.0],[44.0,90.0],[48.0,90.0],[52.0,90.0],[56.0,90.0],[60.0,90.0],[64.0,90.0],[68.0,90.0],[72.0,90.0],[76.0,90.0],[80.0,90.0],[84.0,90.0],[88.0,90.0],[92.0,90.0],[96.0,90.0],[100.0,90.0],[104.0,90.0],[108.0,90.0],[112.0,90.0],[116.0,90.0],[120.0,90.0],[124.0,90.0],[128.0,90.0],[132.0,90.0],[136.0,90.0],[140.0,90.0],[144.0,90.0],[148.0,90.0],[152.0,90.0],[156.0,90.0],[160.0,90.0],[164.0,90.0],[168.0,90.0],[172.0,90.0],[176.0,90.0],[180.0,90.0]]},
"properties": {
"degrees": 90,
"direction": "N",
"display":"90.0 N",
"dd":90,
"FeatureCla":"Graticule","ScaleRank":4,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-180,-90],[-180,-86.0],[-180,-82.0],[-180,-78.0],[-180,-74.0],[-180,-70.0],[-180,-66.0],[-180,-62.0],[-180,-58.0],[-180,-54.0],[-180,-50.0],[-180,-46.0],[-180,-42.0],[-180,-38.0],[-180,-34.0],[-180,-30.0],[-180,-26.0],[-180,-22.0],[-180,-18.0],[-180,-14.0],[-180,-10.0],[-180,-6.0],[-180,-2.0],[-180,2.0],[-180,6.0],[-180,10.0],[-180,14.0],[-180,18.0],[-180,22.0],[-180,26.0],[-180,30.0],[-180,34.0],[-180,38.0],[-180,42.0],[-180,46.0],[-180,50.0],[-180,54.0],[-180,58.0],[-180,62.0],[-180,66.0],[-180,70.0],[-180,74.0],[-180,78.0],[-180,82.0],[-180,86.0],[-180,90.0]]},
"properties": {
"degrees": 180,
"direction": "E",
"display":"180 E",
"dd":-180,
"FeatureCla":"Graticule","ScaleRank":4,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-160.0,-90],[-160.0,-86.0],[-160.0,-82.0],[-160.0,-78.0],[-160.0,-74.0],[-160.0,-70.0],[-160.0,-66.0],[-160.0,-62.0],[-160.0,-58.0],[-160.0,-54.0],[-160.0,-50.0],[-160.0,-46.0],[-160.0,-42.0],[-160.0,-38.0],[-160.0,-34.0],[-160.0,-30.0],[-160.0,-26.0],[-160.0,-22.0],[-160.0,-18.0],[-160.0,-14.0],[-160.0,-10.0],[-160.0,-6.0],[-160.0,-2.0],[-160.0,2.0],[-160.0,6.0],[-160.0,10.0],[-160.0,14.0],[-160.0,18.0],[-160.0,22.0],[-160.0,26.0],[-160.0,30.0],[-160.0,34.0],[-160.0,38.0],[-160.0,42.0],[-160.0,46.0],[-160.0,50.0],[-160.0,54.0],[-160.0,58.0],[-160.0,62.0],[-160.0,66.0],[-160.0,70.0],[-160.0,74.0],[-160.0,78.0],[-160.0,82.0],[-160.0,86.0],[-160.0,90.0]]},
"properties": {
"degrees": 160,
"direction": "E",
"display":"160.0 E",
"dd":-160,
"FeatureCla":"Graticule","ScaleRank":4,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-140.0,-90],[-140.0,-86.0],[-140.0,-82.0],[-140.0,-78.0],[-140.0,-74.0],[-140.0,-70.0],[-140.0,-66.0],[-140.0,-62.0],[-140.0,-58.0],[-140.0,-54.0],[-140.0,-50.0],[-140.0,-46.0],[-140.0,-42.0],[-140.0,-38.0],[-140.0,-34.0],[-140.0,-30.0],[-140.0,-26.0],[-140.0,-22.0],[-140.0,-18.0],[-140.0,-14.0],[-140.0,-10.0],[-140.0,-6.0],[-140.0,-2.0],[-140.0,2.0],[-140.0,6.0],[-140.0,10.0],[-140.0,14.0],[-140.0,18.0],[-140.0,22.0],[-140.0,26.0],[-140.0,30.0],[-140.0,34.0],[-140.0,38.0],[-140.0,42.0],[-140.0,46.0],[-140.0,50.0],[-140.0,54.0],[-140.0,58.0],[-140.0,62.0],[-140.0,66.0],[-140.0,70.0],[-140.0,74.0],[-140.0,78.0],[-140.0,82.0],[-140.0,86.0],[-140.0,90.0]]},
"properties": {
"degrees": 140,
"direction": "E",
"display":"140.0 E",
"dd":-140,
"FeatureCla":"Graticule","ScaleRank":4,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-120.0,-90],[-120.0,-86.0],[-120.0,-82.0],[-120.0,-78.0],[-120.0,-74.0],[-120.0,-70.0],[-120.0,-66.0],[-120.0,-62.0],[-120.0,-58.0],[-120.0,-54.0],[-120.0,-50.0],[-120.0,-46.0],[-120.0,-42.0],[-120.0,-38.0],[-120.0,-34.0],[-120.0,-30.0],[-120.0,-26.0],[-120.0,-22.0],[-120.0,-18.0],[-120.0,-14.0],[-120.0,-10.0],[-120.0,-6.0],[-120.0,-2.0],[-120.0,2.0],[-120.0,6.0],[-120.0,10.0],[-120.0,14.0],[-120.0,18.0],[-120.0,22.0],[-120.0,26.0],[-120.0,30.0],[-120.0,34.0],[-120.0,38.0],[-120.0,42.0],[-120.0,46.0],[-120.0,50.0],[-120.0,54.0],[-120.0,58.0],[-120.0,62.0],[-120.0,66.0],[-120.0,70.0],[-120.0,74.0],[-120.0,78.0],[-120.0,82.0],[-120.0,86.0],[-120.0,90.0]]},
"properties": {
"degrees": 120,
"direction": "E",
"display":"120.0 E",
"dd":-120,
"FeatureCla":"Graticule","ScaleRank":4,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-100.0,-90],[-100.0,-86.0],[-100.0,-82.0],[-100.0,-78.0],[-100.0,-74.0],[-100.0,-70.0],[-100.0,-66.0],[-100.0,-62.0],[-100.0,-58.0],[-100.0,-54.0],[-100.0,-50.0],[-100.0,-46.0],[-100.0,-42.0],[-100.0,-38.0],[-100.0,-34.0],[-100.0,-30.0],[-100.0,-26.0],[-100.0,-22.0],[-100.0,-18.0],[-100.0,-14.0],[-100.0,-10.0],[-100.0,-6.0],[-100.0,-2.0],[-100.0,2.0],[-100.0,6.0],[-100.0,10.0],[-100.0,14.0],[-100.0,18.0],[-100.0,22.0],[-100.0,26.0],[-100.0,30.0],[-100.0,34.0],[-100.0,38.0],[-100.0,42.0],[-100.0,46.0],[-100.0,50.0],[-100.0,54.0],[-100.0,58.0],[-100.0,62.0],[-100.0,66.0],[-100.0,70.0],[-100.0,74.0],[-100.0,78.0],[-100.0,82.0],[-100.0,86.0],[-100.0,90.0]]},
"properties": {
"degrees": 100,
"direction": "E",
"display":"100.0 E",
"dd":-100,
"FeatureCla":"Graticule","ScaleRank":4,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-80.0,-90],[-80.0,-86.0],[-80.0,-82.0],[-80.0,-78.0],[-80.0,-74.0],[-80.0,-70.0],[-80.0,-66.0],[-80.0,-62.0],[-80.0,-58.0],[-80.0,-54.0],[-80.0,-50.0],[-80.0,-46.0],[-80.0,-42.0],[-80.0,-38.0],[-80.0,-34.0],[-80.0,-30.0],[-80.0,-26.0],[-80.0,-22.0],[-80.0,-18.0],[-80.0,-14.0],[-80.0,-10.0],[-80.0,-6.0],[-80.0,-2.0],[-80.0,2.0],[-80.0,6.0],[-80.0,10.0],[-80.0,14.0],[-80.0,18.0],[-80.0,22.0],[-80.0,26.0],[-80.0,30.0],[-80.0,34.0],[-80.0,38.0],[-80.0,42.0],[-80.0,46.0],[-80.0,50.0],[-80.0,54.0],[-80.0,58.0],[-80.0,62.0],[-80.0,66.0],[-80.0,70.0],[-80.0,74.0],[-80.0,78.0],[-80.0,82.0],[-80.0,86.0],[-80.0,90.0]]},
"properties": {
"degrees": 80,
"direction": "E",
"display":"80.0 E",
"dd":-80,
"FeatureCla":"Graticule","ScaleRank":4,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-60.0,-90],[-60.0,-86.0],[-60.0,-82.0],[-60.0,-78.0],[-60.0,-74.0],[-60.0,-70.0],[-60.0,-66.0],[-60.0,-62.0],[-60.0,-58.0],[-60.0,-54.0],[-60.0,-50.0],[-60.0,-46.0],[-60.0,-42.0],[-60.0,-38.0],[-60.0,-34.0],[-60.0,-30.0],[-60.0,-26.0],[-60.0,-22.0],[-60.0,-18.0],[-60.0,-14.0],[-60.0,-10.0],[-60.0,-6.0],[-60.0,-2.0],[-60.0,2.0],[-60.0,6.0],[-60.0,10.0],[-60.0,14.0],[-60.0,18.0],[-60.0,22.0],[-60.0,26.0],[-60.0,30.0],[-60.0,34.0],[-60.0,38.0],[-60.0,42.0],[-60.0,46.0],[-60.0,50.0],[-60.0,54.0],[-60.0,58.0],[-60.0,62.0],[-60.0,66.0],[-60.0,70.0],[-60.0,74.0],[-60.0,78.0],[-60.0,82.0],[-60.0,86.0],[-60.0,90.0]]},
"properties": {
"degrees": 60,
"direction": "E",
"display":"60.0 E",
"dd":-60,
"FeatureCla":"Graticule","ScaleRank":4,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-40.0,-90],[-40.0,-86.0],[-40.0,-82.0],[-40.0,-78.0],[-40.0,-74.0],[-40.0,-70.0],[-40.0,-66.0],[-40.0,-62.0],[-40.0,-58.0],[-40.0,-54.0],[-40.0,-50.0],[-40.0,-46.0],[-40.0,-42.0],[-40.0,-38.0],[-40.0,-34.0],[-40.0,-30.0],[-40.0,-26.0],[-40.0,-22.0],[-40.0,-18.0],[-40.0,-14.0],[-40.0,-10.0],[-40.0,-6.0],[-40.0,-2.0],[-40.0,2.0],[-40.0,6.0],[-40.0,10.0],[-40.0,14.0],[-40.0,18.0],[-40.0,22.0],[-40.0,26.0],[-40.0,30.0],[-40.0,34.0],[-40.0,38.0],[-40.0,42.0],[-40.0,46.0],[-40.0,50.0],[-40.0,54.0],[-40.0,58.0],[-40.0,62.0],[-40.0,66.0],[-40.0,70.0],[-40.0,74.0],[-40.0,78.0],[-40.0,82.0],[-40.0,86.0],[-40.0,90.0]]},
"properties": {
"degrees": 40,
"direction": "E",
"display":"40.0 E",
"dd":-40,
"FeatureCla":"Graticule","ScaleRank":4,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-20.0,-90],[-20.0,-86.0],[-20.0,-82.0],[-20.0,-78.0],[-20.0,-74.0],[-20.0,-70.0],[-20.0,-66.0],[-20.0,-62.0],[-20.0,-58.0],[-20.0,-54.0],[-20.0,-50.0],[-20.0,-46.0],[-20.0,-42.0],[-20.0,-38.0],[-20.0,-34.0],[-20.0,-30.0],[-20.0,-26.0],[-20.0,-22.0],[-20.0,-18.0],[-20.0,-14.0],[-20.0,-10.0],[-20.0,-6.0],[-20.0,-2.0],[-20.0,2.0],[-20.0,6.0],[-20.0,10.0],[-20.0,14.0],[-20.0,18.0],[-20.0,22.0],[-20.0,26.0],[-20.0,30.0],[-20.0,34.0],[-20.0,38.0],[-20.0,42.0],[-20.0,46.0],[-20.0,50.0],[-20.0,54.0],[-20.0,58.0],[-20.0,62.0],[-20.0,66.0],[-20.0,70.0],[-20.0,74.0],[-20.0,78.0],[-20.0,82.0],[-20.0,86.0],[-20.0,90.0]]},
"properties": {
"degrees": 20,
"direction": "E",
"display":"20.0 E",
"dd":-20,
"FeatureCla":"Graticule","ScaleRank":4,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[0.0,-90],[0.0,-86.0],[0.0,-82.0],[0.0,-78.0],[0.0,-74.0],[0.0,-70.0],[0.0,-66.0],[0.0,-62.0],[0.0,-58.0],[0.0,-54.0],[0.0,-50.0],[0.0,-46.0],[0.0,-42.0],[0.0,-38.0],[0.0,-34.0],[0.0,-30.0],[0.0,-26.0],[0.0,-22.0],[0.0,-18.0],[0.0,-14.0],[0.0,-10.0],[0.0,-6.0],[0.0,-2.0],[0.0,2.0],[0.0,6.0],[0.0,10.0],[0.0,14.0],[0.0,18.0],[0.0,22.0],[0.0,26.0],[0.0,30.0],[0.0,34.0],[0.0,38.0],[0.0,42.0],[0.0,46.0],[0.0,50.0],[0.0,54.0],[0.0,58.0],[0.0,62.0],[0.0,66.0],[0.0,70.0],[0.0,74.0],[0.0,78.0],[0.0,82.0],[0.0,86.0],[0.0,90.0]]},
"properties": {
"degrees": 0,
"direction": "W",
"display":"0.0 W",
"dd":0,
"FeatureCla":"Graticule","ScaleRank":4,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[20.0,-90],[20.0,-86.0],[20.0,-82.0],[20.0,-78.0],[20.0,-74.0],[20.0,-70.0],[20.0,-66.0],[20.0,-62.0],[20.0,-58.0],[20.0,-54.0],[20.0,-50.0],[20.0,-46.0],[20.0,-42.0],[20.0,-38.0],[20.0,-34.0],[20.0,-30.0],[20.0,-26.0],[20.0,-22.0],[20.0,-18.0],[20.0,-14.0],[20.0,-10.0],[20.0,-6.0],[20.0,-2.0],[20.0,2.0],[20.0,6.0],[20.0,10.0],[20.0,14.0],[20.0,18.0],[20.0,22.0],[20.0,26.0],[20.0,30.0],[20.0,34.0],[20.0,38.0],[20.0,42.0],[20.0,46.0],[20.0,50.0],[20.0,54.0],[20.0,58.0],[20.0,62.0],[20.0,66.0],[20.0,70.0],[20.0,74.0],[20.0,78.0],[20.0,82.0],[20.0,86.0],[20.0,90.0]]},
"properties": {
"degrees": 20,
"direction": "W",
"display":"20.0 W",
"dd":20,
"FeatureCla":"Graticule","ScaleRank":4,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[40.0,-90],[40.0,-86.0],[40.0,-82.0],[40.0,-78.0],[40.0,-74.0],[40.0,-70.0],[40.0,-66.0],[40.0,-62.0],[40.0,-58.0],[40.0,-54.0],[40.0,-50.0],[40.0,-46.0],[40.0,-42.0],[40.0,-38.0],[40.0,-34.0],[40.0,-30.0],[40.0,-26.0],[40.0,-22.0],[40.0,-18.0],[40.0,-14.0],[40.0,-10.0],[40.0,-6.0],[40.0,-2.0],[40.0,2.0],[40.0,6.0],[40.0,10.0],[40.0,14.0],[40.0,18.0],[40.0,22.0],[40.0,26.0],[40.0,30.0],[40.0,34.0],[40.0,38.0],[40.0,42.0],[40.0,46.0],[40.0,50.0],[40.0,54.0],[40.0,58.0],[40.0,62.0],[40.0,66.0],[40.0,70.0],[40.0,74.0],[40.0,78.0],[40.0,82.0],[40.0,86.0],[40.0,90.0]]},
"properties": {
"degrees": 40,
"direction": "W",
"display":"40.0 W",
"dd":40,
"FeatureCla":"Graticule","ScaleRank":4,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[60.0,-90],[60.0,-86.0],[60.0,-82.0],[60.0,-78.0],[60.0,-74.0],[60.0,-70.0],[60.0,-66.0],[60.0,-62.0],[60.0,-58.0],[60.0,-54.0],[60.0,-50.0],[60.0,-46.0],[60.0,-42.0],[60.0,-38.0],[60.0,-34.0],[60.0,-30.0],[60.0,-26.0],[60.0,-22.0],[60.0,-18.0],[60.0,-14.0],[60.0,-10.0],[60.0,-6.0],[60.0,-2.0],[60.0,2.0],[60.0,6.0],[60.0,10.0],[60.0,14.0],[60.0,18.0],[60.0,22.0],[60.0,26.0],[60.0,30.0],[60.0,34.0],[60.0,38.0],[60.0,42.0],[60.0,46.0],[60.0,50.0],[60.0,54.0],[60.0,58.0],[60.0,62.0],[60.0,66.0],[60.0,70.0],[60.0,74.0],[60.0,78.0],[60.0,82.0],[60.0,86.0],[60.0,90.0]]},
"properties": {
"degrees": 60,
"direction": "W",
"display":"60.0 W",
"dd":60,
"FeatureCla":"Graticule","ScaleRank":4,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[80.0,-90],[80.0,-86.0],[80.0,-82.0],[80.0,-78.0],[80.0,-74.0],[80.0,-70.0],[80.0,-66.0],[80.0,-62.0],[80.0,-58.0],[80.0,-54.0],[80.0,-50.0],[80.0,-46.0],[80.0,-42.0],[80.0,-38.0],[80.0,-34.0],[80.0,-30.0],[80.0,-26.0],[80.0,-22.0],[80.0,-18.0],[80.0,-14.0],[80.0,-10.0],[80.0,-6.0],[80.0,-2.0],[80.0,2.0],[80.0,6.0],[80.0,10.0],[80.0,14.0],[80.0,18.0],[80.0,22.0],[80.0,26.0],[80.0,30.0],[80.0,34.0],[80.0,38.0],[80.0,42.0],[80.0,46.0],[80.0,50.0],[80.0,54.0],[80.0,58.0],[80.0,62.0],[80.0,66.0],[80.0,70.0],[80.0,74.0],[80.0,78.0],[80.0,82.0],[80.0,86.0],[80.0,90.0]]},
"properties": {
"degrees": 80,
"direction": "W",
"display":"80.0 W",
"dd":80,
"FeatureCla":"Graticule","ScaleRank":4,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[100.0,-90],[100.0,-86.0],[100.0,-82.0],[100.0,-78.0],[100.0,-74.0],[100.0,-70.0],[100.0,-66.0],[100.0,-62.0],[100.0,-58.0],[100.0,-54.0],[100.0,-50.0],[100.0,-46.0],[100.0,-42.0],[100.0,-38.0],[100.0,-34.0],[100.0,-30.0],[100.0,-26.0],[100.0,-22.0],[100.0,-18.0],[100.0,-14.0],[100.0,-10.0],[100.0,-6.0],[100.0,-2.0],[100.0,2.0],[100.0,6.0],[100.0,10.0],[100.0,14.0],[100.0,18.0],[100.0,22.0],[100.0,26.0],[100.0,30.0],[100.0,34.0],[100.0,38.0],[100.0,42.0],[100.0,46.0],[100.0,50.0],[100.0,54.0],[100.0,58.0],[100.0,62.0],[100.0,66.0],[100.0,70.0],[100.0,74.0],[100.0,78.0],[100.0,82.0],[100.0,86.0],[100.0,90.0]]},
"properties": {
"degrees": 100,
"direction": "W",
"display":"100.0 W",
"dd":100,
"FeatureCla":"Graticule","ScaleRank":4,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[120.0,-90],[120.0,-86.0],[120.0,-82.0],[120.0,-78.0],[120.0,-74.0],[120.0,-70.0],[120.0,-66.0],[120.0,-62.0],[120.0,-58.0],[120.0,-54.0],[120.0,-50.0],[120.0,-46.0],[120.0,-42.0],[120.0,-38.0],[120.0,-34.0],[120.0,-30.0],[120.0,-26.0],[120.0,-22.0],[120.0,-18.0],[120.0,-14.0],[120.0,-10.0],[120.0,-6.0],[120.0,-2.0],[120.0,2.0],[120.0,6.0],[120.0,10.0],[120.0,14.0],[120.0,18.0],[120.0,22.0],[120.0,26.0],[120.0,30.0],[120.0,34.0],[120.0,38.0],[120.0,42.0],[120.0,46.0],[120.0,50.0],[120.0,54.0],[120.0,58.0],[120.0,62.0],[120.0,66.0],[120.0,70.0],[120.0,74.0],[120.0,78.0],[120.0,82.0],[120.0,86.0],[120.0,90.0]]},
"properties": {
"degrees": 120,
"direction": "W",
"display":"120.0 W",
"dd":120,
"FeatureCla":"Graticule","ScaleRank":4,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[140.0,-90],[140.0,-86.0],[140.0,-82.0],[140.0,-78.0],[140.0,-74.0],[140.0,-70.0],[140.0,-66.0],[140.0,-62.0],[140.0,-58.0],[140.0,-54.0],[140.0,-50.0],[140.0,-46.0],[140.0,-42.0],[140.0,-38.0],[140.0,-34.0],[140.0,-30.0],[140.0,-26.0],[140.0,-22.0],[140.0,-18.0],[140.0,-14.0],[140.0,-10.0],[140.0,-6.0],[140.0,-2.0],[140.0,2.0],[140.0,6.0],[140.0,10.0],[140.0,14.0],[140.0,18.0],[140.0,22.0],[140.0,26.0],[140.0,30.0],[140.0,34.0],[140.0,38.0],[140.0,42.0],[140.0,46.0],[140.0,50.0],[140.0,54.0],[140.0,58.0],[140.0,62.0],[140.0,66.0],[140.0,70.0],[140.0,74.0],[140.0,78.0],[140.0,82.0],[140.0,86.0],[140.0,90.0]]},
"properties": {
"degrees": 140,
"direction": "W",
"display":"140.0 W",
"dd":140,
"FeatureCla":"Graticule","ScaleRank":4,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[160.0,-90],[160.0,-86.0],[160.0,-82.0],[160.0,-78.0],[160.0,-74.0],[160.0,-70.0],[160.0,-66.0],[160.0,-62.0],[160.0,-58.0],[160.0,-54.0],[160.0,-50.0],[160.0,-46.0],[160.0,-42.0],[160.0,-38.0],[160.0,-34.0],[160.0,-30.0],[160.0,-26.0],[160.0,-22.0],[160.0,-18.0],[160.0,-14.0],[160.0,-10.0],[160.0,-6.0],[160.0,-2.0],[160.0,2.0],[160.0,6.0],[160.0,10.0],[160.0,14.0],[160.0,18.0],[160.0,22.0],[160.0,26.0],[160.0,30.0],[160.0,34.0],[160.0,38.0],[160.0,42.0],[160.0,46.0],[160.0,50.0],[160.0,54.0],[160.0,58.0],[160.0,62.0],[160.0,66.0],[160.0,70.0],[160.0,74.0],[160.0,78.0],[160.0,82.0],[160.0,86.0],[160.0,90.0]]},
"properties": {
"degrees": 160,
"direction": "W",
"display":"160.0 W",
"dd":160,
"FeatureCla":"Graticule","ScaleRank":4,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[180.0,-90],[180.0,-86.0],[180.0,-82.0],[180.0,-78.0],[180.0,-74.0],[180.0,-70.0],[180.0,-66.0],[180.0,-62.0],[180.0,-58.0],[180.0,-54.0],[180.0,-50.0],[180.0,-46.0],[180.0,-42.0],[180.0,-38.0],[180.0,-34.0],[180.0,-30.0],[180.0,-26.0],[180.0,-22.0],[180.0,-18.0],[180.0,-14.0],[180.0,-10.0],[180.0,-6.0],[180.0,-2.0],[180.0,2.0],[180.0,6.0],[180.0,10.0],[180.0,14.0],[180.0,18.0],[180.0,22.0],[180.0,26.0],[180.0,30.0],[180.0,34.0],[180.0,38.0],[180.0,42.0],[180.0,46.0],[180.0,50.0],[180.0,54.0],[180.0,58.0],[180.0,62.0],[180.0,66.0],[180.0,70.0],[180.0,74.0],[180.0,78.0],[180.0,82.0],[180.0,86.0],[180.0,90.0]]},
"properties": {
"degrees": 180,
"direction": "W",
"display":"180.0 W",
"dd":180,
"FeatureCla":"Graticule","ScaleRank":4,
}
},
]}

View File

@ -0,0 +1,241 @@
{ "type": "FeatureCollection","features": [{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-180,-90],[-176.0,-90],[-172.0,-90],[-168.0,-90],[-164.0,-90],[-160.0,-90],[-156.0,-90],[-152.0,-90],[-148.0,-90],[-144.0,-90],[-140.0,-90],[-136.0,-90],[-132.0,-90],[-128.0,-90],[-124.0,-90],[-120.0,-90],[-116.0,-90],[-112.0,-90],[-108.0,-90],[-104.0,-90],[-100.0,-90],[-96.0,-90],[-92.0,-90],[-88.0,-90],[-84.0,-90],[-80.0,-90],[-76.0,-90],[-72.0,-90],[-68.0,-90],[-64.0,-90],[-60.0,-90],[-56.0,-90],[-52.0,-90],[-48.0,-90],[-44.0,-90],[-40.0,-90],[-36.0,-90],[-32.0,-90],[-28.0,-90],[-24.0,-90],[-20.0,-90],[-16.0,-90],[-12.0,-90],[-8.0,-90],[-4.0,-90],[0.0,-90],[4.0,-90],[8.0,-90],[12.0,-90],[16.0,-90],[20.0,-90],[24.0,-90],[28.0,-90],[32.0,-90],[36.0,-90],[40.0,-90],[44.0,-90],[48.0,-90],[52.0,-90],[56.0,-90],[60.0,-90],[64.0,-90],[68.0,-90],[72.0,-90],[76.0,-90],[80.0,-90],[84.0,-90],[88.0,-90],[92.0,-90],[96.0,-90],[100.0,-90],[104.0,-90],[108.0,-90],[112.0,-90],[116.0,-90],[120.0,-90],[124.0,-90],[128.0,-90],[132.0,-90],[136.0,-90],[140.0,-90],[144.0,-90],[148.0,-90],[152.0,-90],[156.0,-90],[160.0,-90],[164.0,-90],[168.0,-90],[172.0,-90],[176.0,-90],[180.0,-90]]},
"properties": {
"degrees": 90,
"direction": "S",
"display":"90 S",
"dd":-90,
"FeatureCla":"Graticule","ScaleRank":3,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-180,-60.0],[-176.0,-60.0],[-172.0,-60.0],[-168.0,-60.0],[-164.0,-60.0],[-160.0,-60.0],[-156.0,-60.0],[-152.0,-60.0],[-148.0,-60.0],[-144.0,-60.0],[-140.0,-60.0],[-136.0,-60.0],[-132.0,-60.0],[-128.0,-60.0],[-124.0,-60.0],[-120.0,-60.0],[-116.0,-60.0],[-112.0,-60.0],[-108.0,-60.0],[-104.0,-60.0],[-100.0,-60.0],[-96.0,-60.0],[-92.0,-60.0],[-88.0,-60.0],[-84.0,-60.0],[-80.0,-60.0],[-76.0,-60.0],[-72.0,-60.0],[-68.0,-60.0],[-64.0,-60.0],[-60.0,-60.0],[-56.0,-60.0],[-52.0,-60.0],[-48.0,-60.0],[-44.0,-60.0],[-40.0,-60.0],[-36.0,-60.0],[-32.0,-60.0],[-28.0,-60.0],[-24.0,-60.0],[-20.0,-60.0],[-16.0,-60.0],[-12.0,-60.0],[-8.0,-60.0],[-4.0,-60.0],[0.0,-60.0],[4.0,-60.0],[8.0,-60.0],[12.0,-60.0],[16.0,-60.0],[20.0,-60.0],[24.0,-60.0],[28.0,-60.0],[32.0,-60.0],[36.0,-60.0],[40.0,-60.0],[44.0,-60.0],[48.0,-60.0],[52.0,-60.0],[56.0,-60.0],[60.0,-60.0],[64.0,-60.0],[68.0,-60.0],[72.0,-60.0],[76.0,-60.0],[80.0,-60.0],[84.0,-60.0],[88.0,-60.0],[92.0,-60.0],[96.0,-60.0],[100.0,-60.0],[104.0,-60.0],[108.0,-60.0],[112.0,-60.0],[116.0,-60.0],[120.0,-60.0],[124.0,-60.0],[128.0,-60.0],[132.0,-60.0],[136.0,-60.0],[140.0,-60.0],[144.0,-60.0],[148.0,-60.0],[152.0,-60.0],[156.0,-60.0],[160.0,-60.0],[164.0,-60.0],[168.0,-60.0],[172.0,-60.0],[176.0,-60.0],[180.0,-60.0]]},
"properties": {
"degrees": 60,
"direction": "S",
"display":"60.0 S",
"dd":-60,
"FeatureCla":"Graticule","ScaleRank":3,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-180,-30.0],[-176.0,-30.0],[-172.0,-30.0],[-168.0,-30.0],[-164.0,-30.0],[-160.0,-30.0],[-156.0,-30.0],[-152.0,-30.0],[-148.0,-30.0],[-144.0,-30.0],[-140.0,-30.0],[-136.0,-30.0],[-132.0,-30.0],[-128.0,-30.0],[-124.0,-30.0],[-120.0,-30.0],[-116.0,-30.0],[-112.0,-30.0],[-108.0,-30.0],[-104.0,-30.0],[-100.0,-30.0],[-96.0,-30.0],[-92.0,-30.0],[-88.0,-30.0],[-84.0,-30.0],[-80.0,-30.0],[-76.0,-30.0],[-72.0,-30.0],[-68.0,-30.0],[-64.0,-30.0],[-60.0,-30.0],[-56.0,-30.0],[-52.0,-30.0],[-48.0,-30.0],[-44.0,-30.0],[-40.0,-30.0],[-36.0,-30.0],[-32.0,-30.0],[-28.0,-30.0],[-24.0,-30.0],[-20.0,-30.0],[-16.0,-30.0],[-12.0,-30.0],[-8.0,-30.0],[-4.0,-30.0],[0.0,-30.0],[4.0,-30.0],[8.0,-30.0],[12.0,-30.0],[16.0,-30.0],[20.0,-30.0],[24.0,-30.0],[28.0,-30.0],[32.0,-30.0],[36.0,-30.0],[40.0,-30.0],[44.0,-30.0],[48.0,-30.0],[52.0,-30.0],[56.0,-30.0],[60.0,-30.0],[64.0,-30.0],[68.0,-30.0],[72.0,-30.0],[76.0,-30.0],[80.0,-30.0],[84.0,-30.0],[88.0,-30.0],[92.0,-30.0],[96.0,-30.0],[100.0,-30.0],[104.0,-30.0],[108.0,-30.0],[112.0,-30.0],[116.0,-30.0],[120.0,-30.0],[124.0,-30.0],[128.0,-30.0],[132.0,-30.0],[136.0,-30.0],[140.0,-30.0],[144.0,-30.0],[148.0,-30.0],[152.0,-30.0],[156.0,-30.0],[160.0,-30.0],[164.0,-30.0],[168.0,-30.0],[172.0,-30.0],[176.0,-30.0],[180.0,-30.0]]},
"properties": {
"degrees": 30,
"direction": "S",
"display":"30.0 S",
"dd":-30,
"FeatureCla":"Graticule","ScaleRank":3,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-180,0.0],[-176.0,0.0],[-172.0,0.0],[-168.0,0.0],[-164.0,0.0],[-160.0,0.0],[-156.0,0.0],[-152.0,0.0],[-148.0,0.0],[-144.0,0.0],[-140.0,0.0],[-136.0,0.0],[-132.0,0.0],[-128.0,0.0],[-124.0,0.0],[-120.0,0.0],[-116.0,0.0],[-112.0,0.0],[-108.0,0.0],[-104.0,0.0],[-100.0,0.0],[-96.0,0.0],[-92.0,0.0],[-88.0,0.0],[-84.0,0.0],[-80.0,0.0],[-76.0,0.0],[-72.0,0.0],[-68.0,0.0],[-64.0,0.0],[-60.0,0.0],[-56.0,0.0],[-52.0,0.0],[-48.0,0.0],[-44.0,0.0],[-40.0,0.0],[-36.0,0.0],[-32.0,0.0],[-28.0,0.0],[-24.0,0.0],[-20.0,0.0],[-16.0,0.0],[-12.0,0.0],[-8.0,0.0],[-4.0,0.0],[0.0,0.0],[4.0,0.0],[8.0,0.0],[12.0,0.0],[16.0,0.0],[20.0,0.0],[24.0,0.0],[28.0,0.0],[32.0,0.0],[36.0,0.0],[40.0,0.0],[44.0,0.0],[48.0,0.0],[52.0,0.0],[56.0,0.0],[60.0,0.0],[64.0,0.0],[68.0,0.0],[72.0,0.0],[76.0,0.0],[80.0,0.0],[84.0,0.0],[88.0,0.0],[92.0,0.0],[96.0,0.0],[100.0,0.0],[104.0,0.0],[108.0,0.0],[112.0,0.0],[116.0,0.0],[120.0,0.0],[124.0,0.0],[128.0,0.0],[132.0,0.0],[136.0,0.0],[140.0,0.0],[144.0,0.0],[148.0,0.0],[152.0,0.0],[156.0,0.0],[160.0,0.0],[164.0,0.0],[168.0,0.0],[172.0,0.0],[176.0,0.0],[180.0,0.0]]},
"properties": {
"degrees": 0,
"direction": "N",
"display":"0.0 N",
"dd":0,
"FeatureCla":"Graticule","ScaleRank":3,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-180,30.0],[-176.0,30.0],[-172.0,30.0],[-168.0,30.0],[-164.0,30.0],[-160.0,30.0],[-156.0,30.0],[-152.0,30.0],[-148.0,30.0],[-144.0,30.0],[-140.0,30.0],[-136.0,30.0],[-132.0,30.0],[-128.0,30.0],[-124.0,30.0],[-120.0,30.0],[-116.0,30.0],[-112.0,30.0],[-108.0,30.0],[-104.0,30.0],[-100.0,30.0],[-96.0,30.0],[-92.0,30.0],[-88.0,30.0],[-84.0,30.0],[-80.0,30.0],[-76.0,30.0],[-72.0,30.0],[-68.0,30.0],[-64.0,30.0],[-60.0,30.0],[-56.0,30.0],[-52.0,30.0],[-48.0,30.0],[-44.0,30.0],[-40.0,30.0],[-36.0,30.0],[-32.0,30.0],[-28.0,30.0],[-24.0,30.0],[-20.0,30.0],[-16.0,30.0],[-12.0,30.0],[-8.0,30.0],[-4.0,30.0],[0.0,30.0],[4.0,30.0],[8.0,30.0],[12.0,30.0],[16.0,30.0],[20.0,30.0],[24.0,30.0],[28.0,30.0],[32.0,30.0],[36.0,30.0],[40.0,30.0],[44.0,30.0],[48.0,30.0],[52.0,30.0],[56.0,30.0],[60.0,30.0],[64.0,30.0],[68.0,30.0],[72.0,30.0],[76.0,30.0],[80.0,30.0],[84.0,30.0],[88.0,30.0],[92.0,30.0],[96.0,30.0],[100.0,30.0],[104.0,30.0],[108.0,30.0],[112.0,30.0],[116.0,30.0],[120.0,30.0],[124.0,30.0],[128.0,30.0],[132.0,30.0],[136.0,30.0],[140.0,30.0],[144.0,30.0],[148.0,30.0],[152.0,30.0],[156.0,30.0],[160.0,30.0],[164.0,30.0],[168.0,30.0],[172.0,30.0],[176.0,30.0],[180.0,30.0]]},
"properties": {
"degrees": 30,
"direction": "N",
"display":"30.0 N",
"dd":30,
"FeatureCla":"Graticule","ScaleRank":3,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-180,60.0],[-176.0,60.0],[-172.0,60.0],[-168.0,60.0],[-164.0,60.0],[-160.0,60.0],[-156.0,60.0],[-152.0,60.0],[-148.0,60.0],[-144.0,60.0],[-140.0,60.0],[-136.0,60.0],[-132.0,60.0],[-128.0,60.0],[-124.0,60.0],[-120.0,60.0],[-116.0,60.0],[-112.0,60.0],[-108.0,60.0],[-104.0,60.0],[-100.0,60.0],[-96.0,60.0],[-92.0,60.0],[-88.0,60.0],[-84.0,60.0],[-80.0,60.0],[-76.0,60.0],[-72.0,60.0],[-68.0,60.0],[-64.0,60.0],[-60.0,60.0],[-56.0,60.0],[-52.0,60.0],[-48.0,60.0],[-44.0,60.0],[-40.0,60.0],[-36.0,60.0],[-32.0,60.0],[-28.0,60.0],[-24.0,60.0],[-20.0,60.0],[-16.0,60.0],[-12.0,60.0],[-8.0,60.0],[-4.0,60.0],[0.0,60.0],[4.0,60.0],[8.0,60.0],[12.0,60.0],[16.0,60.0],[20.0,60.0],[24.0,60.0],[28.0,60.0],[32.0,60.0],[36.0,60.0],[40.0,60.0],[44.0,60.0],[48.0,60.0],[52.0,60.0],[56.0,60.0],[60.0,60.0],[64.0,60.0],[68.0,60.0],[72.0,60.0],[76.0,60.0],[80.0,60.0],[84.0,60.0],[88.0,60.0],[92.0,60.0],[96.0,60.0],[100.0,60.0],[104.0,60.0],[108.0,60.0],[112.0,60.0],[116.0,60.0],[120.0,60.0],[124.0,60.0],[128.0,60.0],[132.0,60.0],[136.0,60.0],[140.0,60.0],[144.0,60.0],[148.0,60.0],[152.0,60.0],[156.0,60.0],[160.0,60.0],[164.0,60.0],[168.0,60.0],[172.0,60.0],[176.0,60.0],[180.0,60.0]]},
"properties": {
"degrees": 60,
"direction": "N",
"display":"60.0 N",
"dd":60,
"FeatureCla":"Graticule","ScaleRank":3,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-180,90.0],[-176.0,90.0],[-172.0,90.0],[-168.0,90.0],[-164.0,90.0],[-160.0,90.0],[-156.0,90.0],[-152.0,90.0],[-148.0,90.0],[-144.0,90.0],[-140.0,90.0],[-136.0,90.0],[-132.0,90.0],[-128.0,90.0],[-124.0,90.0],[-120.0,90.0],[-116.0,90.0],[-112.0,90.0],[-108.0,90.0],[-104.0,90.0],[-100.0,90.0],[-96.0,90.0],[-92.0,90.0],[-88.0,90.0],[-84.0,90.0],[-80.0,90.0],[-76.0,90.0],[-72.0,90.0],[-68.0,90.0],[-64.0,90.0],[-60.0,90.0],[-56.0,90.0],[-52.0,90.0],[-48.0,90.0],[-44.0,90.0],[-40.0,90.0],[-36.0,90.0],[-32.0,90.0],[-28.0,90.0],[-24.0,90.0],[-20.0,90.0],[-16.0,90.0],[-12.0,90.0],[-8.0,90.0],[-4.0,90.0],[0.0,90.0],[4.0,90.0],[8.0,90.0],[12.0,90.0],[16.0,90.0],[20.0,90.0],[24.0,90.0],[28.0,90.0],[32.0,90.0],[36.0,90.0],[40.0,90.0],[44.0,90.0],[48.0,90.0],[52.0,90.0],[56.0,90.0],[60.0,90.0],[64.0,90.0],[68.0,90.0],[72.0,90.0],[76.0,90.0],[80.0,90.0],[84.0,90.0],[88.0,90.0],[92.0,90.0],[96.0,90.0],[100.0,90.0],[104.0,90.0],[108.0,90.0],[112.0,90.0],[116.0,90.0],[120.0,90.0],[124.0,90.0],[128.0,90.0],[132.0,90.0],[136.0,90.0],[140.0,90.0],[144.0,90.0],[148.0,90.0],[152.0,90.0],[156.0,90.0],[160.0,90.0],[164.0,90.0],[168.0,90.0],[172.0,90.0],[176.0,90.0],[180.0,90.0]]},
"properties": {
"degrees": 90,
"direction": "N",
"display":"90.0 N",
"dd":90,
"FeatureCla":"Graticule","ScaleRank":3,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-180,-90],[-180,-86.0],[-180,-82.0],[-180,-78.0],[-180,-74.0],[-180,-70.0],[-180,-66.0],[-180,-62.0],[-180,-58.0],[-180,-54.0],[-180,-50.0],[-180,-46.0],[-180,-42.0],[-180,-38.0],[-180,-34.0],[-180,-30.0],[-180,-26.0],[-180,-22.0],[-180,-18.0],[-180,-14.0],[-180,-10.0],[-180,-6.0],[-180,-2.0],[-180,2.0],[-180,6.0],[-180,10.0],[-180,14.0],[-180,18.0],[-180,22.0],[-180,26.0],[-180,30.0],[-180,34.0],[-180,38.0],[-180,42.0],[-180,46.0],[-180,50.0],[-180,54.0],[-180,58.0],[-180,62.0],[-180,66.0],[-180,70.0],[-180,74.0],[-180,78.0],[-180,82.0],[-180,86.0],[-180,90.0]]},
"properties": {
"degrees": 180,
"direction": "E",
"display":"180 E",
"dd":-180,
"FeatureCla":"Graticule","ScaleRank":3,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-150.0,-90],[-150.0,-86.0],[-150.0,-82.0],[-150.0,-78.0],[-150.0,-74.0],[-150.0,-70.0],[-150.0,-66.0],[-150.0,-62.0],[-150.0,-58.0],[-150.0,-54.0],[-150.0,-50.0],[-150.0,-46.0],[-150.0,-42.0],[-150.0,-38.0],[-150.0,-34.0],[-150.0,-30.0],[-150.0,-26.0],[-150.0,-22.0],[-150.0,-18.0],[-150.0,-14.0],[-150.0,-10.0],[-150.0,-6.0],[-150.0,-2.0],[-150.0,2.0],[-150.0,6.0],[-150.0,10.0],[-150.0,14.0],[-150.0,18.0],[-150.0,22.0],[-150.0,26.0],[-150.0,30.0],[-150.0,34.0],[-150.0,38.0],[-150.0,42.0],[-150.0,46.0],[-150.0,50.0],[-150.0,54.0],[-150.0,58.0],[-150.0,62.0],[-150.0,66.0],[-150.0,70.0],[-150.0,74.0],[-150.0,78.0],[-150.0,82.0],[-150.0,86.0],[-150.0,90.0]]},
"properties": {
"degrees": 150,
"direction": "E",
"display":"150.0 E",
"dd":-150,
"FeatureCla":"Graticule","ScaleRank":3,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-120.0,-90],[-120.0,-86.0],[-120.0,-82.0],[-120.0,-78.0],[-120.0,-74.0],[-120.0,-70.0],[-120.0,-66.0],[-120.0,-62.0],[-120.0,-58.0],[-120.0,-54.0],[-120.0,-50.0],[-120.0,-46.0],[-120.0,-42.0],[-120.0,-38.0],[-120.0,-34.0],[-120.0,-30.0],[-120.0,-26.0],[-120.0,-22.0],[-120.0,-18.0],[-120.0,-14.0],[-120.0,-10.0],[-120.0,-6.0],[-120.0,-2.0],[-120.0,2.0],[-120.0,6.0],[-120.0,10.0],[-120.0,14.0],[-120.0,18.0],[-120.0,22.0],[-120.0,26.0],[-120.0,30.0],[-120.0,34.0],[-120.0,38.0],[-120.0,42.0],[-120.0,46.0],[-120.0,50.0],[-120.0,54.0],[-120.0,58.0],[-120.0,62.0],[-120.0,66.0],[-120.0,70.0],[-120.0,74.0],[-120.0,78.0],[-120.0,82.0],[-120.0,86.0],[-120.0,90.0]]},
"properties": {
"degrees": 120,
"direction": "E",
"display":"120.0 E",
"dd":-120,
"FeatureCla":"Graticule","ScaleRank":3,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-90.0,-90],[-90.0,-86.0],[-90.0,-82.0],[-90.0,-78.0],[-90.0,-74.0],[-90.0,-70.0],[-90.0,-66.0],[-90.0,-62.0],[-90.0,-58.0],[-90.0,-54.0],[-90.0,-50.0],[-90.0,-46.0],[-90.0,-42.0],[-90.0,-38.0],[-90.0,-34.0],[-90.0,-30.0],[-90.0,-26.0],[-90.0,-22.0],[-90.0,-18.0],[-90.0,-14.0],[-90.0,-10.0],[-90.0,-6.0],[-90.0,-2.0],[-90.0,2.0],[-90.0,6.0],[-90.0,10.0],[-90.0,14.0],[-90.0,18.0],[-90.0,22.0],[-90.0,26.0],[-90.0,30.0],[-90.0,34.0],[-90.0,38.0],[-90.0,42.0],[-90.0,46.0],[-90.0,50.0],[-90.0,54.0],[-90.0,58.0],[-90.0,62.0],[-90.0,66.0],[-90.0,70.0],[-90.0,74.0],[-90.0,78.0],[-90.0,82.0],[-90.0,86.0],[-90.0,90.0]]},
"properties": {
"degrees": 90,
"direction": "E",
"display":"90.0 E",
"dd":-90,
"FeatureCla":"Graticule","ScaleRank":3,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-60.0,-90],[-60.0,-86.0],[-60.0,-82.0],[-60.0,-78.0],[-60.0,-74.0],[-60.0,-70.0],[-60.0,-66.0],[-60.0,-62.0],[-60.0,-58.0],[-60.0,-54.0],[-60.0,-50.0],[-60.0,-46.0],[-60.0,-42.0],[-60.0,-38.0],[-60.0,-34.0],[-60.0,-30.0],[-60.0,-26.0],[-60.0,-22.0],[-60.0,-18.0],[-60.0,-14.0],[-60.0,-10.0],[-60.0,-6.0],[-60.0,-2.0],[-60.0,2.0],[-60.0,6.0],[-60.0,10.0],[-60.0,14.0],[-60.0,18.0],[-60.0,22.0],[-60.0,26.0],[-60.0,30.0],[-60.0,34.0],[-60.0,38.0],[-60.0,42.0],[-60.0,46.0],[-60.0,50.0],[-60.0,54.0],[-60.0,58.0],[-60.0,62.0],[-60.0,66.0],[-60.0,70.0],[-60.0,74.0],[-60.0,78.0],[-60.0,82.0],[-60.0,86.0],[-60.0,90.0]]},
"properties": {
"degrees": 60,
"direction": "E",
"display":"60.0 E",
"dd":-60,
"FeatureCla":"Graticule","ScaleRank":3,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-30.0,-90],[-30.0,-86.0],[-30.0,-82.0],[-30.0,-78.0],[-30.0,-74.0],[-30.0,-70.0],[-30.0,-66.0],[-30.0,-62.0],[-30.0,-58.0],[-30.0,-54.0],[-30.0,-50.0],[-30.0,-46.0],[-30.0,-42.0],[-30.0,-38.0],[-30.0,-34.0],[-30.0,-30.0],[-30.0,-26.0],[-30.0,-22.0],[-30.0,-18.0],[-30.0,-14.0],[-30.0,-10.0],[-30.0,-6.0],[-30.0,-2.0],[-30.0,2.0],[-30.0,6.0],[-30.0,10.0],[-30.0,14.0],[-30.0,18.0],[-30.0,22.0],[-30.0,26.0],[-30.0,30.0],[-30.0,34.0],[-30.0,38.0],[-30.0,42.0],[-30.0,46.0],[-30.0,50.0],[-30.0,54.0],[-30.0,58.0],[-30.0,62.0],[-30.0,66.0],[-30.0,70.0],[-30.0,74.0],[-30.0,78.0],[-30.0,82.0],[-30.0,86.0],[-30.0,90.0]]},
"properties": {
"degrees": 30,
"direction": "E",
"display":"30.0 E",
"dd":-30,
"FeatureCla":"Graticule","ScaleRank":3,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[0.0,-90],[0.0,-86.0],[0.0,-82.0],[0.0,-78.0],[0.0,-74.0],[0.0,-70.0],[0.0,-66.0],[0.0,-62.0],[0.0,-58.0],[0.0,-54.0],[0.0,-50.0],[0.0,-46.0],[0.0,-42.0],[0.0,-38.0],[0.0,-34.0],[0.0,-30.0],[0.0,-26.0],[0.0,-22.0],[0.0,-18.0],[0.0,-14.0],[0.0,-10.0],[0.0,-6.0],[0.0,-2.0],[0.0,2.0],[0.0,6.0],[0.0,10.0],[0.0,14.0],[0.0,18.0],[0.0,22.0],[0.0,26.0],[0.0,30.0],[0.0,34.0],[0.0,38.0],[0.0,42.0],[0.0,46.0],[0.0,50.0],[0.0,54.0],[0.0,58.0],[0.0,62.0],[0.0,66.0],[0.0,70.0],[0.0,74.0],[0.0,78.0],[0.0,82.0],[0.0,86.0],[0.0,90.0]]},
"properties": {
"degrees": 0,
"direction": "W",
"display":"0.0 W",
"dd":0,
"FeatureCla":"Graticule","ScaleRank":3,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[30.0,-90],[30.0,-86.0],[30.0,-82.0],[30.0,-78.0],[30.0,-74.0],[30.0,-70.0],[30.0,-66.0],[30.0,-62.0],[30.0,-58.0],[30.0,-54.0],[30.0,-50.0],[30.0,-46.0],[30.0,-42.0],[30.0,-38.0],[30.0,-34.0],[30.0,-30.0],[30.0,-26.0],[30.0,-22.0],[30.0,-18.0],[30.0,-14.0],[30.0,-10.0],[30.0,-6.0],[30.0,-2.0],[30.0,2.0],[30.0,6.0],[30.0,10.0],[30.0,14.0],[30.0,18.0],[30.0,22.0],[30.0,26.0],[30.0,30.0],[30.0,34.0],[30.0,38.0],[30.0,42.0],[30.0,46.0],[30.0,50.0],[30.0,54.0],[30.0,58.0],[30.0,62.0],[30.0,66.0],[30.0,70.0],[30.0,74.0],[30.0,78.0],[30.0,82.0],[30.0,86.0],[30.0,90.0]]},
"properties": {
"degrees": 30,
"direction": "W",
"display":"30.0 W",
"dd":30,
"FeatureCla":"Graticule","ScaleRank":3,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[60.0,-90],[60.0,-86.0],[60.0,-82.0],[60.0,-78.0],[60.0,-74.0],[60.0,-70.0],[60.0,-66.0],[60.0,-62.0],[60.0,-58.0],[60.0,-54.0],[60.0,-50.0],[60.0,-46.0],[60.0,-42.0],[60.0,-38.0],[60.0,-34.0],[60.0,-30.0],[60.0,-26.0],[60.0,-22.0],[60.0,-18.0],[60.0,-14.0],[60.0,-10.0],[60.0,-6.0],[60.0,-2.0],[60.0,2.0],[60.0,6.0],[60.0,10.0],[60.0,14.0],[60.0,18.0],[60.0,22.0],[60.0,26.0],[60.0,30.0],[60.0,34.0],[60.0,38.0],[60.0,42.0],[60.0,46.0],[60.0,50.0],[60.0,54.0],[60.0,58.0],[60.0,62.0],[60.0,66.0],[60.0,70.0],[60.0,74.0],[60.0,78.0],[60.0,82.0],[60.0,86.0],[60.0,90.0]]},
"properties": {
"degrees": 60,
"direction": "W",
"display":"60.0 W",
"dd":60,
"FeatureCla":"Graticule","ScaleRank":3,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[90.0,-90],[90.0,-86.0],[90.0,-82.0],[90.0,-78.0],[90.0,-74.0],[90.0,-70.0],[90.0,-66.0],[90.0,-62.0],[90.0,-58.0],[90.0,-54.0],[90.0,-50.0],[90.0,-46.0],[90.0,-42.0],[90.0,-38.0],[90.0,-34.0],[90.0,-30.0],[90.0,-26.0],[90.0,-22.0],[90.0,-18.0],[90.0,-14.0],[90.0,-10.0],[90.0,-6.0],[90.0,-2.0],[90.0,2.0],[90.0,6.0],[90.0,10.0],[90.0,14.0],[90.0,18.0],[90.0,22.0],[90.0,26.0],[90.0,30.0],[90.0,34.0],[90.0,38.0],[90.0,42.0],[90.0,46.0],[90.0,50.0],[90.0,54.0],[90.0,58.0],[90.0,62.0],[90.0,66.0],[90.0,70.0],[90.0,74.0],[90.0,78.0],[90.0,82.0],[90.0,86.0],[90.0,90.0]]},
"properties": {
"degrees": 90,
"direction": "W",
"display":"90.0 W",
"dd":90,
"FeatureCla":"Graticule","ScaleRank":3,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[120.0,-90],[120.0,-86.0],[120.0,-82.0],[120.0,-78.0],[120.0,-74.0],[120.0,-70.0],[120.0,-66.0],[120.0,-62.0],[120.0,-58.0],[120.0,-54.0],[120.0,-50.0],[120.0,-46.0],[120.0,-42.0],[120.0,-38.0],[120.0,-34.0],[120.0,-30.0],[120.0,-26.0],[120.0,-22.0],[120.0,-18.0],[120.0,-14.0],[120.0,-10.0],[120.0,-6.0],[120.0,-2.0],[120.0,2.0],[120.0,6.0],[120.0,10.0],[120.0,14.0],[120.0,18.0],[120.0,22.0],[120.0,26.0],[120.0,30.0],[120.0,34.0],[120.0,38.0],[120.0,42.0],[120.0,46.0],[120.0,50.0],[120.0,54.0],[120.0,58.0],[120.0,62.0],[120.0,66.0],[120.0,70.0],[120.0,74.0],[120.0,78.0],[120.0,82.0],[120.0,86.0],[120.0,90.0]]},
"properties": {
"degrees": 120,
"direction": "W",
"display":"120.0 W",
"dd":120,
"FeatureCla":"Graticule","ScaleRank":3,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[150.0,-90],[150.0,-86.0],[150.0,-82.0],[150.0,-78.0],[150.0,-74.0],[150.0,-70.0],[150.0,-66.0],[150.0,-62.0],[150.0,-58.0],[150.0,-54.0],[150.0,-50.0],[150.0,-46.0],[150.0,-42.0],[150.0,-38.0],[150.0,-34.0],[150.0,-30.0],[150.0,-26.0],[150.0,-22.0],[150.0,-18.0],[150.0,-14.0],[150.0,-10.0],[150.0,-6.0],[150.0,-2.0],[150.0,2.0],[150.0,6.0],[150.0,10.0],[150.0,14.0],[150.0,18.0],[150.0,22.0],[150.0,26.0],[150.0,30.0],[150.0,34.0],[150.0,38.0],[150.0,42.0],[150.0,46.0],[150.0,50.0],[150.0,54.0],[150.0,58.0],[150.0,62.0],[150.0,66.0],[150.0,70.0],[150.0,74.0],[150.0,78.0],[150.0,82.0],[150.0,86.0],[150.0,90.0]]},
"properties": {
"degrees": 150,
"direction": "W",
"display":"150.0 W",
"dd":150,
"FeatureCla":"Graticule","ScaleRank":3,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[180.0,-90],[180.0,-86.0],[180.0,-82.0],[180.0,-78.0],[180.0,-74.0],[180.0,-70.0],[180.0,-66.0],[180.0,-62.0],[180.0,-58.0],[180.0,-54.0],[180.0,-50.0],[180.0,-46.0],[180.0,-42.0],[180.0,-38.0],[180.0,-34.0],[180.0,-30.0],[180.0,-26.0],[180.0,-22.0],[180.0,-18.0],[180.0,-14.0],[180.0,-10.0],[180.0,-6.0],[180.0,-2.0],[180.0,2.0],[180.0,6.0],[180.0,10.0],[180.0,14.0],[180.0,18.0],[180.0,22.0],[180.0,26.0],[180.0,30.0],[180.0,34.0],[180.0,38.0],[180.0,42.0],[180.0,46.0],[180.0,50.0],[180.0,54.0],[180.0,58.0],[180.0,62.0],[180.0,66.0],[180.0,70.0],[180.0,74.0],[180.0,78.0],[180.0,82.0],[180.0,86.0],[180.0,90.0]]},
"properties": {
"degrees": 180,
"direction": "W",
"display":"180.0 W",
"dd":180,
"FeatureCla":"Graticule","ScaleRank":3,
}
},
]}

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,673 @@
{ "type": "FeatureCollection","features": [{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-180,-90],[-178.0,-90],[-176.0,-90],[-174.0,-90],[-172.0,-90],[-170.0,-90],[-168.0,-90],[-166.0,-90],[-164.0,-90],[-162.0,-90],[-160.0,-90],[-158.0,-90],[-156.0,-90],[-154.0,-90],[-152.0,-90],[-150.0,-90],[-148.0,-90],[-146.0,-90],[-144.0,-90],[-142.0,-90],[-140.0,-90],[-138.0,-90],[-136.0,-90],[-134.0,-90],[-132.0,-90],[-130.0,-90],[-128.0,-90],[-126.0,-90],[-124.0,-90],[-122.0,-90],[-120.0,-90],[-118.0,-90],[-116.0,-90],[-114.0,-90],[-112.0,-90],[-110.0,-90],[-108.0,-90],[-106.0,-90],[-104.0,-90],[-102.0,-90],[-100.0,-90],[-98.0,-90],[-96.0,-90],[-94.0,-90],[-92.0,-90],[-90.0,-90],[-88.0,-90],[-86.0,-90],[-84.0,-90],[-82.0,-90],[-80.0,-90],[-78.0,-90],[-76.0,-90],[-74.0,-90],[-72.0,-90],[-70.0,-90],[-68.0,-90],[-66.0,-90],[-64.0,-90],[-62.0,-90],[-60.0,-90],[-58.0,-90],[-56.0,-90],[-54.0,-90],[-52.0,-90],[-50.0,-90],[-48.0,-90],[-46.0,-90],[-44.0,-90],[-42.0,-90],[-40.0,-90],[-38.0,-90],[-36.0,-90],[-34.0,-90],[-32.0,-90],[-30.0,-90],[-28.0,-90],[-26.0,-90],[-24.0,-90],[-22.0,-90],[-20.0,-90],[-18.0,-90],[-16.0,-90],[-14.0,-90],[-12.0,-90],[-10.0,-90],[-8.0,-90],[-6.0,-90],[-4.0,-90],[-2.0,-90],[0.0,-90],[2.0,-90],[4.0,-90],[6.0,-90],[8.0,-90],[10.0,-90],[12.0,-90],[14.0,-90],[16.0,-90],[18.0,-90],[20.0,-90],[22.0,-90],[24.0,-90],[26.0,-90],[28.0,-90],[30.0,-90],[32.0,-90],[34.0,-90],[36.0,-90],[38.0,-90],[40.0,-90],[42.0,-90],[44.0,-90],[46.0,-90],[48.0,-90],[50.0,-90],[52.0,-90],[54.0,-90],[56.0,-90],[58.0,-90],[60.0,-90],[62.0,-90],[64.0,-90],[66.0,-90],[68.0,-90],[70.0,-90],[72.0,-90],[74.0,-90],[76.0,-90],[78.0,-90],[80.0,-90],[82.0,-90],[84.0,-90],[86.0,-90],[88.0,-90],[90.0,-90],[92.0,-90],[94.0,-90],[96.0,-90],[98.0,-90],[100.0,-90],[102.0,-90],[104.0,-90],[106.0,-90],[108.0,-90],[110.0,-90],[112.0,-90],[114.0,-90],[116.0,-90],[118.0,-90],[120.0,-90],[122.0,-90],[124.0,-90],[126.0,-90],[128.0,-90],[130.0,-90],[132.0,-90],[134.0,-90],[136.0,-90],[138.0,-90],[140.0,-90],[142.0,-90],[144.0,-90],[146.0,-90],[148.0,-90],[150.0,-90],[152.0,-90],[154.0,-90],[156.0,-90],[158.0,-90],[160.0,-90],[162.0,-90],[164.0,-90],[166.0,-90],[168.0,-90],[170.0,-90],[172.0,-90],[174.0,-90],[176.0,-90],[178.0,-90],[180.0,-90]]},
"properties": {
"degrees": 90,
"direction": "S",
"display":"90 S",
"dd":-90,
"FeatureCla":"Graticule","ScaleRank":6,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-180,-80.0],[-178.0,-80.0],[-176.0,-80.0],[-174.0,-80.0],[-172.0,-80.0],[-170.0,-80.0],[-168.0,-80.0],[-166.0,-80.0],[-164.0,-80.0],[-162.0,-80.0],[-160.0,-80.0],[-158.0,-80.0],[-156.0,-80.0],[-154.0,-80.0],[-152.0,-80.0],[-150.0,-80.0],[-148.0,-80.0],[-146.0,-80.0],[-144.0,-80.0],[-142.0,-80.0],[-140.0,-80.0],[-138.0,-80.0],[-136.0,-80.0],[-134.0,-80.0],[-132.0,-80.0],[-130.0,-80.0],[-128.0,-80.0],[-126.0,-80.0],[-124.0,-80.0],[-122.0,-80.0],[-120.0,-80.0],[-118.0,-80.0],[-116.0,-80.0],[-114.0,-80.0],[-112.0,-80.0],[-110.0,-80.0],[-108.0,-80.0],[-106.0,-80.0],[-104.0,-80.0],[-102.0,-80.0],[-100.0,-80.0],[-98.0,-80.0],[-96.0,-80.0],[-94.0,-80.0],[-92.0,-80.0],[-90.0,-80.0],[-88.0,-80.0],[-86.0,-80.0],[-84.0,-80.0],[-82.0,-80.0],[-80.0,-80.0],[-78.0,-80.0],[-76.0,-80.0],[-74.0,-80.0],[-72.0,-80.0],[-70.0,-80.0],[-68.0,-80.0],[-66.0,-80.0],[-64.0,-80.0],[-62.0,-80.0],[-60.0,-80.0],[-58.0,-80.0],[-56.0,-80.0],[-54.0,-80.0],[-52.0,-80.0],[-50.0,-80.0],[-48.0,-80.0],[-46.0,-80.0],[-44.0,-80.0],[-42.0,-80.0],[-40.0,-80.0],[-38.0,-80.0],[-36.0,-80.0],[-34.0,-80.0],[-32.0,-80.0],[-30.0,-80.0],[-28.0,-80.0],[-26.0,-80.0],[-24.0,-80.0],[-22.0,-80.0],[-20.0,-80.0],[-18.0,-80.0],[-16.0,-80.0],[-14.0,-80.0],[-12.0,-80.0],[-10.0,-80.0],[-8.0,-80.0],[-6.0,-80.0],[-4.0,-80.0],[-2.0,-80.0],[0.0,-80.0],[2.0,-80.0],[4.0,-80.0],[6.0,-80.0],[8.0,-80.0],[10.0,-80.0],[12.0,-80.0],[14.0,-80.0],[16.0,-80.0],[18.0,-80.0],[20.0,-80.0],[22.0,-80.0],[24.0,-80.0],[26.0,-80.0],[28.0,-80.0],[30.0,-80.0],[32.0,-80.0],[34.0,-80.0],[36.0,-80.0],[38.0,-80.0],[40.0,-80.0],[42.0,-80.0],[44.0,-80.0],[46.0,-80.0],[48.0,-80.0],[50.0,-80.0],[52.0,-80.0],[54.0,-80.0],[56.0,-80.0],[58.0,-80.0],[60.0,-80.0],[62.0,-80.0],[64.0,-80.0],[66.0,-80.0],[68.0,-80.0],[70.0,-80.0],[72.0,-80.0],[74.0,-80.0],[76.0,-80.0],[78.0,-80.0],[80.0,-80.0],[82.0,-80.0],[84.0,-80.0],[86.0,-80.0],[88.0,-80.0],[90.0,-80.0],[92.0,-80.0],[94.0,-80.0],[96.0,-80.0],[98.0,-80.0],[100.0,-80.0],[102.0,-80.0],[104.0,-80.0],[106.0,-80.0],[108.0,-80.0],[110.0,-80.0],[112.0,-80.0],[114.0,-80.0],[116.0,-80.0],[118.0,-80.0],[120.0,-80.0],[122.0,-80.0],[124.0,-80.0],[126.0,-80.0],[128.0,-80.0],[130.0,-80.0],[132.0,-80.0],[134.0,-80.0],[136.0,-80.0],[138.0,-80.0],[140.0,-80.0],[142.0,-80.0],[144.0,-80.0],[146.0,-80.0],[148.0,-80.0],[150.0,-80.0],[152.0,-80.0],[154.0,-80.0],[156.0,-80.0],[158.0,-80.0],[160.0,-80.0],[162.0,-80.0],[164.0,-80.0],[166.0,-80.0],[168.0,-80.0],[170.0,-80.0],[172.0,-80.0],[174.0,-80.0],[176.0,-80.0],[178.0,-80.0],[180.0,-80.0]]},
"properties": {
"degrees": 80,
"direction": "S",
"display":"80.0 S",
"dd":-80,
"FeatureCla":"Graticule","ScaleRank":6,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-180,-70.0],[-178.0,-70.0],[-176.0,-70.0],[-174.0,-70.0],[-172.0,-70.0],[-170.0,-70.0],[-168.0,-70.0],[-166.0,-70.0],[-164.0,-70.0],[-162.0,-70.0],[-160.0,-70.0],[-158.0,-70.0],[-156.0,-70.0],[-154.0,-70.0],[-152.0,-70.0],[-150.0,-70.0],[-148.0,-70.0],[-146.0,-70.0],[-144.0,-70.0],[-142.0,-70.0],[-140.0,-70.0],[-138.0,-70.0],[-136.0,-70.0],[-134.0,-70.0],[-132.0,-70.0],[-130.0,-70.0],[-128.0,-70.0],[-126.0,-70.0],[-124.0,-70.0],[-122.0,-70.0],[-120.0,-70.0],[-118.0,-70.0],[-116.0,-70.0],[-114.0,-70.0],[-112.0,-70.0],[-110.0,-70.0],[-108.0,-70.0],[-106.0,-70.0],[-104.0,-70.0],[-102.0,-70.0],[-100.0,-70.0],[-98.0,-70.0],[-96.0,-70.0],[-94.0,-70.0],[-92.0,-70.0],[-90.0,-70.0],[-88.0,-70.0],[-86.0,-70.0],[-84.0,-70.0],[-82.0,-70.0],[-80.0,-70.0],[-78.0,-70.0],[-76.0,-70.0],[-74.0,-70.0],[-72.0,-70.0],[-70.0,-70.0],[-68.0,-70.0],[-66.0,-70.0],[-64.0,-70.0],[-62.0,-70.0],[-60.0,-70.0],[-58.0,-70.0],[-56.0,-70.0],[-54.0,-70.0],[-52.0,-70.0],[-50.0,-70.0],[-48.0,-70.0],[-46.0,-70.0],[-44.0,-70.0],[-42.0,-70.0],[-40.0,-70.0],[-38.0,-70.0],[-36.0,-70.0],[-34.0,-70.0],[-32.0,-70.0],[-30.0,-70.0],[-28.0,-70.0],[-26.0,-70.0],[-24.0,-70.0],[-22.0,-70.0],[-20.0,-70.0],[-18.0,-70.0],[-16.0,-70.0],[-14.0,-70.0],[-12.0,-70.0],[-10.0,-70.0],[-8.0,-70.0],[-6.0,-70.0],[-4.0,-70.0],[-2.0,-70.0],[0.0,-70.0],[2.0,-70.0],[4.0,-70.0],[6.0,-70.0],[8.0,-70.0],[10.0,-70.0],[12.0,-70.0],[14.0,-70.0],[16.0,-70.0],[18.0,-70.0],[20.0,-70.0],[22.0,-70.0],[24.0,-70.0],[26.0,-70.0],[28.0,-70.0],[30.0,-70.0],[32.0,-70.0],[34.0,-70.0],[36.0,-70.0],[38.0,-70.0],[40.0,-70.0],[42.0,-70.0],[44.0,-70.0],[46.0,-70.0],[48.0,-70.0],[50.0,-70.0],[52.0,-70.0],[54.0,-70.0],[56.0,-70.0],[58.0,-70.0],[60.0,-70.0],[62.0,-70.0],[64.0,-70.0],[66.0,-70.0],[68.0,-70.0],[70.0,-70.0],[72.0,-70.0],[74.0,-70.0],[76.0,-70.0],[78.0,-70.0],[80.0,-70.0],[82.0,-70.0],[84.0,-70.0],[86.0,-70.0],[88.0,-70.0],[90.0,-70.0],[92.0,-70.0],[94.0,-70.0],[96.0,-70.0],[98.0,-70.0],[100.0,-70.0],[102.0,-70.0],[104.0,-70.0],[106.0,-70.0],[108.0,-70.0],[110.0,-70.0],[112.0,-70.0],[114.0,-70.0],[116.0,-70.0],[118.0,-70.0],[120.0,-70.0],[122.0,-70.0],[124.0,-70.0],[126.0,-70.0],[128.0,-70.0],[130.0,-70.0],[132.0,-70.0],[134.0,-70.0],[136.0,-70.0],[138.0,-70.0],[140.0,-70.0],[142.0,-70.0],[144.0,-70.0],[146.0,-70.0],[148.0,-70.0],[150.0,-70.0],[152.0,-70.0],[154.0,-70.0],[156.0,-70.0],[158.0,-70.0],[160.0,-70.0],[162.0,-70.0],[164.0,-70.0],[166.0,-70.0],[168.0,-70.0],[170.0,-70.0],[172.0,-70.0],[174.0,-70.0],[176.0,-70.0],[178.0,-70.0],[180.0,-70.0]]},
"properties": {
"degrees": 70,
"direction": "S",
"display":"70.0 S",
"dd":-70,
"FeatureCla":"Graticule","ScaleRank":6,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-180,-60.0],[-178.0,-60.0],[-176.0,-60.0],[-174.0,-60.0],[-172.0,-60.0],[-170.0,-60.0],[-168.0,-60.0],[-166.0,-60.0],[-164.0,-60.0],[-162.0,-60.0],[-160.0,-60.0],[-158.0,-60.0],[-156.0,-60.0],[-154.0,-60.0],[-152.0,-60.0],[-150.0,-60.0],[-148.0,-60.0],[-146.0,-60.0],[-144.0,-60.0],[-142.0,-60.0],[-140.0,-60.0],[-138.0,-60.0],[-136.0,-60.0],[-134.0,-60.0],[-132.0,-60.0],[-130.0,-60.0],[-128.0,-60.0],[-126.0,-60.0],[-124.0,-60.0],[-122.0,-60.0],[-120.0,-60.0],[-118.0,-60.0],[-116.0,-60.0],[-114.0,-60.0],[-112.0,-60.0],[-110.0,-60.0],[-108.0,-60.0],[-106.0,-60.0],[-104.0,-60.0],[-102.0,-60.0],[-100.0,-60.0],[-98.0,-60.0],[-96.0,-60.0],[-94.0,-60.0],[-92.0,-60.0],[-90.0,-60.0],[-88.0,-60.0],[-86.0,-60.0],[-84.0,-60.0],[-82.0,-60.0],[-80.0,-60.0],[-78.0,-60.0],[-76.0,-60.0],[-74.0,-60.0],[-72.0,-60.0],[-70.0,-60.0],[-68.0,-60.0],[-66.0,-60.0],[-64.0,-60.0],[-62.0,-60.0],[-60.0,-60.0],[-58.0,-60.0],[-56.0,-60.0],[-54.0,-60.0],[-52.0,-60.0],[-50.0,-60.0],[-48.0,-60.0],[-46.0,-60.0],[-44.0,-60.0],[-42.0,-60.0],[-40.0,-60.0],[-38.0,-60.0],[-36.0,-60.0],[-34.0,-60.0],[-32.0,-60.0],[-30.0,-60.0],[-28.0,-60.0],[-26.0,-60.0],[-24.0,-60.0],[-22.0,-60.0],[-20.0,-60.0],[-18.0,-60.0],[-16.0,-60.0],[-14.0,-60.0],[-12.0,-60.0],[-10.0,-60.0],[-8.0,-60.0],[-6.0,-60.0],[-4.0,-60.0],[-2.0,-60.0],[0.0,-60.0],[2.0,-60.0],[4.0,-60.0],[6.0,-60.0],[8.0,-60.0],[10.0,-60.0],[12.0,-60.0],[14.0,-60.0],[16.0,-60.0],[18.0,-60.0],[20.0,-60.0],[22.0,-60.0],[24.0,-60.0],[26.0,-60.0],[28.0,-60.0],[30.0,-60.0],[32.0,-60.0],[34.0,-60.0],[36.0,-60.0],[38.0,-60.0],[40.0,-60.0],[42.0,-60.0],[44.0,-60.0],[46.0,-60.0],[48.0,-60.0],[50.0,-60.0],[52.0,-60.0],[54.0,-60.0],[56.0,-60.0],[58.0,-60.0],[60.0,-60.0],[62.0,-60.0],[64.0,-60.0],[66.0,-60.0],[68.0,-60.0],[70.0,-60.0],[72.0,-60.0],[74.0,-60.0],[76.0,-60.0],[78.0,-60.0],[80.0,-60.0],[82.0,-60.0],[84.0,-60.0],[86.0,-60.0],[88.0,-60.0],[90.0,-60.0],[92.0,-60.0],[94.0,-60.0],[96.0,-60.0],[98.0,-60.0],[100.0,-60.0],[102.0,-60.0],[104.0,-60.0],[106.0,-60.0],[108.0,-60.0],[110.0,-60.0],[112.0,-60.0],[114.0,-60.0],[116.0,-60.0],[118.0,-60.0],[120.0,-60.0],[122.0,-60.0],[124.0,-60.0],[126.0,-60.0],[128.0,-60.0],[130.0,-60.0],[132.0,-60.0],[134.0,-60.0],[136.0,-60.0],[138.0,-60.0],[140.0,-60.0],[142.0,-60.0],[144.0,-60.0],[146.0,-60.0],[148.0,-60.0],[150.0,-60.0],[152.0,-60.0],[154.0,-60.0],[156.0,-60.0],[158.0,-60.0],[160.0,-60.0],[162.0,-60.0],[164.0,-60.0],[166.0,-60.0],[168.0,-60.0],[170.0,-60.0],[172.0,-60.0],[174.0,-60.0],[176.0,-60.0],[178.0,-60.0],[180.0,-60.0]]},
"properties": {
"degrees": 60,
"direction": "S",
"display":"60.0 S",
"dd":-60,
"FeatureCla":"Graticule","ScaleRank":6,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-180,-50.0],[-178.0,-50.0],[-176.0,-50.0],[-174.0,-50.0],[-172.0,-50.0],[-170.0,-50.0],[-168.0,-50.0],[-166.0,-50.0],[-164.0,-50.0],[-162.0,-50.0],[-160.0,-50.0],[-158.0,-50.0],[-156.0,-50.0],[-154.0,-50.0],[-152.0,-50.0],[-150.0,-50.0],[-148.0,-50.0],[-146.0,-50.0],[-144.0,-50.0],[-142.0,-50.0],[-140.0,-50.0],[-138.0,-50.0],[-136.0,-50.0],[-134.0,-50.0],[-132.0,-50.0],[-130.0,-50.0],[-128.0,-50.0],[-126.0,-50.0],[-124.0,-50.0],[-122.0,-50.0],[-120.0,-50.0],[-118.0,-50.0],[-116.0,-50.0],[-114.0,-50.0],[-112.0,-50.0],[-110.0,-50.0],[-108.0,-50.0],[-106.0,-50.0],[-104.0,-50.0],[-102.0,-50.0],[-100.0,-50.0],[-98.0,-50.0],[-96.0,-50.0],[-94.0,-50.0],[-92.0,-50.0],[-90.0,-50.0],[-88.0,-50.0],[-86.0,-50.0],[-84.0,-50.0],[-82.0,-50.0],[-80.0,-50.0],[-78.0,-50.0],[-76.0,-50.0],[-74.0,-50.0],[-72.0,-50.0],[-70.0,-50.0],[-68.0,-50.0],[-66.0,-50.0],[-64.0,-50.0],[-62.0,-50.0],[-60.0,-50.0],[-58.0,-50.0],[-56.0,-50.0],[-54.0,-50.0],[-52.0,-50.0],[-50.0,-50.0],[-48.0,-50.0],[-46.0,-50.0],[-44.0,-50.0],[-42.0,-50.0],[-40.0,-50.0],[-38.0,-50.0],[-36.0,-50.0],[-34.0,-50.0],[-32.0,-50.0],[-30.0,-50.0],[-28.0,-50.0],[-26.0,-50.0],[-24.0,-50.0],[-22.0,-50.0],[-20.0,-50.0],[-18.0,-50.0],[-16.0,-50.0],[-14.0,-50.0],[-12.0,-50.0],[-10.0,-50.0],[-8.0,-50.0],[-6.0,-50.0],[-4.0,-50.0],[-2.0,-50.0],[0.0,-50.0],[2.0,-50.0],[4.0,-50.0],[6.0,-50.0],[8.0,-50.0],[10.0,-50.0],[12.0,-50.0],[14.0,-50.0],[16.0,-50.0],[18.0,-50.0],[20.0,-50.0],[22.0,-50.0],[24.0,-50.0],[26.0,-50.0],[28.0,-50.0],[30.0,-50.0],[32.0,-50.0],[34.0,-50.0],[36.0,-50.0],[38.0,-50.0],[40.0,-50.0],[42.0,-50.0],[44.0,-50.0],[46.0,-50.0],[48.0,-50.0],[50.0,-50.0],[52.0,-50.0],[54.0,-50.0],[56.0,-50.0],[58.0,-50.0],[60.0,-50.0],[62.0,-50.0],[64.0,-50.0],[66.0,-50.0],[68.0,-50.0],[70.0,-50.0],[72.0,-50.0],[74.0,-50.0],[76.0,-50.0],[78.0,-50.0],[80.0,-50.0],[82.0,-50.0],[84.0,-50.0],[86.0,-50.0],[88.0,-50.0],[90.0,-50.0],[92.0,-50.0],[94.0,-50.0],[96.0,-50.0],[98.0,-50.0],[100.0,-50.0],[102.0,-50.0],[104.0,-50.0],[106.0,-50.0],[108.0,-50.0],[110.0,-50.0],[112.0,-50.0],[114.0,-50.0],[116.0,-50.0],[118.0,-50.0],[120.0,-50.0],[122.0,-50.0],[124.0,-50.0],[126.0,-50.0],[128.0,-50.0],[130.0,-50.0],[132.0,-50.0],[134.0,-50.0],[136.0,-50.0],[138.0,-50.0],[140.0,-50.0],[142.0,-50.0],[144.0,-50.0],[146.0,-50.0],[148.0,-50.0],[150.0,-50.0],[152.0,-50.0],[154.0,-50.0],[156.0,-50.0],[158.0,-50.0],[160.0,-50.0],[162.0,-50.0],[164.0,-50.0],[166.0,-50.0],[168.0,-50.0],[170.0,-50.0],[172.0,-50.0],[174.0,-50.0],[176.0,-50.0],[178.0,-50.0],[180.0,-50.0]]},
"properties": {
"degrees": 50,
"direction": "S",
"display":"50.0 S",
"dd":-50,
"FeatureCla":"Graticule","ScaleRank":6,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-180,-40.0],[-178.0,-40.0],[-176.0,-40.0],[-174.0,-40.0],[-172.0,-40.0],[-170.0,-40.0],[-168.0,-40.0],[-166.0,-40.0],[-164.0,-40.0],[-162.0,-40.0],[-160.0,-40.0],[-158.0,-40.0],[-156.0,-40.0],[-154.0,-40.0],[-152.0,-40.0],[-150.0,-40.0],[-148.0,-40.0],[-146.0,-40.0],[-144.0,-40.0],[-142.0,-40.0],[-140.0,-40.0],[-138.0,-40.0],[-136.0,-40.0],[-134.0,-40.0],[-132.0,-40.0],[-130.0,-40.0],[-128.0,-40.0],[-126.0,-40.0],[-124.0,-40.0],[-122.0,-40.0],[-120.0,-40.0],[-118.0,-40.0],[-116.0,-40.0],[-114.0,-40.0],[-112.0,-40.0],[-110.0,-40.0],[-108.0,-40.0],[-106.0,-40.0],[-104.0,-40.0],[-102.0,-40.0],[-100.0,-40.0],[-98.0,-40.0],[-96.0,-40.0],[-94.0,-40.0],[-92.0,-40.0],[-90.0,-40.0],[-88.0,-40.0],[-86.0,-40.0],[-84.0,-40.0],[-82.0,-40.0],[-80.0,-40.0],[-78.0,-40.0],[-76.0,-40.0],[-74.0,-40.0],[-72.0,-40.0],[-70.0,-40.0],[-68.0,-40.0],[-66.0,-40.0],[-64.0,-40.0],[-62.0,-40.0],[-60.0,-40.0],[-58.0,-40.0],[-56.0,-40.0],[-54.0,-40.0],[-52.0,-40.0],[-50.0,-40.0],[-48.0,-40.0],[-46.0,-40.0],[-44.0,-40.0],[-42.0,-40.0],[-40.0,-40.0],[-38.0,-40.0],[-36.0,-40.0],[-34.0,-40.0],[-32.0,-40.0],[-30.0,-40.0],[-28.0,-40.0],[-26.0,-40.0],[-24.0,-40.0],[-22.0,-40.0],[-20.0,-40.0],[-18.0,-40.0],[-16.0,-40.0],[-14.0,-40.0],[-12.0,-40.0],[-10.0,-40.0],[-8.0,-40.0],[-6.0,-40.0],[-4.0,-40.0],[-2.0,-40.0],[0.0,-40.0],[2.0,-40.0],[4.0,-40.0],[6.0,-40.0],[8.0,-40.0],[10.0,-40.0],[12.0,-40.0],[14.0,-40.0],[16.0,-40.0],[18.0,-40.0],[20.0,-40.0],[22.0,-40.0],[24.0,-40.0],[26.0,-40.0],[28.0,-40.0],[30.0,-40.0],[32.0,-40.0],[34.0,-40.0],[36.0,-40.0],[38.0,-40.0],[40.0,-40.0],[42.0,-40.0],[44.0,-40.0],[46.0,-40.0],[48.0,-40.0],[50.0,-40.0],[52.0,-40.0],[54.0,-40.0],[56.0,-40.0],[58.0,-40.0],[60.0,-40.0],[62.0,-40.0],[64.0,-40.0],[66.0,-40.0],[68.0,-40.0],[70.0,-40.0],[72.0,-40.0],[74.0,-40.0],[76.0,-40.0],[78.0,-40.0],[80.0,-40.0],[82.0,-40.0],[84.0,-40.0],[86.0,-40.0],[88.0,-40.0],[90.0,-40.0],[92.0,-40.0],[94.0,-40.0],[96.0,-40.0],[98.0,-40.0],[100.0,-40.0],[102.0,-40.0],[104.0,-40.0],[106.0,-40.0],[108.0,-40.0],[110.0,-40.0],[112.0,-40.0],[114.0,-40.0],[116.0,-40.0],[118.0,-40.0],[120.0,-40.0],[122.0,-40.0],[124.0,-40.0],[126.0,-40.0],[128.0,-40.0],[130.0,-40.0],[132.0,-40.0],[134.0,-40.0],[136.0,-40.0],[138.0,-40.0],[140.0,-40.0],[142.0,-40.0],[144.0,-40.0],[146.0,-40.0],[148.0,-40.0],[150.0,-40.0],[152.0,-40.0],[154.0,-40.0],[156.0,-40.0],[158.0,-40.0],[160.0,-40.0],[162.0,-40.0],[164.0,-40.0],[166.0,-40.0],[168.0,-40.0],[170.0,-40.0],[172.0,-40.0],[174.0,-40.0],[176.0,-40.0],[178.0,-40.0],[180.0,-40.0]]},
"properties": {
"degrees": 40,
"direction": "S",
"display":"40.0 S",
"dd":-40,
"FeatureCla":"Graticule","ScaleRank":6,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-180,-30.0],[-178.0,-30.0],[-176.0,-30.0],[-174.0,-30.0],[-172.0,-30.0],[-170.0,-30.0],[-168.0,-30.0],[-166.0,-30.0],[-164.0,-30.0],[-162.0,-30.0],[-160.0,-30.0],[-158.0,-30.0],[-156.0,-30.0],[-154.0,-30.0],[-152.0,-30.0],[-150.0,-30.0],[-148.0,-30.0],[-146.0,-30.0],[-144.0,-30.0],[-142.0,-30.0],[-140.0,-30.0],[-138.0,-30.0],[-136.0,-30.0],[-134.0,-30.0],[-132.0,-30.0],[-130.0,-30.0],[-128.0,-30.0],[-126.0,-30.0],[-124.0,-30.0],[-122.0,-30.0],[-120.0,-30.0],[-118.0,-30.0],[-116.0,-30.0],[-114.0,-30.0],[-112.0,-30.0],[-110.0,-30.0],[-108.0,-30.0],[-106.0,-30.0],[-104.0,-30.0],[-102.0,-30.0],[-100.0,-30.0],[-98.0,-30.0],[-96.0,-30.0],[-94.0,-30.0],[-92.0,-30.0],[-90.0,-30.0],[-88.0,-30.0],[-86.0,-30.0],[-84.0,-30.0],[-82.0,-30.0],[-80.0,-30.0],[-78.0,-30.0],[-76.0,-30.0],[-74.0,-30.0],[-72.0,-30.0],[-70.0,-30.0],[-68.0,-30.0],[-66.0,-30.0],[-64.0,-30.0],[-62.0,-30.0],[-60.0,-30.0],[-58.0,-30.0],[-56.0,-30.0],[-54.0,-30.0],[-52.0,-30.0],[-50.0,-30.0],[-48.0,-30.0],[-46.0,-30.0],[-44.0,-30.0],[-42.0,-30.0],[-40.0,-30.0],[-38.0,-30.0],[-36.0,-30.0],[-34.0,-30.0],[-32.0,-30.0],[-30.0,-30.0],[-28.0,-30.0],[-26.0,-30.0],[-24.0,-30.0],[-22.0,-30.0],[-20.0,-30.0],[-18.0,-30.0],[-16.0,-30.0],[-14.0,-30.0],[-12.0,-30.0],[-10.0,-30.0],[-8.0,-30.0],[-6.0,-30.0],[-4.0,-30.0],[-2.0,-30.0],[0.0,-30.0],[2.0,-30.0],[4.0,-30.0],[6.0,-30.0],[8.0,-30.0],[10.0,-30.0],[12.0,-30.0],[14.0,-30.0],[16.0,-30.0],[18.0,-30.0],[20.0,-30.0],[22.0,-30.0],[24.0,-30.0],[26.0,-30.0],[28.0,-30.0],[30.0,-30.0],[32.0,-30.0],[34.0,-30.0],[36.0,-30.0],[38.0,-30.0],[40.0,-30.0],[42.0,-30.0],[44.0,-30.0],[46.0,-30.0],[48.0,-30.0],[50.0,-30.0],[52.0,-30.0],[54.0,-30.0],[56.0,-30.0],[58.0,-30.0],[60.0,-30.0],[62.0,-30.0],[64.0,-30.0],[66.0,-30.0],[68.0,-30.0],[70.0,-30.0],[72.0,-30.0],[74.0,-30.0],[76.0,-30.0],[78.0,-30.0],[80.0,-30.0],[82.0,-30.0],[84.0,-30.0],[86.0,-30.0],[88.0,-30.0],[90.0,-30.0],[92.0,-30.0],[94.0,-30.0],[96.0,-30.0],[98.0,-30.0],[100.0,-30.0],[102.0,-30.0],[104.0,-30.0],[106.0,-30.0],[108.0,-30.0],[110.0,-30.0],[112.0,-30.0],[114.0,-30.0],[116.0,-30.0],[118.0,-30.0],[120.0,-30.0],[122.0,-30.0],[124.0,-30.0],[126.0,-30.0],[128.0,-30.0],[130.0,-30.0],[132.0,-30.0],[134.0,-30.0],[136.0,-30.0],[138.0,-30.0],[140.0,-30.0],[142.0,-30.0],[144.0,-30.0],[146.0,-30.0],[148.0,-30.0],[150.0,-30.0],[152.0,-30.0],[154.0,-30.0],[156.0,-30.0],[158.0,-30.0],[160.0,-30.0],[162.0,-30.0],[164.0,-30.0],[166.0,-30.0],[168.0,-30.0],[170.0,-30.0],[172.0,-30.0],[174.0,-30.0],[176.0,-30.0],[178.0,-30.0],[180.0,-30.0]]},
"properties": {
"degrees": 30,
"direction": "S",
"display":"30.0 S",
"dd":-30,
"FeatureCla":"Graticule","ScaleRank":6,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-180,-20.0],[-178.0,-20.0],[-176.0,-20.0],[-174.0,-20.0],[-172.0,-20.0],[-170.0,-20.0],[-168.0,-20.0],[-166.0,-20.0],[-164.0,-20.0],[-162.0,-20.0],[-160.0,-20.0],[-158.0,-20.0],[-156.0,-20.0],[-154.0,-20.0],[-152.0,-20.0],[-150.0,-20.0],[-148.0,-20.0],[-146.0,-20.0],[-144.0,-20.0],[-142.0,-20.0],[-140.0,-20.0],[-138.0,-20.0],[-136.0,-20.0],[-134.0,-20.0],[-132.0,-20.0],[-130.0,-20.0],[-128.0,-20.0],[-126.0,-20.0],[-124.0,-20.0],[-122.0,-20.0],[-120.0,-20.0],[-118.0,-20.0],[-116.0,-20.0],[-114.0,-20.0],[-112.0,-20.0],[-110.0,-20.0],[-108.0,-20.0],[-106.0,-20.0],[-104.0,-20.0],[-102.0,-20.0],[-100.0,-20.0],[-98.0,-20.0],[-96.0,-20.0],[-94.0,-20.0],[-92.0,-20.0],[-90.0,-20.0],[-88.0,-20.0],[-86.0,-20.0],[-84.0,-20.0],[-82.0,-20.0],[-80.0,-20.0],[-78.0,-20.0],[-76.0,-20.0],[-74.0,-20.0],[-72.0,-20.0],[-70.0,-20.0],[-68.0,-20.0],[-66.0,-20.0],[-64.0,-20.0],[-62.0,-20.0],[-60.0,-20.0],[-58.0,-20.0],[-56.0,-20.0],[-54.0,-20.0],[-52.0,-20.0],[-50.0,-20.0],[-48.0,-20.0],[-46.0,-20.0],[-44.0,-20.0],[-42.0,-20.0],[-40.0,-20.0],[-38.0,-20.0],[-36.0,-20.0],[-34.0,-20.0],[-32.0,-20.0],[-30.0,-20.0],[-28.0,-20.0],[-26.0,-20.0],[-24.0,-20.0],[-22.0,-20.0],[-20.0,-20.0],[-18.0,-20.0],[-16.0,-20.0],[-14.0,-20.0],[-12.0,-20.0],[-10.0,-20.0],[-8.0,-20.0],[-6.0,-20.0],[-4.0,-20.0],[-2.0,-20.0],[0.0,-20.0],[2.0,-20.0],[4.0,-20.0],[6.0,-20.0],[8.0,-20.0],[10.0,-20.0],[12.0,-20.0],[14.0,-20.0],[16.0,-20.0],[18.0,-20.0],[20.0,-20.0],[22.0,-20.0],[24.0,-20.0],[26.0,-20.0],[28.0,-20.0],[30.0,-20.0],[32.0,-20.0],[34.0,-20.0],[36.0,-20.0],[38.0,-20.0],[40.0,-20.0],[42.0,-20.0],[44.0,-20.0],[46.0,-20.0],[48.0,-20.0],[50.0,-20.0],[52.0,-20.0],[54.0,-20.0],[56.0,-20.0],[58.0,-20.0],[60.0,-20.0],[62.0,-20.0],[64.0,-20.0],[66.0,-20.0],[68.0,-20.0],[70.0,-20.0],[72.0,-20.0],[74.0,-20.0],[76.0,-20.0],[78.0,-20.0],[80.0,-20.0],[82.0,-20.0],[84.0,-20.0],[86.0,-20.0],[88.0,-20.0],[90.0,-20.0],[92.0,-20.0],[94.0,-20.0],[96.0,-20.0],[98.0,-20.0],[100.0,-20.0],[102.0,-20.0],[104.0,-20.0],[106.0,-20.0],[108.0,-20.0],[110.0,-20.0],[112.0,-20.0],[114.0,-20.0],[116.0,-20.0],[118.0,-20.0],[120.0,-20.0],[122.0,-20.0],[124.0,-20.0],[126.0,-20.0],[128.0,-20.0],[130.0,-20.0],[132.0,-20.0],[134.0,-20.0],[136.0,-20.0],[138.0,-20.0],[140.0,-20.0],[142.0,-20.0],[144.0,-20.0],[146.0,-20.0],[148.0,-20.0],[150.0,-20.0],[152.0,-20.0],[154.0,-20.0],[156.0,-20.0],[158.0,-20.0],[160.0,-20.0],[162.0,-20.0],[164.0,-20.0],[166.0,-20.0],[168.0,-20.0],[170.0,-20.0],[172.0,-20.0],[174.0,-20.0],[176.0,-20.0],[178.0,-20.0],[180.0,-20.0]]},
"properties": {
"degrees": 20,
"direction": "S",
"display":"20.0 S",
"dd":-20,
"FeatureCla":"Graticule","ScaleRank":6,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-180,-10.0],[-178.0,-10.0],[-176.0,-10.0],[-174.0,-10.0],[-172.0,-10.0],[-170.0,-10.0],[-168.0,-10.0],[-166.0,-10.0],[-164.0,-10.0],[-162.0,-10.0],[-160.0,-10.0],[-158.0,-10.0],[-156.0,-10.0],[-154.0,-10.0],[-152.0,-10.0],[-150.0,-10.0],[-148.0,-10.0],[-146.0,-10.0],[-144.0,-10.0],[-142.0,-10.0],[-140.0,-10.0],[-138.0,-10.0],[-136.0,-10.0],[-134.0,-10.0],[-132.0,-10.0],[-130.0,-10.0],[-128.0,-10.0],[-126.0,-10.0],[-124.0,-10.0],[-122.0,-10.0],[-120.0,-10.0],[-118.0,-10.0],[-116.0,-10.0],[-114.0,-10.0],[-112.0,-10.0],[-110.0,-10.0],[-108.0,-10.0],[-106.0,-10.0],[-104.0,-10.0],[-102.0,-10.0],[-100.0,-10.0],[-98.0,-10.0],[-96.0,-10.0],[-94.0,-10.0],[-92.0,-10.0],[-90.0,-10.0],[-88.0,-10.0],[-86.0,-10.0],[-84.0,-10.0],[-82.0,-10.0],[-80.0,-10.0],[-78.0,-10.0],[-76.0,-10.0],[-74.0,-10.0],[-72.0,-10.0],[-70.0,-10.0],[-68.0,-10.0],[-66.0,-10.0],[-64.0,-10.0],[-62.0,-10.0],[-60.0,-10.0],[-58.0,-10.0],[-56.0,-10.0],[-54.0,-10.0],[-52.0,-10.0],[-50.0,-10.0],[-48.0,-10.0],[-46.0,-10.0],[-44.0,-10.0],[-42.0,-10.0],[-40.0,-10.0],[-38.0,-10.0],[-36.0,-10.0],[-34.0,-10.0],[-32.0,-10.0],[-30.0,-10.0],[-28.0,-10.0],[-26.0,-10.0],[-24.0,-10.0],[-22.0,-10.0],[-20.0,-10.0],[-18.0,-10.0],[-16.0,-10.0],[-14.0,-10.0],[-12.0,-10.0],[-10.0,-10.0],[-8.0,-10.0],[-6.0,-10.0],[-4.0,-10.0],[-2.0,-10.0],[0.0,-10.0],[2.0,-10.0],[4.0,-10.0],[6.0,-10.0],[8.0,-10.0],[10.0,-10.0],[12.0,-10.0],[14.0,-10.0],[16.0,-10.0],[18.0,-10.0],[20.0,-10.0],[22.0,-10.0],[24.0,-10.0],[26.0,-10.0],[28.0,-10.0],[30.0,-10.0],[32.0,-10.0],[34.0,-10.0],[36.0,-10.0],[38.0,-10.0],[40.0,-10.0],[42.0,-10.0],[44.0,-10.0],[46.0,-10.0],[48.0,-10.0],[50.0,-10.0],[52.0,-10.0],[54.0,-10.0],[56.0,-10.0],[58.0,-10.0],[60.0,-10.0],[62.0,-10.0],[64.0,-10.0],[66.0,-10.0],[68.0,-10.0],[70.0,-10.0],[72.0,-10.0],[74.0,-10.0],[76.0,-10.0],[78.0,-10.0],[80.0,-10.0],[82.0,-10.0],[84.0,-10.0],[86.0,-10.0],[88.0,-10.0],[90.0,-10.0],[92.0,-10.0],[94.0,-10.0],[96.0,-10.0],[98.0,-10.0],[100.0,-10.0],[102.0,-10.0],[104.0,-10.0],[106.0,-10.0],[108.0,-10.0],[110.0,-10.0],[112.0,-10.0],[114.0,-10.0],[116.0,-10.0],[118.0,-10.0],[120.0,-10.0],[122.0,-10.0],[124.0,-10.0],[126.0,-10.0],[128.0,-10.0],[130.0,-10.0],[132.0,-10.0],[134.0,-10.0],[136.0,-10.0],[138.0,-10.0],[140.0,-10.0],[142.0,-10.0],[144.0,-10.0],[146.0,-10.0],[148.0,-10.0],[150.0,-10.0],[152.0,-10.0],[154.0,-10.0],[156.0,-10.0],[158.0,-10.0],[160.0,-10.0],[162.0,-10.0],[164.0,-10.0],[166.0,-10.0],[168.0,-10.0],[170.0,-10.0],[172.0,-10.0],[174.0,-10.0],[176.0,-10.0],[178.0,-10.0],[180.0,-10.0]]},
"properties": {
"degrees": 10,
"direction": "S",
"display":"10.0 S",
"dd":-10,
"FeatureCla":"Graticule","ScaleRank":6,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-180,0.0],[-178.0,0.0],[-176.0,0.0],[-174.0,0.0],[-172.0,0.0],[-170.0,0.0],[-168.0,0.0],[-166.0,0.0],[-164.0,0.0],[-162.0,0.0],[-160.0,0.0],[-158.0,0.0],[-156.0,0.0],[-154.0,0.0],[-152.0,0.0],[-150.0,0.0],[-148.0,0.0],[-146.0,0.0],[-144.0,0.0],[-142.0,0.0],[-140.0,0.0],[-138.0,0.0],[-136.0,0.0],[-134.0,0.0],[-132.0,0.0],[-130.0,0.0],[-128.0,0.0],[-126.0,0.0],[-124.0,0.0],[-122.0,0.0],[-120.0,0.0],[-118.0,0.0],[-116.0,0.0],[-114.0,0.0],[-112.0,0.0],[-110.0,0.0],[-108.0,0.0],[-106.0,0.0],[-104.0,0.0],[-102.0,0.0],[-100.0,0.0],[-98.0,0.0],[-96.0,0.0],[-94.0,0.0],[-92.0,0.0],[-90.0,0.0],[-88.0,0.0],[-86.0,0.0],[-84.0,0.0],[-82.0,0.0],[-80.0,0.0],[-78.0,0.0],[-76.0,0.0],[-74.0,0.0],[-72.0,0.0],[-70.0,0.0],[-68.0,0.0],[-66.0,0.0],[-64.0,0.0],[-62.0,0.0],[-60.0,0.0],[-58.0,0.0],[-56.0,0.0],[-54.0,0.0],[-52.0,0.0],[-50.0,0.0],[-48.0,0.0],[-46.0,0.0],[-44.0,0.0],[-42.0,0.0],[-40.0,0.0],[-38.0,0.0],[-36.0,0.0],[-34.0,0.0],[-32.0,0.0],[-30.0,0.0],[-28.0,0.0],[-26.0,0.0],[-24.0,0.0],[-22.0,0.0],[-20.0,0.0],[-18.0,0.0],[-16.0,0.0],[-14.0,0.0],[-12.0,0.0],[-10.0,0.0],[-8.0,0.0],[-6.0,0.0],[-4.0,0.0],[-2.0,0.0],[0.0,0.0],[2.0,0.0],[4.0,0.0],[6.0,0.0],[8.0,0.0],[10.0,0.0],[12.0,0.0],[14.0,0.0],[16.0,0.0],[18.0,0.0],[20.0,0.0],[22.0,0.0],[24.0,0.0],[26.0,0.0],[28.0,0.0],[30.0,0.0],[32.0,0.0],[34.0,0.0],[36.0,0.0],[38.0,0.0],[40.0,0.0],[42.0,0.0],[44.0,0.0],[46.0,0.0],[48.0,0.0],[50.0,0.0],[52.0,0.0],[54.0,0.0],[56.0,0.0],[58.0,0.0],[60.0,0.0],[62.0,0.0],[64.0,0.0],[66.0,0.0],[68.0,0.0],[70.0,0.0],[72.0,0.0],[74.0,0.0],[76.0,0.0],[78.0,0.0],[80.0,0.0],[82.0,0.0],[84.0,0.0],[86.0,0.0],[88.0,0.0],[90.0,0.0],[92.0,0.0],[94.0,0.0],[96.0,0.0],[98.0,0.0],[100.0,0.0],[102.0,0.0],[104.0,0.0],[106.0,0.0],[108.0,0.0],[110.0,0.0],[112.0,0.0],[114.0,0.0],[116.0,0.0],[118.0,0.0],[120.0,0.0],[122.0,0.0],[124.0,0.0],[126.0,0.0],[128.0,0.0],[130.0,0.0],[132.0,0.0],[134.0,0.0],[136.0,0.0],[138.0,0.0],[140.0,0.0],[142.0,0.0],[144.0,0.0],[146.0,0.0],[148.0,0.0],[150.0,0.0],[152.0,0.0],[154.0,0.0],[156.0,0.0],[158.0,0.0],[160.0,0.0],[162.0,0.0],[164.0,0.0],[166.0,0.0],[168.0,0.0],[170.0,0.0],[172.0,0.0],[174.0,0.0],[176.0,0.0],[178.0,0.0],[180.0,0.0]]},
"properties": {
"degrees": 0,
"direction": "N",
"display":"0.0 N",
"dd":0,
"FeatureCla":"Graticule","ScaleRank":6,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-180,10.0],[-178.0,10.0],[-176.0,10.0],[-174.0,10.0],[-172.0,10.0],[-170.0,10.0],[-168.0,10.0],[-166.0,10.0],[-164.0,10.0],[-162.0,10.0],[-160.0,10.0],[-158.0,10.0],[-156.0,10.0],[-154.0,10.0],[-152.0,10.0],[-150.0,10.0],[-148.0,10.0],[-146.0,10.0],[-144.0,10.0],[-142.0,10.0],[-140.0,10.0],[-138.0,10.0],[-136.0,10.0],[-134.0,10.0],[-132.0,10.0],[-130.0,10.0],[-128.0,10.0],[-126.0,10.0],[-124.0,10.0],[-122.0,10.0],[-120.0,10.0],[-118.0,10.0],[-116.0,10.0],[-114.0,10.0],[-112.0,10.0],[-110.0,10.0],[-108.0,10.0],[-106.0,10.0],[-104.0,10.0],[-102.0,10.0],[-100.0,10.0],[-98.0,10.0],[-96.0,10.0],[-94.0,10.0],[-92.0,10.0],[-90.0,10.0],[-88.0,10.0],[-86.0,10.0],[-84.0,10.0],[-82.0,10.0],[-80.0,10.0],[-78.0,10.0],[-76.0,10.0],[-74.0,10.0],[-72.0,10.0],[-70.0,10.0],[-68.0,10.0],[-66.0,10.0],[-64.0,10.0],[-62.0,10.0],[-60.0,10.0],[-58.0,10.0],[-56.0,10.0],[-54.0,10.0],[-52.0,10.0],[-50.0,10.0],[-48.0,10.0],[-46.0,10.0],[-44.0,10.0],[-42.0,10.0],[-40.0,10.0],[-38.0,10.0],[-36.0,10.0],[-34.0,10.0],[-32.0,10.0],[-30.0,10.0],[-28.0,10.0],[-26.0,10.0],[-24.0,10.0],[-22.0,10.0],[-20.0,10.0],[-18.0,10.0],[-16.0,10.0],[-14.0,10.0],[-12.0,10.0],[-10.0,10.0],[-8.0,10.0],[-6.0,10.0],[-4.0,10.0],[-2.0,10.0],[0.0,10.0],[2.0,10.0],[4.0,10.0],[6.0,10.0],[8.0,10.0],[10.0,10.0],[12.0,10.0],[14.0,10.0],[16.0,10.0],[18.0,10.0],[20.0,10.0],[22.0,10.0],[24.0,10.0],[26.0,10.0],[28.0,10.0],[30.0,10.0],[32.0,10.0],[34.0,10.0],[36.0,10.0],[38.0,10.0],[40.0,10.0],[42.0,10.0],[44.0,10.0],[46.0,10.0],[48.0,10.0],[50.0,10.0],[52.0,10.0],[54.0,10.0],[56.0,10.0],[58.0,10.0],[60.0,10.0],[62.0,10.0],[64.0,10.0],[66.0,10.0],[68.0,10.0],[70.0,10.0],[72.0,10.0],[74.0,10.0],[76.0,10.0],[78.0,10.0],[80.0,10.0],[82.0,10.0],[84.0,10.0],[86.0,10.0],[88.0,10.0],[90.0,10.0],[92.0,10.0],[94.0,10.0],[96.0,10.0],[98.0,10.0],[100.0,10.0],[102.0,10.0],[104.0,10.0],[106.0,10.0],[108.0,10.0],[110.0,10.0],[112.0,10.0],[114.0,10.0],[116.0,10.0],[118.0,10.0],[120.0,10.0],[122.0,10.0],[124.0,10.0],[126.0,10.0],[128.0,10.0],[130.0,10.0],[132.0,10.0],[134.0,10.0],[136.0,10.0],[138.0,10.0],[140.0,10.0],[142.0,10.0],[144.0,10.0],[146.0,10.0],[148.0,10.0],[150.0,10.0],[152.0,10.0],[154.0,10.0],[156.0,10.0],[158.0,10.0],[160.0,10.0],[162.0,10.0],[164.0,10.0],[166.0,10.0],[168.0,10.0],[170.0,10.0],[172.0,10.0],[174.0,10.0],[176.0,10.0],[178.0,10.0],[180.0,10.0]]},
"properties": {
"degrees": 10,
"direction": "N",
"display":"10.0 N",
"dd":10,
"FeatureCla":"Graticule","ScaleRank":6,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-180,20.0],[-178.0,20.0],[-176.0,20.0],[-174.0,20.0],[-172.0,20.0],[-170.0,20.0],[-168.0,20.0],[-166.0,20.0],[-164.0,20.0],[-162.0,20.0],[-160.0,20.0],[-158.0,20.0],[-156.0,20.0],[-154.0,20.0],[-152.0,20.0],[-150.0,20.0],[-148.0,20.0],[-146.0,20.0],[-144.0,20.0],[-142.0,20.0],[-140.0,20.0],[-138.0,20.0],[-136.0,20.0],[-134.0,20.0],[-132.0,20.0],[-130.0,20.0],[-128.0,20.0],[-126.0,20.0],[-124.0,20.0],[-122.0,20.0],[-120.0,20.0],[-118.0,20.0],[-116.0,20.0],[-114.0,20.0],[-112.0,20.0],[-110.0,20.0],[-108.0,20.0],[-106.0,20.0],[-104.0,20.0],[-102.0,20.0],[-100.0,20.0],[-98.0,20.0],[-96.0,20.0],[-94.0,20.0],[-92.0,20.0],[-90.0,20.0],[-88.0,20.0],[-86.0,20.0],[-84.0,20.0],[-82.0,20.0],[-80.0,20.0],[-78.0,20.0],[-76.0,20.0],[-74.0,20.0],[-72.0,20.0],[-70.0,20.0],[-68.0,20.0],[-66.0,20.0],[-64.0,20.0],[-62.0,20.0],[-60.0,20.0],[-58.0,20.0],[-56.0,20.0],[-54.0,20.0],[-52.0,20.0],[-50.0,20.0],[-48.0,20.0],[-46.0,20.0],[-44.0,20.0],[-42.0,20.0],[-40.0,20.0],[-38.0,20.0],[-36.0,20.0],[-34.0,20.0],[-32.0,20.0],[-30.0,20.0],[-28.0,20.0],[-26.0,20.0],[-24.0,20.0],[-22.0,20.0],[-20.0,20.0],[-18.0,20.0],[-16.0,20.0],[-14.0,20.0],[-12.0,20.0],[-10.0,20.0],[-8.0,20.0],[-6.0,20.0],[-4.0,20.0],[-2.0,20.0],[0.0,20.0],[2.0,20.0],[4.0,20.0],[6.0,20.0],[8.0,20.0],[10.0,20.0],[12.0,20.0],[14.0,20.0],[16.0,20.0],[18.0,20.0],[20.0,20.0],[22.0,20.0],[24.0,20.0],[26.0,20.0],[28.0,20.0],[30.0,20.0],[32.0,20.0],[34.0,20.0],[36.0,20.0],[38.0,20.0],[40.0,20.0],[42.0,20.0],[44.0,20.0],[46.0,20.0],[48.0,20.0],[50.0,20.0],[52.0,20.0],[54.0,20.0],[56.0,20.0],[58.0,20.0],[60.0,20.0],[62.0,20.0],[64.0,20.0],[66.0,20.0],[68.0,20.0],[70.0,20.0],[72.0,20.0],[74.0,20.0],[76.0,20.0],[78.0,20.0],[80.0,20.0],[82.0,20.0],[84.0,20.0],[86.0,20.0],[88.0,20.0],[90.0,20.0],[92.0,20.0],[94.0,20.0],[96.0,20.0],[98.0,20.0],[100.0,20.0],[102.0,20.0],[104.0,20.0],[106.0,20.0],[108.0,20.0],[110.0,20.0],[112.0,20.0],[114.0,20.0],[116.0,20.0],[118.0,20.0],[120.0,20.0],[122.0,20.0],[124.0,20.0],[126.0,20.0],[128.0,20.0],[130.0,20.0],[132.0,20.0],[134.0,20.0],[136.0,20.0],[138.0,20.0],[140.0,20.0],[142.0,20.0],[144.0,20.0],[146.0,20.0],[148.0,20.0],[150.0,20.0],[152.0,20.0],[154.0,20.0],[156.0,20.0],[158.0,20.0],[160.0,20.0],[162.0,20.0],[164.0,20.0],[166.0,20.0],[168.0,20.0],[170.0,20.0],[172.0,20.0],[174.0,20.0],[176.0,20.0],[178.0,20.0],[180.0,20.0]]},
"properties": {
"degrees": 20,
"direction": "N",
"display":"20.0 N",
"dd":20,
"FeatureCla":"Graticule","ScaleRank":6,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-180,30.0],[-178.0,30.0],[-176.0,30.0],[-174.0,30.0],[-172.0,30.0],[-170.0,30.0],[-168.0,30.0],[-166.0,30.0],[-164.0,30.0],[-162.0,30.0],[-160.0,30.0],[-158.0,30.0],[-156.0,30.0],[-154.0,30.0],[-152.0,30.0],[-150.0,30.0],[-148.0,30.0],[-146.0,30.0],[-144.0,30.0],[-142.0,30.0],[-140.0,30.0],[-138.0,30.0],[-136.0,30.0],[-134.0,30.0],[-132.0,30.0],[-130.0,30.0],[-128.0,30.0],[-126.0,30.0],[-124.0,30.0],[-122.0,30.0],[-120.0,30.0],[-118.0,30.0],[-116.0,30.0],[-114.0,30.0],[-112.0,30.0],[-110.0,30.0],[-108.0,30.0],[-106.0,30.0],[-104.0,30.0],[-102.0,30.0],[-100.0,30.0],[-98.0,30.0],[-96.0,30.0],[-94.0,30.0],[-92.0,30.0],[-90.0,30.0],[-88.0,30.0],[-86.0,30.0],[-84.0,30.0],[-82.0,30.0],[-80.0,30.0],[-78.0,30.0],[-76.0,30.0],[-74.0,30.0],[-72.0,30.0],[-70.0,30.0],[-68.0,30.0],[-66.0,30.0],[-64.0,30.0],[-62.0,30.0],[-60.0,30.0],[-58.0,30.0],[-56.0,30.0],[-54.0,30.0],[-52.0,30.0],[-50.0,30.0],[-48.0,30.0],[-46.0,30.0],[-44.0,30.0],[-42.0,30.0],[-40.0,30.0],[-38.0,30.0],[-36.0,30.0],[-34.0,30.0],[-32.0,30.0],[-30.0,30.0],[-28.0,30.0],[-26.0,30.0],[-24.0,30.0],[-22.0,30.0],[-20.0,30.0],[-18.0,30.0],[-16.0,30.0],[-14.0,30.0],[-12.0,30.0],[-10.0,30.0],[-8.0,30.0],[-6.0,30.0],[-4.0,30.0],[-2.0,30.0],[0.0,30.0],[2.0,30.0],[4.0,30.0],[6.0,30.0],[8.0,30.0],[10.0,30.0],[12.0,30.0],[14.0,30.0],[16.0,30.0],[18.0,30.0],[20.0,30.0],[22.0,30.0],[24.0,30.0],[26.0,30.0],[28.0,30.0],[30.0,30.0],[32.0,30.0],[34.0,30.0],[36.0,30.0],[38.0,30.0],[40.0,30.0],[42.0,30.0],[44.0,30.0],[46.0,30.0],[48.0,30.0],[50.0,30.0],[52.0,30.0],[54.0,30.0],[56.0,30.0],[58.0,30.0],[60.0,30.0],[62.0,30.0],[64.0,30.0],[66.0,30.0],[68.0,30.0],[70.0,30.0],[72.0,30.0],[74.0,30.0],[76.0,30.0],[78.0,30.0],[80.0,30.0],[82.0,30.0],[84.0,30.0],[86.0,30.0],[88.0,30.0],[90.0,30.0],[92.0,30.0],[94.0,30.0],[96.0,30.0],[98.0,30.0],[100.0,30.0],[102.0,30.0],[104.0,30.0],[106.0,30.0],[108.0,30.0],[110.0,30.0],[112.0,30.0],[114.0,30.0],[116.0,30.0],[118.0,30.0],[120.0,30.0],[122.0,30.0],[124.0,30.0],[126.0,30.0],[128.0,30.0],[130.0,30.0],[132.0,30.0],[134.0,30.0],[136.0,30.0],[138.0,30.0],[140.0,30.0],[142.0,30.0],[144.0,30.0],[146.0,30.0],[148.0,30.0],[150.0,30.0],[152.0,30.0],[154.0,30.0],[156.0,30.0],[158.0,30.0],[160.0,30.0],[162.0,30.0],[164.0,30.0],[166.0,30.0],[168.0,30.0],[170.0,30.0],[172.0,30.0],[174.0,30.0],[176.0,30.0],[178.0,30.0],[180.0,30.0]]},
"properties": {
"degrees": 30,
"direction": "N",
"display":"30.0 N",
"dd":30,
"FeatureCla":"Graticule","ScaleRank":6,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-180,40.0],[-178.0,40.0],[-176.0,40.0],[-174.0,40.0],[-172.0,40.0],[-170.0,40.0],[-168.0,40.0],[-166.0,40.0],[-164.0,40.0],[-162.0,40.0],[-160.0,40.0],[-158.0,40.0],[-156.0,40.0],[-154.0,40.0],[-152.0,40.0],[-150.0,40.0],[-148.0,40.0],[-146.0,40.0],[-144.0,40.0],[-142.0,40.0],[-140.0,40.0],[-138.0,40.0],[-136.0,40.0],[-134.0,40.0],[-132.0,40.0],[-130.0,40.0],[-128.0,40.0],[-126.0,40.0],[-124.0,40.0],[-122.0,40.0],[-120.0,40.0],[-118.0,40.0],[-116.0,40.0],[-114.0,40.0],[-112.0,40.0],[-110.0,40.0],[-108.0,40.0],[-106.0,40.0],[-104.0,40.0],[-102.0,40.0],[-100.0,40.0],[-98.0,40.0],[-96.0,40.0],[-94.0,40.0],[-92.0,40.0],[-90.0,40.0],[-88.0,40.0],[-86.0,40.0],[-84.0,40.0],[-82.0,40.0],[-80.0,40.0],[-78.0,40.0],[-76.0,40.0],[-74.0,40.0],[-72.0,40.0],[-70.0,40.0],[-68.0,40.0],[-66.0,40.0],[-64.0,40.0],[-62.0,40.0],[-60.0,40.0],[-58.0,40.0],[-56.0,40.0],[-54.0,40.0],[-52.0,40.0],[-50.0,40.0],[-48.0,40.0],[-46.0,40.0],[-44.0,40.0],[-42.0,40.0],[-40.0,40.0],[-38.0,40.0],[-36.0,40.0],[-34.0,40.0],[-32.0,40.0],[-30.0,40.0],[-28.0,40.0],[-26.0,40.0],[-24.0,40.0],[-22.0,40.0],[-20.0,40.0],[-18.0,40.0],[-16.0,40.0],[-14.0,40.0],[-12.0,40.0],[-10.0,40.0],[-8.0,40.0],[-6.0,40.0],[-4.0,40.0],[-2.0,40.0],[0.0,40.0],[2.0,40.0],[4.0,40.0],[6.0,40.0],[8.0,40.0],[10.0,40.0],[12.0,40.0],[14.0,40.0],[16.0,40.0],[18.0,40.0],[20.0,40.0],[22.0,40.0],[24.0,40.0],[26.0,40.0],[28.0,40.0],[30.0,40.0],[32.0,40.0],[34.0,40.0],[36.0,40.0],[38.0,40.0],[40.0,40.0],[42.0,40.0],[44.0,40.0],[46.0,40.0],[48.0,40.0],[50.0,40.0],[52.0,40.0],[54.0,40.0],[56.0,40.0],[58.0,40.0],[60.0,40.0],[62.0,40.0],[64.0,40.0],[66.0,40.0],[68.0,40.0],[70.0,40.0],[72.0,40.0],[74.0,40.0],[76.0,40.0],[78.0,40.0],[80.0,40.0],[82.0,40.0],[84.0,40.0],[86.0,40.0],[88.0,40.0],[90.0,40.0],[92.0,40.0],[94.0,40.0],[96.0,40.0],[98.0,40.0],[100.0,40.0],[102.0,40.0],[104.0,40.0],[106.0,40.0],[108.0,40.0],[110.0,40.0],[112.0,40.0],[114.0,40.0],[116.0,40.0],[118.0,40.0],[120.0,40.0],[122.0,40.0],[124.0,40.0],[126.0,40.0],[128.0,40.0],[130.0,40.0],[132.0,40.0],[134.0,40.0],[136.0,40.0],[138.0,40.0],[140.0,40.0],[142.0,40.0],[144.0,40.0],[146.0,40.0],[148.0,40.0],[150.0,40.0],[152.0,40.0],[154.0,40.0],[156.0,40.0],[158.0,40.0],[160.0,40.0],[162.0,40.0],[164.0,40.0],[166.0,40.0],[168.0,40.0],[170.0,40.0],[172.0,40.0],[174.0,40.0],[176.0,40.0],[178.0,40.0],[180.0,40.0]]},
"properties": {
"degrees": 40,
"direction": "N",
"display":"40.0 N",
"dd":40,
"FeatureCla":"Graticule","ScaleRank":6,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-180,50.0],[-178.0,50.0],[-176.0,50.0],[-174.0,50.0],[-172.0,50.0],[-170.0,50.0],[-168.0,50.0],[-166.0,50.0],[-164.0,50.0],[-162.0,50.0],[-160.0,50.0],[-158.0,50.0],[-156.0,50.0],[-154.0,50.0],[-152.0,50.0],[-150.0,50.0],[-148.0,50.0],[-146.0,50.0],[-144.0,50.0],[-142.0,50.0],[-140.0,50.0],[-138.0,50.0],[-136.0,50.0],[-134.0,50.0],[-132.0,50.0],[-130.0,50.0],[-128.0,50.0],[-126.0,50.0],[-124.0,50.0],[-122.0,50.0],[-120.0,50.0],[-118.0,50.0],[-116.0,50.0],[-114.0,50.0],[-112.0,50.0],[-110.0,50.0],[-108.0,50.0],[-106.0,50.0],[-104.0,50.0],[-102.0,50.0],[-100.0,50.0],[-98.0,50.0],[-96.0,50.0],[-94.0,50.0],[-92.0,50.0],[-90.0,50.0],[-88.0,50.0],[-86.0,50.0],[-84.0,50.0],[-82.0,50.0],[-80.0,50.0],[-78.0,50.0],[-76.0,50.0],[-74.0,50.0],[-72.0,50.0],[-70.0,50.0],[-68.0,50.0],[-66.0,50.0],[-64.0,50.0],[-62.0,50.0],[-60.0,50.0],[-58.0,50.0],[-56.0,50.0],[-54.0,50.0],[-52.0,50.0],[-50.0,50.0],[-48.0,50.0],[-46.0,50.0],[-44.0,50.0],[-42.0,50.0],[-40.0,50.0],[-38.0,50.0],[-36.0,50.0],[-34.0,50.0],[-32.0,50.0],[-30.0,50.0],[-28.0,50.0],[-26.0,50.0],[-24.0,50.0],[-22.0,50.0],[-20.0,50.0],[-18.0,50.0],[-16.0,50.0],[-14.0,50.0],[-12.0,50.0],[-10.0,50.0],[-8.0,50.0],[-6.0,50.0],[-4.0,50.0],[-2.0,50.0],[0.0,50.0],[2.0,50.0],[4.0,50.0],[6.0,50.0],[8.0,50.0],[10.0,50.0],[12.0,50.0],[14.0,50.0],[16.0,50.0],[18.0,50.0],[20.0,50.0],[22.0,50.0],[24.0,50.0],[26.0,50.0],[28.0,50.0],[30.0,50.0],[32.0,50.0],[34.0,50.0],[36.0,50.0],[38.0,50.0],[40.0,50.0],[42.0,50.0],[44.0,50.0],[46.0,50.0],[48.0,50.0],[50.0,50.0],[52.0,50.0],[54.0,50.0],[56.0,50.0],[58.0,50.0],[60.0,50.0],[62.0,50.0],[64.0,50.0],[66.0,50.0],[68.0,50.0],[70.0,50.0],[72.0,50.0],[74.0,50.0],[76.0,50.0],[78.0,50.0],[80.0,50.0],[82.0,50.0],[84.0,50.0],[86.0,50.0],[88.0,50.0],[90.0,50.0],[92.0,50.0],[94.0,50.0],[96.0,50.0],[98.0,50.0],[100.0,50.0],[102.0,50.0],[104.0,50.0],[106.0,50.0],[108.0,50.0],[110.0,50.0],[112.0,50.0],[114.0,50.0],[116.0,50.0],[118.0,50.0],[120.0,50.0],[122.0,50.0],[124.0,50.0],[126.0,50.0],[128.0,50.0],[130.0,50.0],[132.0,50.0],[134.0,50.0],[136.0,50.0],[138.0,50.0],[140.0,50.0],[142.0,50.0],[144.0,50.0],[146.0,50.0],[148.0,50.0],[150.0,50.0],[152.0,50.0],[154.0,50.0],[156.0,50.0],[158.0,50.0],[160.0,50.0],[162.0,50.0],[164.0,50.0],[166.0,50.0],[168.0,50.0],[170.0,50.0],[172.0,50.0],[174.0,50.0],[176.0,50.0],[178.0,50.0],[180.0,50.0]]},
"properties": {
"degrees": 50,
"direction": "N",
"display":"50.0 N",
"dd":50,
"FeatureCla":"Graticule","ScaleRank":6,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-180,60.0],[-178.0,60.0],[-176.0,60.0],[-174.0,60.0],[-172.0,60.0],[-170.0,60.0],[-168.0,60.0],[-166.0,60.0],[-164.0,60.0],[-162.0,60.0],[-160.0,60.0],[-158.0,60.0],[-156.0,60.0],[-154.0,60.0],[-152.0,60.0],[-150.0,60.0],[-148.0,60.0],[-146.0,60.0],[-144.0,60.0],[-142.0,60.0],[-140.0,60.0],[-138.0,60.0],[-136.0,60.0],[-134.0,60.0],[-132.0,60.0],[-130.0,60.0],[-128.0,60.0],[-126.0,60.0],[-124.0,60.0],[-122.0,60.0],[-120.0,60.0],[-118.0,60.0],[-116.0,60.0],[-114.0,60.0],[-112.0,60.0],[-110.0,60.0],[-108.0,60.0],[-106.0,60.0],[-104.0,60.0],[-102.0,60.0],[-100.0,60.0],[-98.0,60.0],[-96.0,60.0],[-94.0,60.0],[-92.0,60.0],[-90.0,60.0],[-88.0,60.0],[-86.0,60.0],[-84.0,60.0],[-82.0,60.0],[-80.0,60.0],[-78.0,60.0],[-76.0,60.0],[-74.0,60.0],[-72.0,60.0],[-70.0,60.0],[-68.0,60.0],[-66.0,60.0],[-64.0,60.0],[-62.0,60.0],[-60.0,60.0],[-58.0,60.0],[-56.0,60.0],[-54.0,60.0],[-52.0,60.0],[-50.0,60.0],[-48.0,60.0],[-46.0,60.0],[-44.0,60.0],[-42.0,60.0],[-40.0,60.0],[-38.0,60.0],[-36.0,60.0],[-34.0,60.0],[-32.0,60.0],[-30.0,60.0],[-28.0,60.0],[-26.0,60.0],[-24.0,60.0],[-22.0,60.0],[-20.0,60.0],[-18.0,60.0],[-16.0,60.0],[-14.0,60.0],[-12.0,60.0],[-10.0,60.0],[-8.0,60.0],[-6.0,60.0],[-4.0,60.0],[-2.0,60.0],[0.0,60.0],[2.0,60.0],[4.0,60.0],[6.0,60.0],[8.0,60.0],[10.0,60.0],[12.0,60.0],[14.0,60.0],[16.0,60.0],[18.0,60.0],[20.0,60.0],[22.0,60.0],[24.0,60.0],[26.0,60.0],[28.0,60.0],[30.0,60.0],[32.0,60.0],[34.0,60.0],[36.0,60.0],[38.0,60.0],[40.0,60.0],[42.0,60.0],[44.0,60.0],[46.0,60.0],[48.0,60.0],[50.0,60.0],[52.0,60.0],[54.0,60.0],[56.0,60.0],[58.0,60.0],[60.0,60.0],[62.0,60.0],[64.0,60.0],[66.0,60.0],[68.0,60.0],[70.0,60.0],[72.0,60.0],[74.0,60.0],[76.0,60.0],[78.0,60.0],[80.0,60.0],[82.0,60.0],[84.0,60.0],[86.0,60.0],[88.0,60.0],[90.0,60.0],[92.0,60.0],[94.0,60.0],[96.0,60.0],[98.0,60.0],[100.0,60.0],[102.0,60.0],[104.0,60.0],[106.0,60.0],[108.0,60.0],[110.0,60.0],[112.0,60.0],[114.0,60.0],[116.0,60.0],[118.0,60.0],[120.0,60.0],[122.0,60.0],[124.0,60.0],[126.0,60.0],[128.0,60.0],[130.0,60.0],[132.0,60.0],[134.0,60.0],[136.0,60.0],[138.0,60.0],[140.0,60.0],[142.0,60.0],[144.0,60.0],[146.0,60.0],[148.0,60.0],[150.0,60.0],[152.0,60.0],[154.0,60.0],[156.0,60.0],[158.0,60.0],[160.0,60.0],[162.0,60.0],[164.0,60.0],[166.0,60.0],[168.0,60.0],[170.0,60.0],[172.0,60.0],[174.0,60.0],[176.0,60.0],[178.0,60.0],[180.0,60.0]]},
"properties": {
"degrees": 60,
"direction": "N",
"display":"60.0 N",
"dd":60,
"FeatureCla":"Graticule","ScaleRank":6,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-180,70.0],[-178.0,70.0],[-176.0,70.0],[-174.0,70.0],[-172.0,70.0],[-170.0,70.0],[-168.0,70.0],[-166.0,70.0],[-164.0,70.0],[-162.0,70.0],[-160.0,70.0],[-158.0,70.0],[-156.0,70.0],[-154.0,70.0],[-152.0,70.0],[-150.0,70.0],[-148.0,70.0],[-146.0,70.0],[-144.0,70.0],[-142.0,70.0],[-140.0,70.0],[-138.0,70.0],[-136.0,70.0],[-134.0,70.0],[-132.0,70.0],[-130.0,70.0],[-128.0,70.0],[-126.0,70.0],[-124.0,70.0],[-122.0,70.0],[-120.0,70.0],[-118.0,70.0],[-116.0,70.0],[-114.0,70.0],[-112.0,70.0],[-110.0,70.0],[-108.0,70.0],[-106.0,70.0],[-104.0,70.0],[-102.0,70.0],[-100.0,70.0],[-98.0,70.0],[-96.0,70.0],[-94.0,70.0],[-92.0,70.0],[-90.0,70.0],[-88.0,70.0],[-86.0,70.0],[-84.0,70.0],[-82.0,70.0],[-80.0,70.0],[-78.0,70.0],[-76.0,70.0],[-74.0,70.0],[-72.0,70.0],[-70.0,70.0],[-68.0,70.0],[-66.0,70.0],[-64.0,70.0],[-62.0,70.0],[-60.0,70.0],[-58.0,70.0],[-56.0,70.0],[-54.0,70.0],[-52.0,70.0],[-50.0,70.0],[-48.0,70.0],[-46.0,70.0],[-44.0,70.0],[-42.0,70.0],[-40.0,70.0],[-38.0,70.0],[-36.0,70.0],[-34.0,70.0],[-32.0,70.0],[-30.0,70.0],[-28.0,70.0],[-26.0,70.0],[-24.0,70.0],[-22.0,70.0],[-20.0,70.0],[-18.0,70.0],[-16.0,70.0],[-14.0,70.0],[-12.0,70.0],[-10.0,70.0],[-8.0,70.0],[-6.0,70.0],[-4.0,70.0],[-2.0,70.0],[0.0,70.0],[2.0,70.0],[4.0,70.0],[6.0,70.0],[8.0,70.0],[10.0,70.0],[12.0,70.0],[14.0,70.0],[16.0,70.0],[18.0,70.0],[20.0,70.0],[22.0,70.0],[24.0,70.0],[26.0,70.0],[28.0,70.0],[30.0,70.0],[32.0,70.0],[34.0,70.0],[36.0,70.0],[38.0,70.0],[40.0,70.0],[42.0,70.0],[44.0,70.0],[46.0,70.0],[48.0,70.0],[50.0,70.0],[52.0,70.0],[54.0,70.0],[56.0,70.0],[58.0,70.0],[60.0,70.0],[62.0,70.0],[64.0,70.0],[66.0,70.0],[68.0,70.0],[70.0,70.0],[72.0,70.0],[74.0,70.0],[76.0,70.0],[78.0,70.0],[80.0,70.0],[82.0,70.0],[84.0,70.0],[86.0,70.0],[88.0,70.0],[90.0,70.0],[92.0,70.0],[94.0,70.0],[96.0,70.0],[98.0,70.0],[100.0,70.0],[102.0,70.0],[104.0,70.0],[106.0,70.0],[108.0,70.0],[110.0,70.0],[112.0,70.0],[114.0,70.0],[116.0,70.0],[118.0,70.0],[120.0,70.0],[122.0,70.0],[124.0,70.0],[126.0,70.0],[128.0,70.0],[130.0,70.0],[132.0,70.0],[134.0,70.0],[136.0,70.0],[138.0,70.0],[140.0,70.0],[142.0,70.0],[144.0,70.0],[146.0,70.0],[148.0,70.0],[150.0,70.0],[152.0,70.0],[154.0,70.0],[156.0,70.0],[158.0,70.0],[160.0,70.0],[162.0,70.0],[164.0,70.0],[166.0,70.0],[168.0,70.0],[170.0,70.0],[172.0,70.0],[174.0,70.0],[176.0,70.0],[178.0,70.0],[180.0,70.0]]},
"properties": {
"degrees": 70,
"direction": "N",
"display":"70.0 N",
"dd":70,
"FeatureCla":"Graticule","ScaleRank":6,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-180,80.0],[-178.0,80.0],[-176.0,80.0],[-174.0,80.0],[-172.0,80.0],[-170.0,80.0],[-168.0,80.0],[-166.0,80.0],[-164.0,80.0],[-162.0,80.0],[-160.0,80.0],[-158.0,80.0],[-156.0,80.0],[-154.0,80.0],[-152.0,80.0],[-150.0,80.0],[-148.0,80.0],[-146.0,80.0],[-144.0,80.0],[-142.0,80.0],[-140.0,80.0],[-138.0,80.0],[-136.0,80.0],[-134.0,80.0],[-132.0,80.0],[-130.0,80.0],[-128.0,80.0],[-126.0,80.0],[-124.0,80.0],[-122.0,80.0],[-120.0,80.0],[-118.0,80.0],[-116.0,80.0],[-114.0,80.0],[-112.0,80.0],[-110.0,80.0],[-108.0,80.0],[-106.0,80.0],[-104.0,80.0],[-102.0,80.0],[-100.0,80.0],[-98.0,80.0],[-96.0,80.0],[-94.0,80.0],[-92.0,80.0],[-90.0,80.0],[-88.0,80.0],[-86.0,80.0],[-84.0,80.0],[-82.0,80.0],[-80.0,80.0],[-78.0,80.0],[-76.0,80.0],[-74.0,80.0],[-72.0,80.0],[-70.0,80.0],[-68.0,80.0],[-66.0,80.0],[-64.0,80.0],[-62.0,80.0],[-60.0,80.0],[-58.0,80.0],[-56.0,80.0],[-54.0,80.0],[-52.0,80.0],[-50.0,80.0],[-48.0,80.0],[-46.0,80.0],[-44.0,80.0],[-42.0,80.0],[-40.0,80.0],[-38.0,80.0],[-36.0,80.0],[-34.0,80.0],[-32.0,80.0],[-30.0,80.0],[-28.0,80.0],[-26.0,80.0],[-24.0,80.0],[-22.0,80.0],[-20.0,80.0],[-18.0,80.0],[-16.0,80.0],[-14.0,80.0],[-12.0,80.0],[-10.0,80.0],[-8.0,80.0],[-6.0,80.0],[-4.0,80.0],[-2.0,80.0],[0.0,80.0],[2.0,80.0],[4.0,80.0],[6.0,80.0],[8.0,80.0],[10.0,80.0],[12.0,80.0],[14.0,80.0],[16.0,80.0],[18.0,80.0],[20.0,80.0],[22.0,80.0],[24.0,80.0],[26.0,80.0],[28.0,80.0],[30.0,80.0],[32.0,80.0],[34.0,80.0],[36.0,80.0],[38.0,80.0],[40.0,80.0],[42.0,80.0],[44.0,80.0],[46.0,80.0],[48.0,80.0],[50.0,80.0],[52.0,80.0],[54.0,80.0],[56.0,80.0],[58.0,80.0],[60.0,80.0],[62.0,80.0],[64.0,80.0],[66.0,80.0],[68.0,80.0],[70.0,80.0],[72.0,80.0],[74.0,80.0],[76.0,80.0],[78.0,80.0],[80.0,80.0],[82.0,80.0],[84.0,80.0],[86.0,80.0],[88.0,80.0],[90.0,80.0],[92.0,80.0],[94.0,80.0],[96.0,80.0],[98.0,80.0],[100.0,80.0],[102.0,80.0],[104.0,80.0],[106.0,80.0],[108.0,80.0],[110.0,80.0],[112.0,80.0],[114.0,80.0],[116.0,80.0],[118.0,80.0],[120.0,80.0],[122.0,80.0],[124.0,80.0],[126.0,80.0],[128.0,80.0],[130.0,80.0],[132.0,80.0],[134.0,80.0],[136.0,80.0],[138.0,80.0],[140.0,80.0],[142.0,80.0],[144.0,80.0],[146.0,80.0],[148.0,80.0],[150.0,80.0],[152.0,80.0],[154.0,80.0],[156.0,80.0],[158.0,80.0],[160.0,80.0],[162.0,80.0],[164.0,80.0],[166.0,80.0],[168.0,80.0],[170.0,80.0],[172.0,80.0],[174.0,80.0],[176.0,80.0],[178.0,80.0],[180.0,80.0]]},
"properties": {
"degrees": 80,
"direction": "N",
"display":"80.0 N",
"dd":80,
"FeatureCla":"Graticule","ScaleRank":6,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-180,90.0],[-178.0,90.0],[-176.0,90.0],[-174.0,90.0],[-172.0,90.0],[-170.0,90.0],[-168.0,90.0],[-166.0,90.0],[-164.0,90.0],[-162.0,90.0],[-160.0,90.0],[-158.0,90.0],[-156.0,90.0],[-154.0,90.0],[-152.0,90.0],[-150.0,90.0],[-148.0,90.0],[-146.0,90.0],[-144.0,90.0],[-142.0,90.0],[-140.0,90.0],[-138.0,90.0],[-136.0,90.0],[-134.0,90.0],[-132.0,90.0],[-130.0,90.0],[-128.0,90.0],[-126.0,90.0],[-124.0,90.0],[-122.0,90.0],[-120.0,90.0],[-118.0,90.0],[-116.0,90.0],[-114.0,90.0],[-112.0,90.0],[-110.0,90.0],[-108.0,90.0],[-106.0,90.0],[-104.0,90.0],[-102.0,90.0],[-100.0,90.0],[-98.0,90.0],[-96.0,90.0],[-94.0,90.0],[-92.0,90.0],[-90.0,90.0],[-88.0,90.0],[-86.0,90.0],[-84.0,90.0],[-82.0,90.0],[-80.0,90.0],[-78.0,90.0],[-76.0,90.0],[-74.0,90.0],[-72.0,90.0],[-70.0,90.0],[-68.0,90.0],[-66.0,90.0],[-64.0,90.0],[-62.0,90.0],[-60.0,90.0],[-58.0,90.0],[-56.0,90.0],[-54.0,90.0],[-52.0,90.0],[-50.0,90.0],[-48.0,90.0],[-46.0,90.0],[-44.0,90.0],[-42.0,90.0],[-40.0,90.0],[-38.0,90.0],[-36.0,90.0],[-34.0,90.0],[-32.0,90.0],[-30.0,90.0],[-28.0,90.0],[-26.0,90.0],[-24.0,90.0],[-22.0,90.0],[-20.0,90.0],[-18.0,90.0],[-16.0,90.0],[-14.0,90.0],[-12.0,90.0],[-10.0,90.0],[-8.0,90.0],[-6.0,90.0],[-4.0,90.0],[-2.0,90.0],[0.0,90.0],[2.0,90.0],[4.0,90.0],[6.0,90.0],[8.0,90.0],[10.0,90.0],[12.0,90.0],[14.0,90.0],[16.0,90.0],[18.0,90.0],[20.0,90.0],[22.0,90.0],[24.0,90.0],[26.0,90.0],[28.0,90.0],[30.0,90.0],[32.0,90.0],[34.0,90.0],[36.0,90.0],[38.0,90.0],[40.0,90.0],[42.0,90.0],[44.0,90.0],[46.0,90.0],[48.0,90.0],[50.0,90.0],[52.0,90.0],[54.0,90.0],[56.0,90.0],[58.0,90.0],[60.0,90.0],[62.0,90.0],[64.0,90.0],[66.0,90.0],[68.0,90.0],[70.0,90.0],[72.0,90.0],[74.0,90.0],[76.0,90.0],[78.0,90.0],[80.0,90.0],[82.0,90.0],[84.0,90.0],[86.0,90.0],[88.0,90.0],[90.0,90.0],[92.0,90.0],[94.0,90.0],[96.0,90.0],[98.0,90.0],[100.0,90.0],[102.0,90.0],[104.0,90.0],[106.0,90.0],[108.0,90.0],[110.0,90.0],[112.0,90.0],[114.0,90.0],[116.0,90.0],[118.0,90.0],[120.0,90.0],[122.0,90.0],[124.0,90.0],[126.0,90.0],[128.0,90.0],[130.0,90.0],[132.0,90.0],[134.0,90.0],[136.0,90.0],[138.0,90.0],[140.0,90.0],[142.0,90.0],[144.0,90.0],[146.0,90.0],[148.0,90.0],[150.0,90.0],[152.0,90.0],[154.0,90.0],[156.0,90.0],[158.0,90.0],[160.0,90.0],[162.0,90.0],[164.0,90.0],[166.0,90.0],[168.0,90.0],[170.0,90.0],[172.0,90.0],[174.0,90.0],[176.0,90.0],[178.0,90.0],[180.0,90.0]]},
"properties": {
"degrees": 90,
"direction": "N",
"display":"90.0 N",
"dd":90,
"FeatureCla":"Graticule","ScaleRank":6,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-180,-90],[-180,-88.0],[-180,-86.0],[-180,-84.0],[-180,-82.0],[-180,-80.0],[-180,-78.0],[-180,-76.0],[-180,-74.0],[-180,-72.0],[-180,-70.0],[-180,-68.0],[-180,-66.0],[-180,-64.0],[-180,-62.0],[-180,-60.0],[-180,-58.0],[-180,-56.0],[-180,-54.0],[-180,-52.0],[-180,-50.0],[-180,-48.0],[-180,-46.0],[-180,-44.0],[-180,-42.0],[-180,-40.0],[-180,-38.0],[-180,-36.0],[-180,-34.0],[-180,-32.0],[-180,-30.0],[-180,-28.0],[-180,-26.0],[-180,-24.0],[-180,-22.0],[-180,-20.0],[-180,-18.0],[-180,-16.0],[-180,-14.0],[-180,-12.0],[-180,-10.0],[-180,-8.0],[-180,-6.0],[-180,-4.0],[-180,-2.0],[-180,0.0],[-180,2.0],[-180,4.0],[-180,6.0],[-180,8.0],[-180,10.0],[-180,12.0],[-180,14.0],[-180,16.0],[-180,18.0],[-180,20.0],[-180,22.0],[-180,24.0],[-180,26.0],[-180,28.0],[-180,30.0],[-180,32.0],[-180,34.0],[-180,36.0],[-180,38.0],[-180,40.0],[-180,42.0],[-180,44.0],[-180,46.0],[-180,48.0],[-180,50.0],[-180,52.0],[-180,54.0],[-180,56.0],[-180,58.0],[-180,60.0],[-180,62.0],[-180,64.0],[-180,66.0],[-180,68.0],[-180,70.0],[-180,72.0],[-180,74.0],[-180,76.0],[-180,78.0],[-180,80.0],[-180,82.0],[-180,84.0],[-180,86.0],[-180,88.0],[-180,90.0]]},
"properties": {
"degrees": 180,
"direction": "E",
"display":"180 E",
"dd":-180,
"FeatureCla":"Graticule","ScaleRank":6,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-170.0,-90],[-170.0,-88.0],[-170.0,-86.0],[-170.0,-84.0],[-170.0,-82.0],[-170.0,-80.0],[-170.0,-78.0],[-170.0,-76.0],[-170.0,-74.0],[-170.0,-72.0],[-170.0,-70.0],[-170.0,-68.0],[-170.0,-66.0],[-170.0,-64.0],[-170.0,-62.0],[-170.0,-60.0],[-170.0,-58.0],[-170.0,-56.0],[-170.0,-54.0],[-170.0,-52.0],[-170.0,-50.0],[-170.0,-48.0],[-170.0,-46.0],[-170.0,-44.0],[-170.0,-42.0],[-170.0,-40.0],[-170.0,-38.0],[-170.0,-36.0],[-170.0,-34.0],[-170.0,-32.0],[-170.0,-30.0],[-170.0,-28.0],[-170.0,-26.0],[-170.0,-24.0],[-170.0,-22.0],[-170.0,-20.0],[-170.0,-18.0],[-170.0,-16.0],[-170.0,-14.0],[-170.0,-12.0],[-170.0,-10.0],[-170.0,-8.0],[-170.0,-6.0],[-170.0,-4.0],[-170.0,-2.0],[-170.0,0.0],[-170.0,2.0],[-170.0,4.0],[-170.0,6.0],[-170.0,8.0],[-170.0,10.0],[-170.0,12.0],[-170.0,14.0],[-170.0,16.0],[-170.0,18.0],[-170.0,20.0],[-170.0,22.0],[-170.0,24.0],[-170.0,26.0],[-170.0,28.0],[-170.0,30.0],[-170.0,32.0],[-170.0,34.0],[-170.0,36.0],[-170.0,38.0],[-170.0,40.0],[-170.0,42.0],[-170.0,44.0],[-170.0,46.0],[-170.0,48.0],[-170.0,50.0],[-170.0,52.0],[-170.0,54.0],[-170.0,56.0],[-170.0,58.0],[-170.0,60.0],[-170.0,62.0],[-170.0,64.0],[-170.0,66.0],[-170.0,68.0],[-170.0,70.0],[-170.0,72.0],[-170.0,74.0],[-170.0,76.0],[-170.0,78.0],[-170.0,80.0],[-170.0,82.0],[-170.0,84.0],[-170.0,86.0],[-170.0,88.0],[-170.0,90.0]]},
"properties": {
"degrees": 170,
"direction": "E",
"display":"170.0 E",
"dd":-170,
"FeatureCla":"Graticule","ScaleRank":6,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-160.0,-90],[-160.0,-88.0],[-160.0,-86.0],[-160.0,-84.0],[-160.0,-82.0],[-160.0,-80.0],[-160.0,-78.0],[-160.0,-76.0],[-160.0,-74.0],[-160.0,-72.0],[-160.0,-70.0],[-160.0,-68.0],[-160.0,-66.0],[-160.0,-64.0],[-160.0,-62.0],[-160.0,-60.0],[-160.0,-58.0],[-160.0,-56.0],[-160.0,-54.0],[-160.0,-52.0],[-160.0,-50.0],[-160.0,-48.0],[-160.0,-46.0],[-160.0,-44.0],[-160.0,-42.0],[-160.0,-40.0],[-160.0,-38.0],[-160.0,-36.0],[-160.0,-34.0],[-160.0,-32.0],[-160.0,-30.0],[-160.0,-28.0],[-160.0,-26.0],[-160.0,-24.0],[-160.0,-22.0],[-160.0,-20.0],[-160.0,-18.0],[-160.0,-16.0],[-160.0,-14.0],[-160.0,-12.0],[-160.0,-10.0],[-160.0,-8.0],[-160.0,-6.0],[-160.0,-4.0],[-160.0,-2.0],[-160.0,0.0],[-160.0,2.0],[-160.0,4.0],[-160.0,6.0],[-160.0,8.0],[-160.0,10.0],[-160.0,12.0],[-160.0,14.0],[-160.0,16.0],[-160.0,18.0],[-160.0,20.0],[-160.0,22.0],[-160.0,24.0],[-160.0,26.0],[-160.0,28.0],[-160.0,30.0],[-160.0,32.0],[-160.0,34.0],[-160.0,36.0],[-160.0,38.0],[-160.0,40.0],[-160.0,42.0],[-160.0,44.0],[-160.0,46.0],[-160.0,48.0],[-160.0,50.0],[-160.0,52.0],[-160.0,54.0],[-160.0,56.0],[-160.0,58.0],[-160.0,60.0],[-160.0,62.0],[-160.0,64.0],[-160.0,66.0],[-160.0,68.0],[-160.0,70.0],[-160.0,72.0],[-160.0,74.0],[-160.0,76.0],[-160.0,78.0],[-160.0,80.0],[-160.0,82.0],[-160.0,84.0],[-160.0,86.0],[-160.0,88.0],[-160.0,90.0]]},
"properties": {
"degrees": 160,
"direction": "E",
"display":"160.0 E",
"dd":-160,
"FeatureCla":"Graticule","ScaleRank":6,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-150.0,-90],[-150.0,-88.0],[-150.0,-86.0],[-150.0,-84.0],[-150.0,-82.0],[-150.0,-80.0],[-150.0,-78.0],[-150.0,-76.0],[-150.0,-74.0],[-150.0,-72.0],[-150.0,-70.0],[-150.0,-68.0],[-150.0,-66.0],[-150.0,-64.0],[-150.0,-62.0],[-150.0,-60.0],[-150.0,-58.0],[-150.0,-56.0],[-150.0,-54.0],[-150.0,-52.0],[-150.0,-50.0],[-150.0,-48.0],[-150.0,-46.0],[-150.0,-44.0],[-150.0,-42.0],[-150.0,-40.0],[-150.0,-38.0],[-150.0,-36.0],[-150.0,-34.0],[-150.0,-32.0],[-150.0,-30.0],[-150.0,-28.0],[-150.0,-26.0],[-150.0,-24.0],[-150.0,-22.0],[-150.0,-20.0],[-150.0,-18.0],[-150.0,-16.0],[-150.0,-14.0],[-150.0,-12.0],[-150.0,-10.0],[-150.0,-8.0],[-150.0,-6.0],[-150.0,-4.0],[-150.0,-2.0],[-150.0,0.0],[-150.0,2.0],[-150.0,4.0],[-150.0,6.0],[-150.0,8.0],[-150.0,10.0],[-150.0,12.0],[-150.0,14.0],[-150.0,16.0],[-150.0,18.0],[-150.0,20.0],[-150.0,22.0],[-150.0,24.0],[-150.0,26.0],[-150.0,28.0],[-150.0,30.0],[-150.0,32.0],[-150.0,34.0],[-150.0,36.0],[-150.0,38.0],[-150.0,40.0],[-150.0,42.0],[-150.0,44.0],[-150.0,46.0],[-150.0,48.0],[-150.0,50.0],[-150.0,52.0],[-150.0,54.0],[-150.0,56.0],[-150.0,58.0],[-150.0,60.0],[-150.0,62.0],[-150.0,64.0],[-150.0,66.0],[-150.0,68.0],[-150.0,70.0],[-150.0,72.0],[-150.0,74.0],[-150.0,76.0],[-150.0,78.0],[-150.0,80.0],[-150.0,82.0],[-150.0,84.0],[-150.0,86.0],[-150.0,88.0],[-150.0,90.0]]},
"properties": {
"degrees": 150,
"direction": "E",
"display":"150.0 E",
"dd":-150,
"FeatureCla":"Graticule","ScaleRank":6,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-140.0,-90],[-140.0,-88.0],[-140.0,-86.0],[-140.0,-84.0],[-140.0,-82.0],[-140.0,-80.0],[-140.0,-78.0],[-140.0,-76.0],[-140.0,-74.0],[-140.0,-72.0],[-140.0,-70.0],[-140.0,-68.0],[-140.0,-66.0],[-140.0,-64.0],[-140.0,-62.0],[-140.0,-60.0],[-140.0,-58.0],[-140.0,-56.0],[-140.0,-54.0],[-140.0,-52.0],[-140.0,-50.0],[-140.0,-48.0],[-140.0,-46.0],[-140.0,-44.0],[-140.0,-42.0],[-140.0,-40.0],[-140.0,-38.0],[-140.0,-36.0],[-140.0,-34.0],[-140.0,-32.0],[-140.0,-30.0],[-140.0,-28.0],[-140.0,-26.0],[-140.0,-24.0],[-140.0,-22.0],[-140.0,-20.0],[-140.0,-18.0],[-140.0,-16.0],[-140.0,-14.0],[-140.0,-12.0],[-140.0,-10.0],[-140.0,-8.0],[-140.0,-6.0],[-140.0,-4.0],[-140.0,-2.0],[-140.0,0.0],[-140.0,2.0],[-140.0,4.0],[-140.0,6.0],[-140.0,8.0],[-140.0,10.0],[-140.0,12.0],[-140.0,14.0],[-140.0,16.0],[-140.0,18.0],[-140.0,20.0],[-140.0,22.0],[-140.0,24.0],[-140.0,26.0],[-140.0,28.0],[-140.0,30.0],[-140.0,32.0],[-140.0,34.0],[-140.0,36.0],[-140.0,38.0],[-140.0,40.0],[-140.0,42.0],[-140.0,44.0],[-140.0,46.0],[-140.0,48.0],[-140.0,50.0],[-140.0,52.0],[-140.0,54.0],[-140.0,56.0],[-140.0,58.0],[-140.0,60.0],[-140.0,62.0],[-140.0,64.0],[-140.0,66.0],[-140.0,68.0],[-140.0,70.0],[-140.0,72.0],[-140.0,74.0],[-140.0,76.0],[-140.0,78.0],[-140.0,80.0],[-140.0,82.0],[-140.0,84.0],[-140.0,86.0],[-140.0,88.0],[-140.0,90.0]]},
"properties": {
"degrees": 140,
"direction": "E",
"display":"140.0 E",
"dd":-140,
"FeatureCla":"Graticule","ScaleRank":6,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-130.0,-90],[-130.0,-88.0],[-130.0,-86.0],[-130.0,-84.0],[-130.0,-82.0],[-130.0,-80.0],[-130.0,-78.0],[-130.0,-76.0],[-130.0,-74.0],[-130.0,-72.0],[-130.0,-70.0],[-130.0,-68.0],[-130.0,-66.0],[-130.0,-64.0],[-130.0,-62.0],[-130.0,-60.0],[-130.0,-58.0],[-130.0,-56.0],[-130.0,-54.0],[-130.0,-52.0],[-130.0,-50.0],[-130.0,-48.0],[-130.0,-46.0],[-130.0,-44.0],[-130.0,-42.0],[-130.0,-40.0],[-130.0,-38.0],[-130.0,-36.0],[-130.0,-34.0],[-130.0,-32.0],[-130.0,-30.0],[-130.0,-28.0],[-130.0,-26.0],[-130.0,-24.0],[-130.0,-22.0],[-130.0,-20.0],[-130.0,-18.0],[-130.0,-16.0],[-130.0,-14.0],[-130.0,-12.0],[-130.0,-10.0],[-130.0,-8.0],[-130.0,-6.0],[-130.0,-4.0],[-130.0,-2.0],[-130.0,0.0],[-130.0,2.0],[-130.0,4.0],[-130.0,6.0],[-130.0,8.0],[-130.0,10.0],[-130.0,12.0],[-130.0,14.0],[-130.0,16.0],[-130.0,18.0],[-130.0,20.0],[-130.0,22.0],[-130.0,24.0],[-130.0,26.0],[-130.0,28.0],[-130.0,30.0],[-130.0,32.0],[-130.0,34.0],[-130.0,36.0],[-130.0,38.0],[-130.0,40.0],[-130.0,42.0],[-130.0,44.0],[-130.0,46.0],[-130.0,48.0],[-130.0,50.0],[-130.0,52.0],[-130.0,54.0],[-130.0,56.0],[-130.0,58.0],[-130.0,60.0],[-130.0,62.0],[-130.0,64.0],[-130.0,66.0],[-130.0,68.0],[-130.0,70.0],[-130.0,72.0],[-130.0,74.0],[-130.0,76.0],[-130.0,78.0],[-130.0,80.0],[-130.0,82.0],[-130.0,84.0],[-130.0,86.0],[-130.0,88.0],[-130.0,90.0]]},
"properties": {
"degrees": 130,
"direction": "E",
"display":"130.0 E",
"dd":-130,
"FeatureCla":"Graticule","ScaleRank":6,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-120.0,-90],[-120.0,-88.0],[-120.0,-86.0],[-120.0,-84.0],[-120.0,-82.0],[-120.0,-80.0],[-120.0,-78.0],[-120.0,-76.0],[-120.0,-74.0],[-120.0,-72.0],[-120.0,-70.0],[-120.0,-68.0],[-120.0,-66.0],[-120.0,-64.0],[-120.0,-62.0],[-120.0,-60.0],[-120.0,-58.0],[-120.0,-56.0],[-120.0,-54.0],[-120.0,-52.0],[-120.0,-50.0],[-120.0,-48.0],[-120.0,-46.0],[-120.0,-44.0],[-120.0,-42.0],[-120.0,-40.0],[-120.0,-38.0],[-120.0,-36.0],[-120.0,-34.0],[-120.0,-32.0],[-120.0,-30.0],[-120.0,-28.0],[-120.0,-26.0],[-120.0,-24.0],[-120.0,-22.0],[-120.0,-20.0],[-120.0,-18.0],[-120.0,-16.0],[-120.0,-14.0],[-120.0,-12.0],[-120.0,-10.0],[-120.0,-8.0],[-120.0,-6.0],[-120.0,-4.0],[-120.0,-2.0],[-120.0,0.0],[-120.0,2.0],[-120.0,4.0],[-120.0,6.0],[-120.0,8.0],[-120.0,10.0],[-120.0,12.0],[-120.0,14.0],[-120.0,16.0],[-120.0,18.0],[-120.0,20.0],[-120.0,22.0],[-120.0,24.0],[-120.0,26.0],[-120.0,28.0],[-120.0,30.0],[-120.0,32.0],[-120.0,34.0],[-120.0,36.0],[-120.0,38.0],[-120.0,40.0],[-120.0,42.0],[-120.0,44.0],[-120.0,46.0],[-120.0,48.0],[-120.0,50.0],[-120.0,52.0],[-120.0,54.0],[-120.0,56.0],[-120.0,58.0],[-120.0,60.0],[-120.0,62.0],[-120.0,64.0],[-120.0,66.0],[-120.0,68.0],[-120.0,70.0],[-120.0,72.0],[-120.0,74.0],[-120.0,76.0],[-120.0,78.0],[-120.0,80.0],[-120.0,82.0],[-120.0,84.0],[-120.0,86.0],[-120.0,88.0],[-120.0,90.0]]},
"properties": {
"degrees": 120,
"direction": "E",
"display":"120.0 E",
"dd":-120,
"FeatureCla":"Graticule","ScaleRank":6,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-110.0,-90],[-110.0,-88.0],[-110.0,-86.0],[-110.0,-84.0],[-110.0,-82.0],[-110.0,-80.0],[-110.0,-78.0],[-110.0,-76.0],[-110.0,-74.0],[-110.0,-72.0],[-110.0,-70.0],[-110.0,-68.0],[-110.0,-66.0],[-110.0,-64.0],[-110.0,-62.0],[-110.0,-60.0],[-110.0,-58.0],[-110.0,-56.0],[-110.0,-54.0],[-110.0,-52.0],[-110.0,-50.0],[-110.0,-48.0],[-110.0,-46.0],[-110.0,-44.0],[-110.0,-42.0],[-110.0,-40.0],[-110.0,-38.0],[-110.0,-36.0],[-110.0,-34.0],[-110.0,-32.0],[-110.0,-30.0],[-110.0,-28.0],[-110.0,-26.0],[-110.0,-24.0],[-110.0,-22.0],[-110.0,-20.0],[-110.0,-18.0],[-110.0,-16.0],[-110.0,-14.0],[-110.0,-12.0],[-110.0,-10.0],[-110.0,-8.0],[-110.0,-6.0],[-110.0,-4.0],[-110.0,-2.0],[-110.0,0.0],[-110.0,2.0],[-110.0,4.0],[-110.0,6.0],[-110.0,8.0],[-110.0,10.0],[-110.0,12.0],[-110.0,14.0],[-110.0,16.0],[-110.0,18.0],[-110.0,20.0],[-110.0,22.0],[-110.0,24.0],[-110.0,26.0],[-110.0,28.0],[-110.0,30.0],[-110.0,32.0],[-110.0,34.0],[-110.0,36.0],[-110.0,38.0],[-110.0,40.0],[-110.0,42.0],[-110.0,44.0],[-110.0,46.0],[-110.0,48.0],[-110.0,50.0],[-110.0,52.0],[-110.0,54.0],[-110.0,56.0],[-110.0,58.0],[-110.0,60.0],[-110.0,62.0],[-110.0,64.0],[-110.0,66.0],[-110.0,68.0],[-110.0,70.0],[-110.0,72.0],[-110.0,74.0],[-110.0,76.0],[-110.0,78.0],[-110.0,80.0],[-110.0,82.0],[-110.0,84.0],[-110.0,86.0],[-110.0,88.0],[-110.0,90.0]]},
"properties": {
"degrees": 110,
"direction": "E",
"display":"110.0 E",
"dd":-110,
"FeatureCla":"Graticule","ScaleRank":6,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-100.0,-90],[-100.0,-88.0],[-100.0,-86.0],[-100.0,-84.0],[-100.0,-82.0],[-100.0,-80.0],[-100.0,-78.0],[-100.0,-76.0],[-100.0,-74.0],[-100.0,-72.0],[-100.0,-70.0],[-100.0,-68.0],[-100.0,-66.0],[-100.0,-64.0],[-100.0,-62.0],[-100.0,-60.0],[-100.0,-58.0],[-100.0,-56.0],[-100.0,-54.0],[-100.0,-52.0],[-100.0,-50.0],[-100.0,-48.0],[-100.0,-46.0],[-100.0,-44.0],[-100.0,-42.0],[-100.0,-40.0],[-100.0,-38.0],[-100.0,-36.0],[-100.0,-34.0],[-100.0,-32.0],[-100.0,-30.0],[-100.0,-28.0],[-100.0,-26.0],[-100.0,-24.0],[-100.0,-22.0],[-100.0,-20.0],[-100.0,-18.0],[-100.0,-16.0],[-100.0,-14.0],[-100.0,-12.0],[-100.0,-10.0],[-100.0,-8.0],[-100.0,-6.0],[-100.0,-4.0],[-100.0,-2.0],[-100.0,0.0],[-100.0,2.0],[-100.0,4.0],[-100.0,6.0],[-100.0,8.0],[-100.0,10.0],[-100.0,12.0],[-100.0,14.0],[-100.0,16.0],[-100.0,18.0],[-100.0,20.0],[-100.0,22.0],[-100.0,24.0],[-100.0,26.0],[-100.0,28.0],[-100.0,30.0],[-100.0,32.0],[-100.0,34.0],[-100.0,36.0],[-100.0,38.0],[-100.0,40.0],[-100.0,42.0],[-100.0,44.0],[-100.0,46.0],[-100.0,48.0],[-100.0,50.0],[-100.0,52.0],[-100.0,54.0],[-100.0,56.0],[-100.0,58.0],[-100.0,60.0],[-100.0,62.0],[-100.0,64.0],[-100.0,66.0],[-100.0,68.0],[-100.0,70.0],[-100.0,72.0],[-100.0,74.0],[-100.0,76.0],[-100.0,78.0],[-100.0,80.0],[-100.0,82.0],[-100.0,84.0],[-100.0,86.0],[-100.0,88.0],[-100.0,90.0]]},
"properties": {
"degrees": 100,
"direction": "E",
"display":"100.0 E",
"dd":-100,
"FeatureCla":"Graticule","ScaleRank":6,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-90.0,-90],[-90.0,-88.0],[-90.0,-86.0],[-90.0,-84.0],[-90.0,-82.0],[-90.0,-80.0],[-90.0,-78.0],[-90.0,-76.0],[-90.0,-74.0],[-90.0,-72.0],[-90.0,-70.0],[-90.0,-68.0],[-90.0,-66.0],[-90.0,-64.0],[-90.0,-62.0],[-90.0,-60.0],[-90.0,-58.0],[-90.0,-56.0],[-90.0,-54.0],[-90.0,-52.0],[-90.0,-50.0],[-90.0,-48.0],[-90.0,-46.0],[-90.0,-44.0],[-90.0,-42.0],[-90.0,-40.0],[-90.0,-38.0],[-90.0,-36.0],[-90.0,-34.0],[-90.0,-32.0],[-90.0,-30.0],[-90.0,-28.0],[-90.0,-26.0],[-90.0,-24.0],[-90.0,-22.0],[-90.0,-20.0],[-90.0,-18.0],[-90.0,-16.0],[-90.0,-14.0],[-90.0,-12.0],[-90.0,-10.0],[-90.0,-8.0],[-90.0,-6.0],[-90.0,-4.0],[-90.0,-2.0],[-90.0,0.0],[-90.0,2.0],[-90.0,4.0],[-90.0,6.0],[-90.0,8.0],[-90.0,10.0],[-90.0,12.0],[-90.0,14.0],[-90.0,16.0],[-90.0,18.0],[-90.0,20.0],[-90.0,22.0],[-90.0,24.0],[-90.0,26.0],[-90.0,28.0],[-90.0,30.0],[-90.0,32.0],[-90.0,34.0],[-90.0,36.0],[-90.0,38.0],[-90.0,40.0],[-90.0,42.0],[-90.0,44.0],[-90.0,46.0],[-90.0,48.0],[-90.0,50.0],[-90.0,52.0],[-90.0,54.0],[-90.0,56.0],[-90.0,58.0],[-90.0,60.0],[-90.0,62.0],[-90.0,64.0],[-90.0,66.0],[-90.0,68.0],[-90.0,70.0],[-90.0,72.0],[-90.0,74.0],[-90.0,76.0],[-90.0,78.0],[-90.0,80.0],[-90.0,82.0],[-90.0,84.0],[-90.0,86.0],[-90.0,88.0],[-90.0,90.0]]},
"properties": {
"degrees": 90,
"direction": "E",
"display":"90.0 E",
"dd":-90,
"FeatureCla":"Graticule","ScaleRank":6,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-80.0,-90],[-80.0,-88.0],[-80.0,-86.0],[-80.0,-84.0],[-80.0,-82.0],[-80.0,-80.0],[-80.0,-78.0],[-80.0,-76.0],[-80.0,-74.0],[-80.0,-72.0],[-80.0,-70.0],[-80.0,-68.0],[-80.0,-66.0],[-80.0,-64.0],[-80.0,-62.0],[-80.0,-60.0],[-80.0,-58.0],[-80.0,-56.0],[-80.0,-54.0],[-80.0,-52.0],[-80.0,-50.0],[-80.0,-48.0],[-80.0,-46.0],[-80.0,-44.0],[-80.0,-42.0],[-80.0,-40.0],[-80.0,-38.0],[-80.0,-36.0],[-80.0,-34.0],[-80.0,-32.0],[-80.0,-30.0],[-80.0,-28.0],[-80.0,-26.0],[-80.0,-24.0],[-80.0,-22.0],[-80.0,-20.0],[-80.0,-18.0],[-80.0,-16.0],[-80.0,-14.0],[-80.0,-12.0],[-80.0,-10.0],[-80.0,-8.0],[-80.0,-6.0],[-80.0,-4.0],[-80.0,-2.0],[-80.0,0.0],[-80.0,2.0],[-80.0,4.0],[-80.0,6.0],[-80.0,8.0],[-80.0,10.0],[-80.0,12.0],[-80.0,14.0],[-80.0,16.0],[-80.0,18.0],[-80.0,20.0],[-80.0,22.0],[-80.0,24.0],[-80.0,26.0],[-80.0,28.0],[-80.0,30.0],[-80.0,32.0],[-80.0,34.0],[-80.0,36.0],[-80.0,38.0],[-80.0,40.0],[-80.0,42.0],[-80.0,44.0],[-80.0,46.0],[-80.0,48.0],[-80.0,50.0],[-80.0,52.0],[-80.0,54.0],[-80.0,56.0],[-80.0,58.0],[-80.0,60.0],[-80.0,62.0],[-80.0,64.0],[-80.0,66.0],[-80.0,68.0],[-80.0,70.0],[-80.0,72.0],[-80.0,74.0],[-80.0,76.0],[-80.0,78.0],[-80.0,80.0],[-80.0,82.0],[-80.0,84.0],[-80.0,86.0],[-80.0,88.0],[-80.0,90.0]]},
"properties": {
"degrees": 80,
"direction": "E",
"display":"80.0 E",
"dd":-80,
"FeatureCla":"Graticule","ScaleRank":6,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-70.0,-90],[-70.0,-88.0],[-70.0,-86.0],[-70.0,-84.0],[-70.0,-82.0],[-70.0,-80.0],[-70.0,-78.0],[-70.0,-76.0],[-70.0,-74.0],[-70.0,-72.0],[-70.0,-70.0],[-70.0,-68.0],[-70.0,-66.0],[-70.0,-64.0],[-70.0,-62.0],[-70.0,-60.0],[-70.0,-58.0],[-70.0,-56.0],[-70.0,-54.0],[-70.0,-52.0],[-70.0,-50.0],[-70.0,-48.0],[-70.0,-46.0],[-70.0,-44.0],[-70.0,-42.0],[-70.0,-40.0],[-70.0,-38.0],[-70.0,-36.0],[-70.0,-34.0],[-70.0,-32.0],[-70.0,-30.0],[-70.0,-28.0],[-70.0,-26.0],[-70.0,-24.0],[-70.0,-22.0],[-70.0,-20.0],[-70.0,-18.0],[-70.0,-16.0],[-70.0,-14.0],[-70.0,-12.0],[-70.0,-10.0],[-70.0,-8.0],[-70.0,-6.0],[-70.0,-4.0],[-70.0,-2.0],[-70.0,0.0],[-70.0,2.0],[-70.0,4.0],[-70.0,6.0],[-70.0,8.0],[-70.0,10.0],[-70.0,12.0],[-70.0,14.0],[-70.0,16.0],[-70.0,18.0],[-70.0,20.0],[-70.0,22.0],[-70.0,24.0],[-70.0,26.0],[-70.0,28.0],[-70.0,30.0],[-70.0,32.0],[-70.0,34.0],[-70.0,36.0],[-70.0,38.0],[-70.0,40.0],[-70.0,42.0],[-70.0,44.0],[-70.0,46.0],[-70.0,48.0],[-70.0,50.0],[-70.0,52.0],[-70.0,54.0],[-70.0,56.0],[-70.0,58.0],[-70.0,60.0],[-70.0,62.0],[-70.0,64.0],[-70.0,66.0],[-70.0,68.0],[-70.0,70.0],[-70.0,72.0],[-70.0,74.0],[-70.0,76.0],[-70.0,78.0],[-70.0,80.0],[-70.0,82.0],[-70.0,84.0],[-70.0,86.0],[-70.0,88.0],[-70.0,90.0]]},
"properties": {
"degrees": 70,
"direction": "E",
"display":"70.0 E",
"dd":-70,
"FeatureCla":"Graticule","ScaleRank":6,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-60.0,-90],[-60.0,-88.0],[-60.0,-86.0],[-60.0,-84.0],[-60.0,-82.0],[-60.0,-80.0],[-60.0,-78.0],[-60.0,-76.0],[-60.0,-74.0],[-60.0,-72.0],[-60.0,-70.0],[-60.0,-68.0],[-60.0,-66.0],[-60.0,-64.0],[-60.0,-62.0],[-60.0,-60.0],[-60.0,-58.0],[-60.0,-56.0],[-60.0,-54.0],[-60.0,-52.0],[-60.0,-50.0],[-60.0,-48.0],[-60.0,-46.0],[-60.0,-44.0],[-60.0,-42.0],[-60.0,-40.0],[-60.0,-38.0],[-60.0,-36.0],[-60.0,-34.0],[-60.0,-32.0],[-60.0,-30.0],[-60.0,-28.0],[-60.0,-26.0],[-60.0,-24.0],[-60.0,-22.0],[-60.0,-20.0],[-60.0,-18.0],[-60.0,-16.0],[-60.0,-14.0],[-60.0,-12.0],[-60.0,-10.0],[-60.0,-8.0],[-60.0,-6.0],[-60.0,-4.0],[-60.0,-2.0],[-60.0,0.0],[-60.0,2.0],[-60.0,4.0],[-60.0,6.0],[-60.0,8.0],[-60.0,10.0],[-60.0,12.0],[-60.0,14.0],[-60.0,16.0],[-60.0,18.0],[-60.0,20.0],[-60.0,22.0],[-60.0,24.0],[-60.0,26.0],[-60.0,28.0],[-60.0,30.0],[-60.0,32.0],[-60.0,34.0],[-60.0,36.0],[-60.0,38.0],[-60.0,40.0],[-60.0,42.0],[-60.0,44.0],[-60.0,46.0],[-60.0,48.0],[-60.0,50.0],[-60.0,52.0],[-60.0,54.0],[-60.0,56.0],[-60.0,58.0],[-60.0,60.0],[-60.0,62.0],[-60.0,64.0],[-60.0,66.0],[-60.0,68.0],[-60.0,70.0],[-60.0,72.0],[-60.0,74.0],[-60.0,76.0],[-60.0,78.0],[-60.0,80.0],[-60.0,82.0],[-60.0,84.0],[-60.0,86.0],[-60.0,88.0],[-60.0,90.0]]},
"properties": {
"degrees": 60,
"direction": "E",
"display":"60.0 E",
"dd":-60,
"FeatureCla":"Graticule","ScaleRank":6,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-50.0,-90],[-50.0,-88.0],[-50.0,-86.0],[-50.0,-84.0],[-50.0,-82.0],[-50.0,-80.0],[-50.0,-78.0],[-50.0,-76.0],[-50.0,-74.0],[-50.0,-72.0],[-50.0,-70.0],[-50.0,-68.0],[-50.0,-66.0],[-50.0,-64.0],[-50.0,-62.0],[-50.0,-60.0],[-50.0,-58.0],[-50.0,-56.0],[-50.0,-54.0],[-50.0,-52.0],[-50.0,-50.0],[-50.0,-48.0],[-50.0,-46.0],[-50.0,-44.0],[-50.0,-42.0],[-50.0,-40.0],[-50.0,-38.0],[-50.0,-36.0],[-50.0,-34.0],[-50.0,-32.0],[-50.0,-30.0],[-50.0,-28.0],[-50.0,-26.0],[-50.0,-24.0],[-50.0,-22.0],[-50.0,-20.0],[-50.0,-18.0],[-50.0,-16.0],[-50.0,-14.0],[-50.0,-12.0],[-50.0,-10.0],[-50.0,-8.0],[-50.0,-6.0],[-50.0,-4.0],[-50.0,-2.0],[-50.0,0.0],[-50.0,2.0],[-50.0,4.0],[-50.0,6.0],[-50.0,8.0],[-50.0,10.0],[-50.0,12.0],[-50.0,14.0],[-50.0,16.0],[-50.0,18.0],[-50.0,20.0],[-50.0,22.0],[-50.0,24.0],[-50.0,26.0],[-50.0,28.0],[-50.0,30.0],[-50.0,32.0],[-50.0,34.0],[-50.0,36.0],[-50.0,38.0],[-50.0,40.0],[-50.0,42.0],[-50.0,44.0],[-50.0,46.0],[-50.0,48.0],[-50.0,50.0],[-50.0,52.0],[-50.0,54.0],[-50.0,56.0],[-50.0,58.0],[-50.0,60.0],[-50.0,62.0],[-50.0,64.0],[-50.0,66.0],[-50.0,68.0],[-50.0,70.0],[-50.0,72.0],[-50.0,74.0],[-50.0,76.0],[-50.0,78.0],[-50.0,80.0],[-50.0,82.0],[-50.0,84.0],[-50.0,86.0],[-50.0,88.0],[-50.0,90.0]]},
"properties": {
"degrees": 50,
"direction": "E",
"display":"50.0 E",
"dd":-50,
"FeatureCla":"Graticule","ScaleRank":6,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-40.0,-90],[-40.0,-88.0],[-40.0,-86.0],[-40.0,-84.0],[-40.0,-82.0],[-40.0,-80.0],[-40.0,-78.0],[-40.0,-76.0],[-40.0,-74.0],[-40.0,-72.0],[-40.0,-70.0],[-40.0,-68.0],[-40.0,-66.0],[-40.0,-64.0],[-40.0,-62.0],[-40.0,-60.0],[-40.0,-58.0],[-40.0,-56.0],[-40.0,-54.0],[-40.0,-52.0],[-40.0,-50.0],[-40.0,-48.0],[-40.0,-46.0],[-40.0,-44.0],[-40.0,-42.0],[-40.0,-40.0],[-40.0,-38.0],[-40.0,-36.0],[-40.0,-34.0],[-40.0,-32.0],[-40.0,-30.0],[-40.0,-28.0],[-40.0,-26.0],[-40.0,-24.0],[-40.0,-22.0],[-40.0,-20.0],[-40.0,-18.0],[-40.0,-16.0],[-40.0,-14.0],[-40.0,-12.0],[-40.0,-10.0],[-40.0,-8.0],[-40.0,-6.0],[-40.0,-4.0],[-40.0,-2.0],[-40.0,0.0],[-40.0,2.0],[-40.0,4.0],[-40.0,6.0],[-40.0,8.0],[-40.0,10.0],[-40.0,12.0],[-40.0,14.0],[-40.0,16.0],[-40.0,18.0],[-40.0,20.0],[-40.0,22.0],[-40.0,24.0],[-40.0,26.0],[-40.0,28.0],[-40.0,30.0],[-40.0,32.0],[-40.0,34.0],[-40.0,36.0],[-40.0,38.0],[-40.0,40.0],[-40.0,42.0],[-40.0,44.0],[-40.0,46.0],[-40.0,48.0],[-40.0,50.0],[-40.0,52.0],[-40.0,54.0],[-40.0,56.0],[-40.0,58.0],[-40.0,60.0],[-40.0,62.0],[-40.0,64.0],[-40.0,66.0],[-40.0,68.0],[-40.0,70.0],[-40.0,72.0],[-40.0,74.0],[-40.0,76.0],[-40.0,78.0],[-40.0,80.0],[-40.0,82.0],[-40.0,84.0],[-40.0,86.0],[-40.0,88.0],[-40.0,90.0]]},
"properties": {
"degrees": 40,
"direction": "E",
"display":"40.0 E",
"dd":-40,
"FeatureCla":"Graticule","ScaleRank":6,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-30.0,-90],[-30.0,-88.0],[-30.0,-86.0],[-30.0,-84.0],[-30.0,-82.0],[-30.0,-80.0],[-30.0,-78.0],[-30.0,-76.0],[-30.0,-74.0],[-30.0,-72.0],[-30.0,-70.0],[-30.0,-68.0],[-30.0,-66.0],[-30.0,-64.0],[-30.0,-62.0],[-30.0,-60.0],[-30.0,-58.0],[-30.0,-56.0],[-30.0,-54.0],[-30.0,-52.0],[-30.0,-50.0],[-30.0,-48.0],[-30.0,-46.0],[-30.0,-44.0],[-30.0,-42.0],[-30.0,-40.0],[-30.0,-38.0],[-30.0,-36.0],[-30.0,-34.0],[-30.0,-32.0],[-30.0,-30.0],[-30.0,-28.0],[-30.0,-26.0],[-30.0,-24.0],[-30.0,-22.0],[-30.0,-20.0],[-30.0,-18.0],[-30.0,-16.0],[-30.0,-14.0],[-30.0,-12.0],[-30.0,-10.0],[-30.0,-8.0],[-30.0,-6.0],[-30.0,-4.0],[-30.0,-2.0],[-30.0,0.0],[-30.0,2.0],[-30.0,4.0],[-30.0,6.0],[-30.0,8.0],[-30.0,10.0],[-30.0,12.0],[-30.0,14.0],[-30.0,16.0],[-30.0,18.0],[-30.0,20.0],[-30.0,22.0],[-30.0,24.0],[-30.0,26.0],[-30.0,28.0],[-30.0,30.0],[-30.0,32.0],[-30.0,34.0],[-30.0,36.0],[-30.0,38.0],[-30.0,40.0],[-30.0,42.0],[-30.0,44.0],[-30.0,46.0],[-30.0,48.0],[-30.0,50.0],[-30.0,52.0],[-30.0,54.0],[-30.0,56.0],[-30.0,58.0],[-30.0,60.0],[-30.0,62.0],[-30.0,64.0],[-30.0,66.0],[-30.0,68.0],[-30.0,70.0],[-30.0,72.0],[-30.0,74.0],[-30.0,76.0],[-30.0,78.0],[-30.0,80.0],[-30.0,82.0],[-30.0,84.0],[-30.0,86.0],[-30.0,88.0],[-30.0,90.0]]},
"properties": {
"degrees": 30,
"direction": "E",
"display":"30.0 E",
"dd":-30,
"FeatureCla":"Graticule","ScaleRank":6,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-20.0,-90],[-20.0,-88.0],[-20.0,-86.0],[-20.0,-84.0],[-20.0,-82.0],[-20.0,-80.0],[-20.0,-78.0],[-20.0,-76.0],[-20.0,-74.0],[-20.0,-72.0],[-20.0,-70.0],[-20.0,-68.0],[-20.0,-66.0],[-20.0,-64.0],[-20.0,-62.0],[-20.0,-60.0],[-20.0,-58.0],[-20.0,-56.0],[-20.0,-54.0],[-20.0,-52.0],[-20.0,-50.0],[-20.0,-48.0],[-20.0,-46.0],[-20.0,-44.0],[-20.0,-42.0],[-20.0,-40.0],[-20.0,-38.0],[-20.0,-36.0],[-20.0,-34.0],[-20.0,-32.0],[-20.0,-30.0],[-20.0,-28.0],[-20.0,-26.0],[-20.0,-24.0],[-20.0,-22.0],[-20.0,-20.0],[-20.0,-18.0],[-20.0,-16.0],[-20.0,-14.0],[-20.0,-12.0],[-20.0,-10.0],[-20.0,-8.0],[-20.0,-6.0],[-20.0,-4.0],[-20.0,-2.0],[-20.0,0.0],[-20.0,2.0],[-20.0,4.0],[-20.0,6.0],[-20.0,8.0],[-20.0,10.0],[-20.0,12.0],[-20.0,14.0],[-20.0,16.0],[-20.0,18.0],[-20.0,20.0],[-20.0,22.0],[-20.0,24.0],[-20.0,26.0],[-20.0,28.0],[-20.0,30.0],[-20.0,32.0],[-20.0,34.0],[-20.0,36.0],[-20.0,38.0],[-20.0,40.0],[-20.0,42.0],[-20.0,44.0],[-20.0,46.0],[-20.0,48.0],[-20.0,50.0],[-20.0,52.0],[-20.0,54.0],[-20.0,56.0],[-20.0,58.0],[-20.0,60.0],[-20.0,62.0],[-20.0,64.0],[-20.0,66.0],[-20.0,68.0],[-20.0,70.0],[-20.0,72.0],[-20.0,74.0],[-20.0,76.0],[-20.0,78.0],[-20.0,80.0],[-20.0,82.0],[-20.0,84.0],[-20.0,86.0],[-20.0,88.0],[-20.0,90.0]]},
"properties": {
"degrees": 20,
"direction": "E",
"display":"20.0 E",
"dd":-20,
"FeatureCla":"Graticule","ScaleRank":6,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-10.0,-90],[-10.0,-88.0],[-10.0,-86.0],[-10.0,-84.0],[-10.0,-82.0],[-10.0,-80.0],[-10.0,-78.0],[-10.0,-76.0],[-10.0,-74.0],[-10.0,-72.0],[-10.0,-70.0],[-10.0,-68.0],[-10.0,-66.0],[-10.0,-64.0],[-10.0,-62.0],[-10.0,-60.0],[-10.0,-58.0],[-10.0,-56.0],[-10.0,-54.0],[-10.0,-52.0],[-10.0,-50.0],[-10.0,-48.0],[-10.0,-46.0],[-10.0,-44.0],[-10.0,-42.0],[-10.0,-40.0],[-10.0,-38.0],[-10.0,-36.0],[-10.0,-34.0],[-10.0,-32.0],[-10.0,-30.0],[-10.0,-28.0],[-10.0,-26.0],[-10.0,-24.0],[-10.0,-22.0],[-10.0,-20.0],[-10.0,-18.0],[-10.0,-16.0],[-10.0,-14.0],[-10.0,-12.0],[-10.0,-10.0],[-10.0,-8.0],[-10.0,-6.0],[-10.0,-4.0],[-10.0,-2.0],[-10.0,0.0],[-10.0,2.0],[-10.0,4.0],[-10.0,6.0],[-10.0,8.0],[-10.0,10.0],[-10.0,12.0],[-10.0,14.0],[-10.0,16.0],[-10.0,18.0],[-10.0,20.0],[-10.0,22.0],[-10.0,24.0],[-10.0,26.0],[-10.0,28.0],[-10.0,30.0],[-10.0,32.0],[-10.0,34.0],[-10.0,36.0],[-10.0,38.0],[-10.0,40.0],[-10.0,42.0],[-10.0,44.0],[-10.0,46.0],[-10.0,48.0],[-10.0,50.0],[-10.0,52.0],[-10.0,54.0],[-10.0,56.0],[-10.0,58.0],[-10.0,60.0],[-10.0,62.0],[-10.0,64.0],[-10.0,66.0],[-10.0,68.0],[-10.0,70.0],[-10.0,72.0],[-10.0,74.0],[-10.0,76.0],[-10.0,78.0],[-10.0,80.0],[-10.0,82.0],[-10.0,84.0],[-10.0,86.0],[-10.0,88.0],[-10.0,90.0]]},
"properties": {
"degrees": 10,
"direction": "E",
"display":"10.0 E",
"dd":-10,
"FeatureCla":"Graticule","ScaleRank":6,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[0.0,-90],[0.0,-88.0],[0.0,-86.0],[0.0,-84.0],[0.0,-82.0],[0.0,-80.0],[0.0,-78.0],[0.0,-76.0],[0.0,-74.0],[0.0,-72.0],[0.0,-70.0],[0.0,-68.0],[0.0,-66.0],[0.0,-64.0],[0.0,-62.0],[0.0,-60.0],[0.0,-58.0],[0.0,-56.0],[0.0,-54.0],[0.0,-52.0],[0.0,-50.0],[0.0,-48.0],[0.0,-46.0],[0.0,-44.0],[0.0,-42.0],[0.0,-40.0],[0.0,-38.0],[0.0,-36.0],[0.0,-34.0],[0.0,-32.0],[0.0,-30.0],[0.0,-28.0],[0.0,-26.0],[0.0,-24.0],[0.0,-22.0],[0.0,-20.0],[0.0,-18.0],[0.0,-16.0],[0.0,-14.0],[0.0,-12.0],[0.0,-10.0],[0.0,-8.0],[0.0,-6.0],[0.0,-4.0],[0.0,-2.0],[0.0,0.0],[0.0,2.0],[0.0,4.0],[0.0,6.0],[0.0,8.0],[0.0,10.0],[0.0,12.0],[0.0,14.0],[0.0,16.0],[0.0,18.0],[0.0,20.0],[0.0,22.0],[0.0,24.0],[0.0,26.0],[0.0,28.0],[0.0,30.0],[0.0,32.0],[0.0,34.0],[0.0,36.0],[0.0,38.0],[0.0,40.0],[0.0,42.0],[0.0,44.0],[0.0,46.0],[0.0,48.0],[0.0,50.0],[0.0,52.0],[0.0,54.0],[0.0,56.0],[0.0,58.0],[0.0,60.0],[0.0,62.0],[0.0,64.0],[0.0,66.0],[0.0,68.0],[0.0,70.0],[0.0,72.0],[0.0,74.0],[0.0,76.0],[0.0,78.0],[0.0,80.0],[0.0,82.0],[0.0,84.0],[0.0,86.0],[0.0,88.0],[0.0,90.0]]},
"properties": {
"degrees": 0,
"direction": "W",
"display":"0.0 W",
"dd":0,
"FeatureCla":"Graticule","ScaleRank":6,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[10.0,-90],[10.0,-88.0],[10.0,-86.0],[10.0,-84.0],[10.0,-82.0],[10.0,-80.0],[10.0,-78.0],[10.0,-76.0],[10.0,-74.0],[10.0,-72.0],[10.0,-70.0],[10.0,-68.0],[10.0,-66.0],[10.0,-64.0],[10.0,-62.0],[10.0,-60.0],[10.0,-58.0],[10.0,-56.0],[10.0,-54.0],[10.0,-52.0],[10.0,-50.0],[10.0,-48.0],[10.0,-46.0],[10.0,-44.0],[10.0,-42.0],[10.0,-40.0],[10.0,-38.0],[10.0,-36.0],[10.0,-34.0],[10.0,-32.0],[10.0,-30.0],[10.0,-28.0],[10.0,-26.0],[10.0,-24.0],[10.0,-22.0],[10.0,-20.0],[10.0,-18.0],[10.0,-16.0],[10.0,-14.0],[10.0,-12.0],[10.0,-10.0],[10.0,-8.0],[10.0,-6.0],[10.0,-4.0],[10.0,-2.0],[10.0,0.0],[10.0,2.0],[10.0,4.0],[10.0,6.0],[10.0,8.0],[10.0,10.0],[10.0,12.0],[10.0,14.0],[10.0,16.0],[10.0,18.0],[10.0,20.0],[10.0,22.0],[10.0,24.0],[10.0,26.0],[10.0,28.0],[10.0,30.0],[10.0,32.0],[10.0,34.0],[10.0,36.0],[10.0,38.0],[10.0,40.0],[10.0,42.0],[10.0,44.0],[10.0,46.0],[10.0,48.0],[10.0,50.0],[10.0,52.0],[10.0,54.0],[10.0,56.0],[10.0,58.0],[10.0,60.0],[10.0,62.0],[10.0,64.0],[10.0,66.0],[10.0,68.0],[10.0,70.0],[10.0,72.0],[10.0,74.0],[10.0,76.0],[10.0,78.0],[10.0,80.0],[10.0,82.0],[10.0,84.0],[10.0,86.0],[10.0,88.0],[10.0,90.0]]},
"properties": {
"degrees": 10,
"direction": "W",
"display":"10.0 W",
"dd":10,
"FeatureCla":"Graticule","ScaleRank":6,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[20.0,-90],[20.0,-88.0],[20.0,-86.0],[20.0,-84.0],[20.0,-82.0],[20.0,-80.0],[20.0,-78.0],[20.0,-76.0],[20.0,-74.0],[20.0,-72.0],[20.0,-70.0],[20.0,-68.0],[20.0,-66.0],[20.0,-64.0],[20.0,-62.0],[20.0,-60.0],[20.0,-58.0],[20.0,-56.0],[20.0,-54.0],[20.0,-52.0],[20.0,-50.0],[20.0,-48.0],[20.0,-46.0],[20.0,-44.0],[20.0,-42.0],[20.0,-40.0],[20.0,-38.0],[20.0,-36.0],[20.0,-34.0],[20.0,-32.0],[20.0,-30.0],[20.0,-28.0],[20.0,-26.0],[20.0,-24.0],[20.0,-22.0],[20.0,-20.0],[20.0,-18.0],[20.0,-16.0],[20.0,-14.0],[20.0,-12.0],[20.0,-10.0],[20.0,-8.0],[20.0,-6.0],[20.0,-4.0],[20.0,-2.0],[20.0,0.0],[20.0,2.0],[20.0,4.0],[20.0,6.0],[20.0,8.0],[20.0,10.0],[20.0,12.0],[20.0,14.0],[20.0,16.0],[20.0,18.0],[20.0,20.0],[20.0,22.0],[20.0,24.0],[20.0,26.0],[20.0,28.0],[20.0,30.0],[20.0,32.0],[20.0,34.0],[20.0,36.0],[20.0,38.0],[20.0,40.0],[20.0,42.0],[20.0,44.0],[20.0,46.0],[20.0,48.0],[20.0,50.0],[20.0,52.0],[20.0,54.0],[20.0,56.0],[20.0,58.0],[20.0,60.0],[20.0,62.0],[20.0,64.0],[20.0,66.0],[20.0,68.0],[20.0,70.0],[20.0,72.0],[20.0,74.0],[20.0,76.0],[20.0,78.0],[20.0,80.0],[20.0,82.0],[20.0,84.0],[20.0,86.0],[20.0,88.0],[20.0,90.0]]},
"properties": {
"degrees": 20,
"direction": "W",
"display":"20.0 W",
"dd":20,
"FeatureCla":"Graticule","ScaleRank":6,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[30.0,-90],[30.0,-88.0],[30.0,-86.0],[30.0,-84.0],[30.0,-82.0],[30.0,-80.0],[30.0,-78.0],[30.0,-76.0],[30.0,-74.0],[30.0,-72.0],[30.0,-70.0],[30.0,-68.0],[30.0,-66.0],[30.0,-64.0],[30.0,-62.0],[30.0,-60.0],[30.0,-58.0],[30.0,-56.0],[30.0,-54.0],[30.0,-52.0],[30.0,-50.0],[30.0,-48.0],[30.0,-46.0],[30.0,-44.0],[30.0,-42.0],[30.0,-40.0],[30.0,-38.0],[30.0,-36.0],[30.0,-34.0],[30.0,-32.0],[30.0,-30.0],[30.0,-28.0],[30.0,-26.0],[30.0,-24.0],[30.0,-22.0],[30.0,-20.0],[30.0,-18.0],[30.0,-16.0],[30.0,-14.0],[30.0,-12.0],[30.0,-10.0],[30.0,-8.0],[30.0,-6.0],[30.0,-4.0],[30.0,-2.0],[30.0,0.0],[30.0,2.0],[30.0,4.0],[30.0,6.0],[30.0,8.0],[30.0,10.0],[30.0,12.0],[30.0,14.0],[30.0,16.0],[30.0,18.0],[30.0,20.0],[30.0,22.0],[30.0,24.0],[30.0,26.0],[30.0,28.0],[30.0,30.0],[30.0,32.0],[30.0,34.0],[30.0,36.0],[30.0,38.0],[30.0,40.0],[30.0,42.0],[30.0,44.0],[30.0,46.0],[30.0,48.0],[30.0,50.0],[30.0,52.0],[30.0,54.0],[30.0,56.0],[30.0,58.0],[30.0,60.0],[30.0,62.0],[30.0,64.0],[30.0,66.0],[30.0,68.0],[30.0,70.0],[30.0,72.0],[30.0,74.0],[30.0,76.0],[30.0,78.0],[30.0,80.0],[30.0,82.0],[30.0,84.0],[30.0,86.0],[30.0,88.0],[30.0,90.0]]},
"properties": {
"degrees": 30,
"direction": "W",
"display":"30.0 W",
"dd":30,
"FeatureCla":"Graticule","ScaleRank":6,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[40.0,-90],[40.0,-88.0],[40.0,-86.0],[40.0,-84.0],[40.0,-82.0],[40.0,-80.0],[40.0,-78.0],[40.0,-76.0],[40.0,-74.0],[40.0,-72.0],[40.0,-70.0],[40.0,-68.0],[40.0,-66.0],[40.0,-64.0],[40.0,-62.0],[40.0,-60.0],[40.0,-58.0],[40.0,-56.0],[40.0,-54.0],[40.0,-52.0],[40.0,-50.0],[40.0,-48.0],[40.0,-46.0],[40.0,-44.0],[40.0,-42.0],[40.0,-40.0],[40.0,-38.0],[40.0,-36.0],[40.0,-34.0],[40.0,-32.0],[40.0,-30.0],[40.0,-28.0],[40.0,-26.0],[40.0,-24.0],[40.0,-22.0],[40.0,-20.0],[40.0,-18.0],[40.0,-16.0],[40.0,-14.0],[40.0,-12.0],[40.0,-10.0],[40.0,-8.0],[40.0,-6.0],[40.0,-4.0],[40.0,-2.0],[40.0,0.0],[40.0,2.0],[40.0,4.0],[40.0,6.0],[40.0,8.0],[40.0,10.0],[40.0,12.0],[40.0,14.0],[40.0,16.0],[40.0,18.0],[40.0,20.0],[40.0,22.0],[40.0,24.0],[40.0,26.0],[40.0,28.0],[40.0,30.0],[40.0,32.0],[40.0,34.0],[40.0,36.0],[40.0,38.0],[40.0,40.0],[40.0,42.0],[40.0,44.0],[40.0,46.0],[40.0,48.0],[40.0,50.0],[40.0,52.0],[40.0,54.0],[40.0,56.0],[40.0,58.0],[40.0,60.0],[40.0,62.0],[40.0,64.0],[40.0,66.0],[40.0,68.0],[40.0,70.0],[40.0,72.0],[40.0,74.0],[40.0,76.0],[40.0,78.0],[40.0,80.0],[40.0,82.0],[40.0,84.0],[40.0,86.0],[40.0,88.0],[40.0,90.0]]},
"properties": {
"degrees": 40,
"direction": "W",
"display":"40.0 W",
"dd":40,
"FeatureCla":"Graticule","ScaleRank":6,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[50.0,-90],[50.0,-88.0],[50.0,-86.0],[50.0,-84.0],[50.0,-82.0],[50.0,-80.0],[50.0,-78.0],[50.0,-76.0],[50.0,-74.0],[50.0,-72.0],[50.0,-70.0],[50.0,-68.0],[50.0,-66.0],[50.0,-64.0],[50.0,-62.0],[50.0,-60.0],[50.0,-58.0],[50.0,-56.0],[50.0,-54.0],[50.0,-52.0],[50.0,-50.0],[50.0,-48.0],[50.0,-46.0],[50.0,-44.0],[50.0,-42.0],[50.0,-40.0],[50.0,-38.0],[50.0,-36.0],[50.0,-34.0],[50.0,-32.0],[50.0,-30.0],[50.0,-28.0],[50.0,-26.0],[50.0,-24.0],[50.0,-22.0],[50.0,-20.0],[50.0,-18.0],[50.0,-16.0],[50.0,-14.0],[50.0,-12.0],[50.0,-10.0],[50.0,-8.0],[50.0,-6.0],[50.0,-4.0],[50.0,-2.0],[50.0,0.0],[50.0,2.0],[50.0,4.0],[50.0,6.0],[50.0,8.0],[50.0,10.0],[50.0,12.0],[50.0,14.0],[50.0,16.0],[50.0,18.0],[50.0,20.0],[50.0,22.0],[50.0,24.0],[50.0,26.0],[50.0,28.0],[50.0,30.0],[50.0,32.0],[50.0,34.0],[50.0,36.0],[50.0,38.0],[50.0,40.0],[50.0,42.0],[50.0,44.0],[50.0,46.0],[50.0,48.0],[50.0,50.0],[50.0,52.0],[50.0,54.0],[50.0,56.0],[50.0,58.0],[50.0,60.0],[50.0,62.0],[50.0,64.0],[50.0,66.0],[50.0,68.0],[50.0,70.0],[50.0,72.0],[50.0,74.0],[50.0,76.0],[50.0,78.0],[50.0,80.0],[50.0,82.0],[50.0,84.0],[50.0,86.0],[50.0,88.0],[50.0,90.0]]},
"properties": {
"degrees": 50,
"direction": "W",
"display":"50.0 W",
"dd":50,
"FeatureCla":"Graticule","ScaleRank":6,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[60.0,-90],[60.0,-88.0],[60.0,-86.0],[60.0,-84.0],[60.0,-82.0],[60.0,-80.0],[60.0,-78.0],[60.0,-76.0],[60.0,-74.0],[60.0,-72.0],[60.0,-70.0],[60.0,-68.0],[60.0,-66.0],[60.0,-64.0],[60.0,-62.0],[60.0,-60.0],[60.0,-58.0],[60.0,-56.0],[60.0,-54.0],[60.0,-52.0],[60.0,-50.0],[60.0,-48.0],[60.0,-46.0],[60.0,-44.0],[60.0,-42.0],[60.0,-40.0],[60.0,-38.0],[60.0,-36.0],[60.0,-34.0],[60.0,-32.0],[60.0,-30.0],[60.0,-28.0],[60.0,-26.0],[60.0,-24.0],[60.0,-22.0],[60.0,-20.0],[60.0,-18.0],[60.0,-16.0],[60.0,-14.0],[60.0,-12.0],[60.0,-10.0],[60.0,-8.0],[60.0,-6.0],[60.0,-4.0],[60.0,-2.0],[60.0,0.0],[60.0,2.0],[60.0,4.0],[60.0,6.0],[60.0,8.0],[60.0,10.0],[60.0,12.0],[60.0,14.0],[60.0,16.0],[60.0,18.0],[60.0,20.0],[60.0,22.0],[60.0,24.0],[60.0,26.0],[60.0,28.0],[60.0,30.0],[60.0,32.0],[60.0,34.0],[60.0,36.0],[60.0,38.0],[60.0,40.0],[60.0,42.0],[60.0,44.0],[60.0,46.0],[60.0,48.0],[60.0,50.0],[60.0,52.0],[60.0,54.0],[60.0,56.0],[60.0,58.0],[60.0,60.0],[60.0,62.0],[60.0,64.0],[60.0,66.0],[60.0,68.0],[60.0,70.0],[60.0,72.0],[60.0,74.0],[60.0,76.0],[60.0,78.0],[60.0,80.0],[60.0,82.0],[60.0,84.0],[60.0,86.0],[60.0,88.0],[60.0,90.0]]},
"properties": {
"degrees": 60,
"direction": "W",
"display":"60.0 W",
"dd":60,
"FeatureCla":"Graticule","ScaleRank":6,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[70.0,-90],[70.0,-88.0],[70.0,-86.0],[70.0,-84.0],[70.0,-82.0],[70.0,-80.0],[70.0,-78.0],[70.0,-76.0],[70.0,-74.0],[70.0,-72.0],[70.0,-70.0],[70.0,-68.0],[70.0,-66.0],[70.0,-64.0],[70.0,-62.0],[70.0,-60.0],[70.0,-58.0],[70.0,-56.0],[70.0,-54.0],[70.0,-52.0],[70.0,-50.0],[70.0,-48.0],[70.0,-46.0],[70.0,-44.0],[70.0,-42.0],[70.0,-40.0],[70.0,-38.0],[70.0,-36.0],[70.0,-34.0],[70.0,-32.0],[70.0,-30.0],[70.0,-28.0],[70.0,-26.0],[70.0,-24.0],[70.0,-22.0],[70.0,-20.0],[70.0,-18.0],[70.0,-16.0],[70.0,-14.0],[70.0,-12.0],[70.0,-10.0],[70.0,-8.0],[70.0,-6.0],[70.0,-4.0],[70.0,-2.0],[70.0,0.0],[70.0,2.0],[70.0,4.0],[70.0,6.0],[70.0,8.0],[70.0,10.0],[70.0,12.0],[70.0,14.0],[70.0,16.0],[70.0,18.0],[70.0,20.0],[70.0,22.0],[70.0,24.0],[70.0,26.0],[70.0,28.0],[70.0,30.0],[70.0,32.0],[70.0,34.0],[70.0,36.0],[70.0,38.0],[70.0,40.0],[70.0,42.0],[70.0,44.0],[70.0,46.0],[70.0,48.0],[70.0,50.0],[70.0,52.0],[70.0,54.0],[70.0,56.0],[70.0,58.0],[70.0,60.0],[70.0,62.0],[70.0,64.0],[70.0,66.0],[70.0,68.0],[70.0,70.0],[70.0,72.0],[70.0,74.0],[70.0,76.0],[70.0,78.0],[70.0,80.0],[70.0,82.0],[70.0,84.0],[70.0,86.0],[70.0,88.0],[70.0,90.0]]},
"properties": {
"degrees": 70,
"direction": "W",
"display":"70.0 W",
"dd":70,
"FeatureCla":"Graticule","ScaleRank":6,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[80.0,-90],[80.0,-88.0],[80.0,-86.0],[80.0,-84.0],[80.0,-82.0],[80.0,-80.0],[80.0,-78.0],[80.0,-76.0],[80.0,-74.0],[80.0,-72.0],[80.0,-70.0],[80.0,-68.0],[80.0,-66.0],[80.0,-64.0],[80.0,-62.0],[80.0,-60.0],[80.0,-58.0],[80.0,-56.0],[80.0,-54.0],[80.0,-52.0],[80.0,-50.0],[80.0,-48.0],[80.0,-46.0],[80.0,-44.0],[80.0,-42.0],[80.0,-40.0],[80.0,-38.0],[80.0,-36.0],[80.0,-34.0],[80.0,-32.0],[80.0,-30.0],[80.0,-28.0],[80.0,-26.0],[80.0,-24.0],[80.0,-22.0],[80.0,-20.0],[80.0,-18.0],[80.0,-16.0],[80.0,-14.0],[80.0,-12.0],[80.0,-10.0],[80.0,-8.0],[80.0,-6.0],[80.0,-4.0],[80.0,-2.0],[80.0,0.0],[80.0,2.0],[80.0,4.0],[80.0,6.0],[80.0,8.0],[80.0,10.0],[80.0,12.0],[80.0,14.0],[80.0,16.0],[80.0,18.0],[80.0,20.0],[80.0,22.0],[80.0,24.0],[80.0,26.0],[80.0,28.0],[80.0,30.0],[80.0,32.0],[80.0,34.0],[80.0,36.0],[80.0,38.0],[80.0,40.0],[80.0,42.0],[80.0,44.0],[80.0,46.0],[80.0,48.0],[80.0,50.0],[80.0,52.0],[80.0,54.0],[80.0,56.0],[80.0,58.0],[80.0,60.0],[80.0,62.0],[80.0,64.0],[80.0,66.0],[80.0,68.0],[80.0,70.0],[80.0,72.0],[80.0,74.0],[80.0,76.0],[80.0,78.0],[80.0,80.0],[80.0,82.0],[80.0,84.0],[80.0,86.0],[80.0,88.0],[80.0,90.0]]},
"properties": {
"degrees": 80,
"direction": "W",
"display":"80.0 W",
"dd":80,
"FeatureCla":"Graticule","ScaleRank":6,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[90.0,-90],[90.0,-88.0],[90.0,-86.0],[90.0,-84.0],[90.0,-82.0],[90.0,-80.0],[90.0,-78.0],[90.0,-76.0],[90.0,-74.0],[90.0,-72.0],[90.0,-70.0],[90.0,-68.0],[90.0,-66.0],[90.0,-64.0],[90.0,-62.0],[90.0,-60.0],[90.0,-58.0],[90.0,-56.0],[90.0,-54.0],[90.0,-52.0],[90.0,-50.0],[90.0,-48.0],[90.0,-46.0],[90.0,-44.0],[90.0,-42.0],[90.0,-40.0],[90.0,-38.0],[90.0,-36.0],[90.0,-34.0],[90.0,-32.0],[90.0,-30.0],[90.0,-28.0],[90.0,-26.0],[90.0,-24.0],[90.0,-22.0],[90.0,-20.0],[90.0,-18.0],[90.0,-16.0],[90.0,-14.0],[90.0,-12.0],[90.0,-10.0],[90.0,-8.0],[90.0,-6.0],[90.0,-4.0],[90.0,-2.0],[90.0,0.0],[90.0,2.0],[90.0,4.0],[90.0,6.0],[90.0,8.0],[90.0,10.0],[90.0,12.0],[90.0,14.0],[90.0,16.0],[90.0,18.0],[90.0,20.0],[90.0,22.0],[90.0,24.0],[90.0,26.0],[90.0,28.0],[90.0,30.0],[90.0,32.0],[90.0,34.0],[90.0,36.0],[90.0,38.0],[90.0,40.0],[90.0,42.0],[90.0,44.0],[90.0,46.0],[90.0,48.0],[90.0,50.0],[90.0,52.0],[90.0,54.0],[90.0,56.0],[90.0,58.0],[90.0,60.0],[90.0,62.0],[90.0,64.0],[90.0,66.0],[90.0,68.0],[90.0,70.0],[90.0,72.0],[90.0,74.0],[90.0,76.0],[90.0,78.0],[90.0,80.0],[90.0,82.0],[90.0,84.0],[90.0,86.0],[90.0,88.0],[90.0,90.0]]},
"properties": {
"degrees": 90,
"direction": "W",
"display":"90.0 W",
"dd":90,
"FeatureCla":"Graticule","ScaleRank":6,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[100.0,-90],[100.0,-88.0],[100.0,-86.0],[100.0,-84.0],[100.0,-82.0],[100.0,-80.0],[100.0,-78.0],[100.0,-76.0],[100.0,-74.0],[100.0,-72.0],[100.0,-70.0],[100.0,-68.0],[100.0,-66.0],[100.0,-64.0],[100.0,-62.0],[100.0,-60.0],[100.0,-58.0],[100.0,-56.0],[100.0,-54.0],[100.0,-52.0],[100.0,-50.0],[100.0,-48.0],[100.0,-46.0],[100.0,-44.0],[100.0,-42.0],[100.0,-40.0],[100.0,-38.0],[100.0,-36.0],[100.0,-34.0],[100.0,-32.0],[100.0,-30.0],[100.0,-28.0],[100.0,-26.0],[100.0,-24.0],[100.0,-22.0],[100.0,-20.0],[100.0,-18.0],[100.0,-16.0],[100.0,-14.0],[100.0,-12.0],[100.0,-10.0],[100.0,-8.0],[100.0,-6.0],[100.0,-4.0],[100.0,-2.0],[100.0,0.0],[100.0,2.0],[100.0,4.0],[100.0,6.0],[100.0,8.0],[100.0,10.0],[100.0,12.0],[100.0,14.0],[100.0,16.0],[100.0,18.0],[100.0,20.0],[100.0,22.0],[100.0,24.0],[100.0,26.0],[100.0,28.0],[100.0,30.0],[100.0,32.0],[100.0,34.0],[100.0,36.0],[100.0,38.0],[100.0,40.0],[100.0,42.0],[100.0,44.0],[100.0,46.0],[100.0,48.0],[100.0,50.0],[100.0,52.0],[100.0,54.0],[100.0,56.0],[100.0,58.0],[100.0,60.0],[100.0,62.0],[100.0,64.0],[100.0,66.0],[100.0,68.0],[100.0,70.0],[100.0,72.0],[100.0,74.0],[100.0,76.0],[100.0,78.0],[100.0,80.0],[100.0,82.0],[100.0,84.0],[100.0,86.0],[100.0,88.0],[100.0,90.0]]},
"properties": {
"degrees": 100,
"direction": "W",
"display":"100.0 W",
"dd":100,
"FeatureCla":"Graticule","ScaleRank":6,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[110.0,-90],[110.0,-88.0],[110.0,-86.0],[110.0,-84.0],[110.0,-82.0],[110.0,-80.0],[110.0,-78.0],[110.0,-76.0],[110.0,-74.0],[110.0,-72.0],[110.0,-70.0],[110.0,-68.0],[110.0,-66.0],[110.0,-64.0],[110.0,-62.0],[110.0,-60.0],[110.0,-58.0],[110.0,-56.0],[110.0,-54.0],[110.0,-52.0],[110.0,-50.0],[110.0,-48.0],[110.0,-46.0],[110.0,-44.0],[110.0,-42.0],[110.0,-40.0],[110.0,-38.0],[110.0,-36.0],[110.0,-34.0],[110.0,-32.0],[110.0,-30.0],[110.0,-28.0],[110.0,-26.0],[110.0,-24.0],[110.0,-22.0],[110.0,-20.0],[110.0,-18.0],[110.0,-16.0],[110.0,-14.0],[110.0,-12.0],[110.0,-10.0],[110.0,-8.0],[110.0,-6.0],[110.0,-4.0],[110.0,-2.0],[110.0,0.0],[110.0,2.0],[110.0,4.0],[110.0,6.0],[110.0,8.0],[110.0,10.0],[110.0,12.0],[110.0,14.0],[110.0,16.0],[110.0,18.0],[110.0,20.0],[110.0,22.0],[110.0,24.0],[110.0,26.0],[110.0,28.0],[110.0,30.0],[110.0,32.0],[110.0,34.0],[110.0,36.0],[110.0,38.0],[110.0,40.0],[110.0,42.0],[110.0,44.0],[110.0,46.0],[110.0,48.0],[110.0,50.0],[110.0,52.0],[110.0,54.0],[110.0,56.0],[110.0,58.0],[110.0,60.0],[110.0,62.0],[110.0,64.0],[110.0,66.0],[110.0,68.0],[110.0,70.0],[110.0,72.0],[110.0,74.0],[110.0,76.0],[110.0,78.0],[110.0,80.0],[110.0,82.0],[110.0,84.0],[110.0,86.0],[110.0,88.0],[110.0,90.0]]},
"properties": {
"degrees": 110,
"direction": "W",
"display":"110.0 W",
"dd":110,
"FeatureCla":"Graticule","ScaleRank":6,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[120.0,-90],[120.0,-88.0],[120.0,-86.0],[120.0,-84.0],[120.0,-82.0],[120.0,-80.0],[120.0,-78.0],[120.0,-76.0],[120.0,-74.0],[120.0,-72.0],[120.0,-70.0],[120.0,-68.0],[120.0,-66.0],[120.0,-64.0],[120.0,-62.0],[120.0,-60.0],[120.0,-58.0],[120.0,-56.0],[120.0,-54.0],[120.0,-52.0],[120.0,-50.0],[120.0,-48.0],[120.0,-46.0],[120.0,-44.0],[120.0,-42.0],[120.0,-40.0],[120.0,-38.0],[120.0,-36.0],[120.0,-34.0],[120.0,-32.0],[120.0,-30.0],[120.0,-28.0],[120.0,-26.0],[120.0,-24.0],[120.0,-22.0],[120.0,-20.0],[120.0,-18.0],[120.0,-16.0],[120.0,-14.0],[120.0,-12.0],[120.0,-10.0],[120.0,-8.0],[120.0,-6.0],[120.0,-4.0],[120.0,-2.0],[120.0,0.0],[120.0,2.0],[120.0,4.0],[120.0,6.0],[120.0,8.0],[120.0,10.0],[120.0,12.0],[120.0,14.0],[120.0,16.0],[120.0,18.0],[120.0,20.0],[120.0,22.0],[120.0,24.0],[120.0,26.0],[120.0,28.0],[120.0,30.0],[120.0,32.0],[120.0,34.0],[120.0,36.0],[120.0,38.0],[120.0,40.0],[120.0,42.0],[120.0,44.0],[120.0,46.0],[120.0,48.0],[120.0,50.0],[120.0,52.0],[120.0,54.0],[120.0,56.0],[120.0,58.0],[120.0,60.0],[120.0,62.0],[120.0,64.0],[120.0,66.0],[120.0,68.0],[120.0,70.0],[120.0,72.0],[120.0,74.0],[120.0,76.0],[120.0,78.0],[120.0,80.0],[120.0,82.0],[120.0,84.0],[120.0,86.0],[120.0,88.0],[120.0,90.0]]},
"properties": {
"degrees": 120,
"direction": "W",
"display":"120.0 W",
"dd":120,
"FeatureCla":"Graticule","ScaleRank":6,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[130.0,-90],[130.0,-88.0],[130.0,-86.0],[130.0,-84.0],[130.0,-82.0],[130.0,-80.0],[130.0,-78.0],[130.0,-76.0],[130.0,-74.0],[130.0,-72.0],[130.0,-70.0],[130.0,-68.0],[130.0,-66.0],[130.0,-64.0],[130.0,-62.0],[130.0,-60.0],[130.0,-58.0],[130.0,-56.0],[130.0,-54.0],[130.0,-52.0],[130.0,-50.0],[130.0,-48.0],[130.0,-46.0],[130.0,-44.0],[130.0,-42.0],[130.0,-40.0],[130.0,-38.0],[130.0,-36.0],[130.0,-34.0],[130.0,-32.0],[130.0,-30.0],[130.0,-28.0],[130.0,-26.0],[130.0,-24.0],[130.0,-22.0],[130.0,-20.0],[130.0,-18.0],[130.0,-16.0],[130.0,-14.0],[130.0,-12.0],[130.0,-10.0],[130.0,-8.0],[130.0,-6.0],[130.0,-4.0],[130.0,-2.0],[130.0,0.0],[130.0,2.0],[130.0,4.0],[130.0,6.0],[130.0,8.0],[130.0,10.0],[130.0,12.0],[130.0,14.0],[130.0,16.0],[130.0,18.0],[130.0,20.0],[130.0,22.0],[130.0,24.0],[130.0,26.0],[130.0,28.0],[130.0,30.0],[130.0,32.0],[130.0,34.0],[130.0,36.0],[130.0,38.0],[130.0,40.0],[130.0,42.0],[130.0,44.0],[130.0,46.0],[130.0,48.0],[130.0,50.0],[130.0,52.0],[130.0,54.0],[130.0,56.0],[130.0,58.0],[130.0,60.0],[130.0,62.0],[130.0,64.0],[130.0,66.0],[130.0,68.0],[130.0,70.0],[130.0,72.0],[130.0,74.0],[130.0,76.0],[130.0,78.0],[130.0,80.0],[130.0,82.0],[130.0,84.0],[130.0,86.0],[130.0,88.0],[130.0,90.0]]},
"properties": {
"degrees": 130,
"direction": "W",
"display":"130.0 W",
"dd":130,
"FeatureCla":"Graticule","ScaleRank":6,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[140.0,-90],[140.0,-88.0],[140.0,-86.0],[140.0,-84.0],[140.0,-82.0],[140.0,-80.0],[140.0,-78.0],[140.0,-76.0],[140.0,-74.0],[140.0,-72.0],[140.0,-70.0],[140.0,-68.0],[140.0,-66.0],[140.0,-64.0],[140.0,-62.0],[140.0,-60.0],[140.0,-58.0],[140.0,-56.0],[140.0,-54.0],[140.0,-52.0],[140.0,-50.0],[140.0,-48.0],[140.0,-46.0],[140.0,-44.0],[140.0,-42.0],[140.0,-40.0],[140.0,-38.0],[140.0,-36.0],[140.0,-34.0],[140.0,-32.0],[140.0,-30.0],[140.0,-28.0],[140.0,-26.0],[140.0,-24.0],[140.0,-22.0],[140.0,-20.0],[140.0,-18.0],[140.0,-16.0],[140.0,-14.0],[140.0,-12.0],[140.0,-10.0],[140.0,-8.0],[140.0,-6.0],[140.0,-4.0],[140.0,-2.0],[140.0,0.0],[140.0,2.0],[140.0,4.0],[140.0,6.0],[140.0,8.0],[140.0,10.0],[140.0,12.0],[140.0,14.0],[140.0,16.0],[140.0,18.0],[140.0,20.0],[140.0,22.0],[140.0,24.0],[140.0,26.0],[140.0,28.0],[140.0,30.0],[140.0,32.0],[140.0,34.0],[140.0,36.0],[140.0,38.0],[140.0,40.0],[140.0,42.0],[140.0,44.0],[140.0,46.0],[140.0,48.0],[140.0,50.0],[140.0,52.0],[140.0,54.0],[140.0,56.0],[140.0,58.0],[140.0,60.0],[140.0,62.0],[140.0,64.0],[140.0,66.0],[140.0,68.0],[140.0,70.0],[140.0,72.0],[140.0,74.0],[140.0,76.0],[140.0,78.0],[140.0,80.0],[140.0,82.0],[140.0,84.0],[140.0,86.0],[140.0,88.0],[140.0,90.0]]},
"properties": {
"degrees": 140,
"direction": "W",
"display":"140.0 W",
"dd":140,
"FeatureCla":"Graticule","ScaleRank":6,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[150.0,-90],[150.0,-88.0],[150.0,-86.0],[150.0,-84.0],[150.0,-82.0],[150.0,-80.0],[150.0,-78.0],[150.0,-76.0],[150.0,-74.0],[150.0,-72.0],[150.0,-70.0],[150.0,-68.0],[150.0,-66.0],[150.0,-64.0],[150.0,-62.0],[150.0,-60.0],[150.0,-58.0],[150.0,-56.0],[150.0,-54.0],[150.0,-52.0],[150.0,-50.0],[150.0,-48.0],[150.0,-46.0],[150.0,-44.0],[150.0,-42.0],[150.0,-40.0],[150.0,-38.0],[150.0,-36.0],[150.0,-34.0],[150.0,-32.0],[150.0,-30.0],[150.0,-28.0],[150.0,-26.0],[150.0,-24.0],[150.0,-22.0],[150.0,-20.0],[150.0,-18.0],[150.0,-16.0],[150.0,-14.0],[150.0,-12.0],[150.0,-10.0],[150.0,-8.0],[150.0,-6.0],[150.0,-4.0],[150.0,-2.0],[150.0,0.0],[150.0,2.0],[150.0,4.0],[150.0,6.0],[150.0,8.0],[150.0,10.0],[150.0,12.0],[150.0,14.0],[150.0,16.0],[150.0,18.0],[150.0,20.0],[150.0,22.0],[150.0,24.0],[150.0,26.0],[150.0,28.0],[150.0,30.0],[150.0,32.0],[150.0,34.0],[150.0,36.0],[150.0,38.0],[150.0,40.0],[150.0,42.0],[150.0,44.0],[150.0,46.0],[150.0,48.0],[150.0,50.0],[150.0,52.0],[150.0,54.0],[150.0,56.0],[150.0,58.0],[150.0,60.0],[150.0,62.0],[150.0,64.0],[150.0,66.0],[150.0,68.0],[150.0,70.0],[150.0,72.0],[150.0,74.0],[150.0,76.0],[150.0,78.0],[150.0,80.0],[150.0,82.0],[150.0,84.0],[150.0,86.0],[150.0,88.0],[150.0,90.0]]},
"properties": {
"degrees": 150,
"direction": "W",
"display":"150.0 W",
"dd":150,
"FeatureCla":"Graticule","ScaleRank":6,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[160.0,-90],[160.0,-88.0],[160.0,-86.0],[160.0,-84.0],[160.0,-82.0],[160.0,-80.0],[160.0,-78.0],[160.0,-76.0],[160.0,-74.0],[160.0,-72.0],[160.0,-70.0],[160.0,-68.0],[160.0,-66.0],[160.0,-64.0],[160.0,-62.0],[160.0,-60.0],[160.0,-58.0],[160.0,-56.0],[160.0,-54.0],[160.0,-52.0],[160.0,-50.0],[160.0,-48.0],[160.0,-46.0],[160.0,-44.0],[160.0,-42.0],[160.0,-40.0],[160.0,-38.0],[160.0,-36.0],[160.0,-34.0],[160.0,-32.0],[160.0,-30.0],[160.0,-28.0],[160.0,-26.0],[160.0,-24.0],[160.0,-22.0],[160.0,-20.0],[160.0,-18.0],[160.0,-16.0],[160.0,-14.0],[160.0,-12.0],[160.0,-10.0],[160.0,-8.0],[160.0,-6.0],[160.0,-4.0],[160.0,-2.0],[160.0,0.0],[160.0,2.0],[160.0,4.0],[160.0,6.0],[160.0,8.0],[160.0,10.0],[160.0,12.0],[160.0,14.0],[160.0,16.0],[160.0,18.0],[160.0,20.0],[160.0,22.0],[160.0,24.0],[160.0,26.0],[160.0,28.0],[160.0,30.0],[160.0,32.0],[160.0,34.0],[160.0,36.0],[160.0,38.0],[160.0,40.0],[160.0,42.0],[160.0,44.0],[160.0,46.0],[160.0,48.0],[160.0,50.0],[160.0,52.0],[160.0,54.0],[160.0,56.0],[160.0,58.0],[160.0,60.0],[160.0,62.0],[160.0,64.0],[160.0,66.0],[160.0,68.0],[160.0,70.0],[160.0,72.0],[160.0,74.0],[160.0,76.0],[160.0,78.0],[160.0,80.0],[160.0,82.0],[160.0,84.0],[160.0,86.0],[160.0,88.0],[160.0,90.0]]},
"properties": {
"degrees": 160,
"direction": "W",
"display":"160.0 W",
"dd":160,
"FeatureCla":"Graticule","ScaleRank":6,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[170.0,-90],[170.0,-88.0],[170.0,-86.0],[170.0,-84.0],[170.0,-82.0],[170.0,-80.0],[170.0,-78.0],[170.0,-76.0],[170.0,-74.0],[170.0,-72.0],[170.0,-70.0],[170.0,-68.0],[170.0,-66.0],[170.0,-64.0],[170.0,-62.0],[170.0,-60.0],[170.0,-58.0],[170.0,-56.0],[170.0,-54.0],[170.0,-52.0],[170.0,-50.0],[170.0,-48.0],[170.0,-46.0],[170.0,-44.0],[170.0,-42.0],[170.0,-40.0],[170.0,-38.0],[170.0,-36.0],[170.0,-34.0],[170.0,-32.0],[170.0,-30.0],[170.0,-28.0],[170.0,-26.0],[170.0,-24.0],[170.0,-22.0],[170.0,-20.0],[170.0,-18.0],[170.0,-16.0],[170.0,-14.0],[170.0,-12.0],[170.0,-10.0],[170.0,-8.0],[170.0,-6.0],[170.0,-4.0],[170.0,-2.0],[170.0,0.0],[170.0,2.0],[170.0,4.0],[170.0,6.0],[170.0,8.0],[170.0,10.0],[170.0,12.0],[170.0,14.0],[170.0,16.0],[170.0,18.0],[170.0,20.0],[170.0,22.0],[170.0,24.0],[170.0,26.0],[170.0,28.0],[170.0,30.0],[170.0,32.0],[170.0,34.0],[170.0,36.0],[170.0,38.0],[170.0,40.0],[170.0,42.0],[170.0,44.0],[170.0,46.0],[170.0,48.0],[170.0,50.0],[170.0,52.0],[170.0,54.0],[170.0,56.0],[170.0,58.0],[170.0,60.0],[170.0,62.0],[170.0,64.0],[170.0,66.0],[170.0,68.0],[170.0,70.0],[170.0,72.0],[170.0,74.0],[170.0,76.0],[170.0,78.0],[170.0,80.0],[170.0,82.0],[170.0,84.0],[170.0,86.0],[170.0,88.0],[170.0,90.0]]},
"properties": {
"degrees": 170,
"direction": "W",
"display":"170.0 W",
"dd":170,
"FeatureCla":"Graticule","ScaleRank":6,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[180.0,-90],[180.0,-88.0],[180.0,-86.0],[180.0,-84.0],[180.0,-82.0],[180.0,-80.0],[180.0,-78.0],[180.0,-76.0],[180.0,-74.0],[180.0,-72.0],[180.0,-70.0],[180.0,-68.0],[180.0,-66.0],[180.0,-64.0],[180.0,-62.0],[180.0,-60.0],[180.0,-58.0],[180.0,-56.0],[180.0,-54.0],[180.0,-52.0],[180.0,-50.0],[180.0,-48.0],[180.0,-46.0],[180.0,-44.0],[180.0,-42.0],[180.0,-40.0],[180.0,-38.0],[180.0,-36.0],[180.0,-34.0],[180.0,-32.0],[180.0,-30.0],[180.0,-28.0],[180.0,-26.0],[180.0,-24.0],[180.0,-22.0],[180.0,-20.0],[180.0,-18.0],[180.0,-16.0],[180.0,-14.0],[180.0,-12.0],[180.0,-10.0],[180.0,-8.0],[180.0,-6.0],[180.0,-4.0],[180.0,-2.0],[180.0,0.0],[180.0,2.0],[180.0,4.0],[180.0,6.0],[180.0,8.0],[180.0,10.0],[180.0,12.0],[180.0,14.0],[180.0,16.0],[180.0,18.0],[180.0,20.0],[180.0,22.0],[180.0,24.0],[180.0,26.0],[180.0,28.0],[180.0,30.0],[180.0,32.0],[180.0,34.0],[180.0,36.0],[180.0,38.0],[180.0,40.0],[180.0,42.0],[180.0,44.0],[180.0,46.0],[180.0,48.0],[180.0,50.0],[180.0,52.0],[180.0,54.0],[180.0,56.0],[180.0,58.0],[180.0,60.0],[180.0,62.0],[180.0,64.0],[180.0,66.0],[180.0,68.0],[180.0,70.0],[180.0,72.0],[180.0,74.0],[180.0,76.0],[180.0,78.0],[180.0,80.0],[180.0,82.0],[180.0,84.0],[180.0,86.0],[180.0,88.0],[180.0,90.0]]},
"properties": {
"degrees": 180,
"direction": "W",
"display":"180.0 W",
"dd":180,
"FeatureCla":"Graticule","ScaleRank":6,
}
},
]}

View File

@ -0,0 +1,457 @@
{ "type": "FeatureCollection","features": [{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-180,-90],[-178.0,-90],[-176.0,-90],[-174.0,-90],[-172.0,-90],[-170.0,-90],[-168.0,-90],[-166.0,-90],[-164.0,-90],[-162.0,-90],[-160.0,-90],[-158.0,-90],[-156.0,-90],[-154.0,-90],[-152.0,-90],[-150.0,-90],[-148.0,-90],[-146.0,-90],[-144.0,-90],[-142.0,-90],[-140.0,-90],[-138.0,-90],[-136.0,-90],[-134.0,-90],[-132.0,-90],[-130.0,-90],[-128.0,-90],[-126.0,-90],[-124.0,-90],[-122.0,-90],[-120.0,-90],[-118.0,-90],[-116.0,-90],[-114.0,-90],[-112.0,-90],[-110.0,-90],[-108.0,-90],[-106.0,-90],[-104.0,-90],[-102.0,-90],[-100.0,-90],[-98.0,-90],[-96.0,-90],[-94.0,-90],[-92.0,-90],[-90.0,-90],[-88.0,-90],[-86.0,-90],[-84.0,-90],[-82.0,-90],[-80.0,-90],[-78.0,-90],[-76.0,-90],[-74.0,-90],[-72.0,-90],[-70.0,-90],[-68.0,-90],[-66.0,-90],[-64.0,-90],[-62.0,-90],[-60.0,-90],[-58.0,-90],[-56.0,-90],[-54.0,-90],[-52.0,-90],[-50.0,-90],[-48.0,-90],[-46.0,-90],[-44.0,-90],[-42.0,-90],[-40.0,-90],[-38.0,-90],[-36.0,-90],[-34.0,-90],[-32.0,-90],[-30.0,-90],[-28.0,-90],[-26.0,-90],[-24.0,-90],[-22.0,-90],[-20.0,-90],[-18.0,-90],[-16.0,-90],[-14.0,-90],[-12.0,-90],[-10.0,-90],[-8.0,-90],[-6.0,-90],[-4.0,-90],[-2.0,-90],[0.0,-90],[2.0,-90],[4.0,-90],[6.0,-90],[8.0,-90],[10.0,-90],[12.0,-90],[14.0,-90],[16.0,-90],[18.0,-90],[20.0,-90],[22.0,-90],[24.0,-90],[26.0,-90],[28.0,-90],[30.0,-90],[32.0,-90],[34.0,-90],[36.0,-90],[38.0,-90],[40.0,-90],[42.0,-90],[44.0,-90],[46.0,-90],[48.0,-90],[50.0,-90],[52.0,-90],[54.0,-90],[56.0,-90],[58.0,-90],[60.0,-90],[62.0,-90],[64.0,-90],[66.0,-90],[68.0,-90],[70.0,-90],[72.0,-90],[74.0,-90],[76.0,-90],[78.0,-90],[80.0,-90],[82.0,-90],[84.0,-90],[86.0,-90],[88.0,-90],[90.0,-90],[92.0,-90],[94.0,-90],[96.0,-90],[98.0,-90],[100.0,-90],[102.0,-90],[104.0,-90],[106.0,-90],[108.0,-90],[110.0,-90],[112.0,-90],[114.0,-90],[116.0,-90],[118.0,-90],[120.0,-90],[122.0,-90],[124.0,-90],[126.0,-90],[128.0,-90],[130.0,-90],[132.0,-90],[134.0,-90],[136.0,-90],[138.0,-90],[140.0,-90],[142.0,-90],[144.0,-90],[146.0,-90],[148.0,-90],[150.0,-90],[152.0,-90],[154.0,-90],[156.0,-90],[158.0,-90],[160.0,-90],[162.0,-90],[164.0,-90],[166.0,-90],[168.0,-90],[170.0,-90],[172.0,-90],[174.0,-90],[176.0,-90],[178.0,-90],[180.0,-90]]},
"properties": {
"degrees": 90,
"direction": "S",
"display":"90 S",
"dd":-90,
"FeatureCla":"Graticule","ScaleRank":5,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-180,-75.0],[-178.0,-75.0],[-176.0,-75.0],[-174.0,-75.0],[-172.0,-75.0],[-170.0,-75.0],[-168.0,-75.0],[-166.0,-75.0],[-164.0,-75.0],[-162.0,-75.0],[-160.0,-75.0],[-158.0,-75.0],[-156.0,-75.0],[-154.0,-75.0],[-152.0,-75.0],[-150.0,-75.0],[-148.0,-75.0],[-146.0,-75.0],[-144.0,-75.0],[-142.0,-75.0],[-140.0,-75.0],[-138.0,-75.0],[-136.0,-75.0],[-134.0,-75.0],[-132.0,-75.0],[-130.0,-75.0],[-128.0,-75.0],[-126.0,-75.0],[-124.0,-75.0],[-122.0,-75.0],[-120.0,-75.0],[-118.0,-75.0],[-116.0,-75.0],[-114.0,-75.0],[-112.0,-75.0],[-110.0,-75.0],[-108.0,-75.0],[-106.0,-75.0],[-104.0,-75.0],[-102.0,-75.0],[-100.0,-75.0],[-98.0,-75.0],[-96.0,-75.0],[-94.0,-75.0],[-92.0,-75.0],[-90.0,-75.0],[-88.0,-75.0],[-86.0,-75.0],[-84.0,-75.0],[-82.0,-75.0],[-80.0,-75.0],[-78.0,-75.0],[-76.0,-75.0],[-74.0,-75.0],[-72.0,-75.0],[-70.0,-75.0],[-68.0,-75.0],[-66.0,-75.0],[-64.0,-75.0],[-62.0,-75.0],[-60.0,-75.0],[-58.0,-75.0],[-56.0,-75.0],[-54.0,-75.0],[-52.0,-75.0],[-50.0,-75.0],[-48.0,-75.0],[-46.0,-75.0],[-44.0,-75.0],[-42.0,-75.0],[-40.0,-75.0],[-38.0,-75.0],[-36.0,-75.0],[-34.0,-75.0],[-32.0,-75.0],[-30.0,-75.0],[-28.0,-75.0],[-26.0,-75.0],[-24.0,-75.0],[-22.0,-75.0],[-20.0,-75.0],[-18.0,-75.0],[-16.0,-75.0],[-14.0,-75.0],[-12.0,-75.0],[-10.0,-75.0],[-8.0,-75.0],[-6.0,-75.0],[-4.0,-75.0],[-2.0,-75.0],[0.0,-75.0],[2.0,-75.0],[4.0,-75.0],[6.0,-75.0],[8.0,-75.0],[10.0,-75.0],[12.0,-75.0],[14.0,-75.0],[16.0,-75.0],[18.0,-75.0],[20.0,-75.0],[22.0,-75.0],[24.0,-75.0],[26.0,-75.0],[28.0,-75.0],[30.0,-75.0],[32.0,-75.0],[34.0,-75.0],[36.0,-75.0],[38.0,-75.0],[40.0,-75.0],[42.0,-75.0],[44.0,-75.0],[46.0,-75.0],[48.0,-75.0],[50.0,-75.0],[52.0,-75.0],[54.0,-75.0],[56.0,-75.0],[58.0,-75.0],[60.0,-75.0],[62.0,-75.0],[64.0,-75.0],[66.0,-75.0],[68.0,-75.0],[70.0,-75.0],[72.0,-75.0],[74.0,-75.0],[76.0,-75.0],[78.0,-75.0],[80.0,-75.0],[82.0,-75.0],[84.0,-75.0],[86.0,-75.0],[88.0,-75.0],[90.0,-75.0],[92.0,-75.0],[94.0,-75.0],[96.0,-75.0],[98.0,-75.0],[100.0,-75.0],[102.0,-75.0],[104.0,-75.0],[106.0,-75.0],[108.0,-75.0],[110.0,-75.0],[112.0,-75.0],[114.0,-75.0],[116.0,-75.0],[118.0,-75.0],[120.0,-75.0],[122.0,-75.0],[124.0,-75.0],[126.0,-75.0],[128.0,-75.0],[130.0,-75.0],[132.0,-75.0],[134.0,-75.0],[136.0,-75.0],[138.0,-75.0],[140.0,-75.0],[142.0,-75.0],[144.0,-75.0],[146.0,-75.0],[148.0,-75.0],[150.0,-75.0],[152.0,-75.0],[154.0,-75.0],[156.0,-75.0],[158.0,-75.0],[160.0,-75.0],[162.0,-75.0],[164.0,-75.0],[166.0,-75.0],[168.0,-75.0],[170.0,-75.0],[172.0,-75.0],[174.0,-75.0],[176.0,-75.0],[178.0,-75.0],[180.0,-75.0]]},
"properties": {
"degrees": 75,
"direction": "S",
"display":"75.0 S",
"dd":-75,
"FeatureCla":"Graticule","ScaleRank":5,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-180,-60.0],[-178.0,-60.0],[-176.0,-60.0],[-174.0,-60.0],[-172.0,-60.0],[-170.0,-60.0],[-168.0,-60.0],[-166.0,-60.0],[-164.0,-60.0],[-162.0,-60.0],[-160.0,-60.0],[-158.0,-60.0],[-156.0,-60.0],[-154.0,-60.0],[-152.0,-60.0],[-150.0,-60.0],[-148.0,-60.0],[-146.0,-60.0],[-144.0,-60.0],[-142.0,-60.0],[-140.0,-60.0],[-138.0,-60.0],[-136.0,-60.0],[-134.0,-60.0],[-132.0,-60.0],[-130.0,-60.0],[-128.0,-60.0],[-126.0,-60.0],[-124.0,-60.0],[-122.0,-60.0],[-120.0,-60.0],[-118.0,-60.0],[-116.0,-60.0],[-114.0,-60.0],[-112.0,-60.0],[-110.0,-60.0],[-108.0,-60.0],[-106.0,-60.0],[-104.0,-60.0],[-102.0,-60.0],[-100.0,-60.0],[-98.0,-60.0],[-96.0,-60.0],[-94.0,-60.0],[-92.0,-60.0],[-90.0,-60.0],[-88.0,-60.0],[-86.0,-60.0],[-84.0,-60.0],[-82.0,-60.0],[-80.0,-60.0],[-78.0,-60.0],[-76.0,-60.0],[-74.0,-60.0],[-72.0,-60.0],[-70.0,-60.0],[-68.0,-60.0],[-66.0,-60.0],[-64.0,-60.0],[-62.0,-60.0],[-60.0,-60.0],[-58.0,-60.0],[-56.0,-60.0],[-54.0,-60.0],[-52.0,-60.0],[-50.0,-60.0],[-48.0,-60.0],[-46.0,-60.0],[-44.0,-60.0],[-42.0,-60.0],[-40.0,-60.0],[-38.0,-60.0],[-36.0,-60.0],[-34.0,-60.0],[-32.0,-60.0],[-30.0,-60.0],[-28.0,-60.0],[-26.0,-60.0],[-24.0,-60.0],[-22.0,-60.0],[-20.0,-60.0],[-18.0,-60.0],[-16.0,-60.0],[-14.0,-60.0],[-12.0,-60.0],[-10.0,-60.0],[-8.0,-60.0],[-6.0,-60.0],[-4.0,-60.0],[-2.0,-60.0],[0.0,-60.0],[2.0,-60.0],[4.0,-60.0],[6.0,-60.0],[8.0,-60.0],[10.0,-60.0],[12.0,-60.0],[14.0,-60.0],[16.0,-60.0],[18.0,-60.0],[20.0,-60.0],[22.0,-60.0],[24.0,-60.0],[26.0,-60.0],[28.0,-60.0],[30.0,-60.0],[32.0,-60.0],[34.0,-60.0],[36.0,-60.0],[38.0,-60.0],[40.0,-60.0],[42.0,-60.0],[44.0,-60.0],[46.0,-60.0],[48.0,-60.0],[50.0,-60.0],[52.0,-60.0],[54.0,-60.0],[56.0,-60.0],[58.0,-60.0],[60.0,-60.0],[62.0,-60.0],[64.0,-60.0],[66.0,-60.0],[68.0,-60.0],[70.0,-60.0],[72.0,-60.0],[74.0,-60.0],[76.0,-60.0],[78.0,-60.0],[80.0,-60.0],[82.0,-60.0],[84.0,-60.0],[86.0,-60.0],[88.0,-60.0],[90.0,-60.0],[92.0,-60.0],[94.0,-60.0],[96.0,-60.0],[98.0,-60.0],[100.0,-60.0],[102.0,-60.0],[104.0,-60.0],[106.0,-60.0],[108.0,-60.0],[110.0,-60.0],[112.0,-60.0],[114.0,-60.0],[116.0,-60.0],[118.0,-60.0],[120.0,-60.0],[122.0,-60.0],[124.0,-60.0],[126.0,-60.0],[128.0,-60.0],[130.0,-60.0],[132.0,-60.0],[134.0,-60.0],[136.0,-60.0],[138.0,-60.0],[140.0,-60.0],[142.0,-60.0],[144.0,-60.0],[146.0,-60.0],[148.0,-60.0],[150.0,-60.0],[152.0,-60.0],[154.0,-60.0],[156.0,-60.0],[158.0,-60.0],[160.0,-60.0],[162.0,-60.0],[164.0,-60.0],[166.0,-60.0],[168.0,-60.0],[170.0,-60.0],[172.0,-60.0],[174.0,-60.0],[176.0,-60.0],[178.0,-60.0],[180.0,-60.0]]},
"properties": {
"degrees": 60,
"direction": "S",
"display":"60.0 S",
"dd":-60,
"FeatureCla":"Graticule","ScaleRank":5,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-180,-45.0],[-178.0,-45.0],[-176.0,-45.0],[-174.0,-45.0],[-172.0,-45.0],[-170.0,-45.0],[-168.0,-45.0],[-166.0,-45.0],[-164.0,-45.0],[-162.0,-45.0],[-160.0,-45.0],[-158.0,-45.0],[-156.0,-45.0],[-154.0,-45.0],[-152.0,-45.0],[-150.0,-45.0],[-148.0,-45.0],[-146.0,-45.0],[-144.0,-45.0],[-142.0,-45.0],[-140.0,-45.0],[-138.0,-45.0],[-136.0,-45.0],[-134.0,-45.0],[-132.0,-45.0],[-130.0,-45.0],[-128.0,-45.0],[-126.0,-45.0],[-124.0,-45.0],[-122.0,-45.0],[-120.0,-45.0],[-118.0,-45.0],[-116.0,-45.0],[-114.0,-45.0],[-112.0,-45.0],[-110.0,-45.0],[-108.0,-45.0],[-106.0,-45.0],[-104.0,-45.0],[-102.0,-45.0],[-100.0,-45.0],[-98.0,-45.0],[-96.0,-45.0],[-94.0,-45.0],[-92.0,-45.0],[-90.0,-45.0],[-88.0,-45.0],[-86.0,-45.0],[-84.0,-45.0],[-82.0,-45.0],[-80.0,-45.0],[-78.0,-45.0],[-76.0,-45.0],[-74.0,-45.0],[-72.0,-45.0],[-70.0,-45.0],[-68.0,-45.0],[-66.0,-45.0],[-64.0,-45.0],[-62.0,-45.0],[-60.0,-45.0],[-58.0,-45.0],[-56.0,-45.0],[-54.0,-45.0],[-52.0,-45.0],[-50.0,-45.0],[-48.0,-45.0],[-46.0,-45.0],[-44.0,-45.0],[-42.0,-45.0],[-40.0,-45.0],[-38.0,-45.0],[-36.0,-45.0],[-34.0,-45.0],[-32.0,-45.0],[-30.0,-45.0],[-28.0,-45.0],[-26.0,-45.0],[-24.0,-45.0],[-22.0,-45.0],[-20.0,-45.0],[-18.0,-45.0],[-16.0,-45.0],[-14.0,-45.0],[-12.0,-45.0],[-10.0,-45.0],[-8.0,-45.0],[-6.0,-45.0],[-4.0,-45.0],[-2.0,-45.0],[0.0,-45.0],[2.0,-45.0],[4.0,-45.0],[6.0,-45.0],[8.0,-45.0],[10.0,-45.0],[12.0,-45.0],[14.0,-45.0],[16.0,-45.0],[18.0,-45.0],[20.0,-45.0],[22.0,-45.0],[24.0,-45.0],[26.0,-45.0],[28.0,-45.0],[30.0,-45.0],[32.0,-45.0],[34.0,-45.0],[36.0,-45.0],[38.0,-45.0],[40.0,-45.0],[42.0,-45.0],[44.0,-45.0],[46.0,-45.0],[48.0,-45.0],[50.0,-45.0],[52.0,-45.0],[54.0,-45.0],[56.0,-45.0],[58.0,-45.0],[60.0,-45.0],[62.0,-45.0],[64.0,-45.0],[66.0,-45.0],[68.0,-45.0],[70.0,-45.0],[72.0,-45.0],[74.0,-45.0],[76.0,-45.0],[78.0,-45.0],[80.0,-45.0],[82.0,-45.0],[84.0,-45.0],[86.0,-45.0],[88.0,-45.0],[90.0,-45.0],[92.0,-45.0],[94.0,-45.0],[96.0,-45.0],[98.0,-45.0],[100.0,-45.0],[102.0,-45.0],[104.0,-45.0],[106.0,-45.0],[108.0,-45.0],[110.0,-45.0],[112.0,-45.0],[114.0,-45.0],[116.0,-45.0],[118.0,-45.0],[120.0,-45.0],[122.0,-45.0],[124.0,-45.0],[126.0,-45.0],[128.0,-45.0],[130.0,-45.0],[132.0,-45.0],[134.0,-45.0],[136.0,-45.0],[138.0,-45.0],[140.0,-45.0],[142.0,-45.0],[144.0,-45.0],[146.0,-45.0],[148.0,-45.0],[150.0,-45.0],[152.0,-45.0],[154.0,-45.0],[156.0,-45.0],[158.0,-45.0],[160.0,-45.0],[162.0,-45.0],[164.0,-45.0],[166.0,-45.0],[168.0,-45.0],[170.0,-45.0],[172.0,-45.0],[174.0,-45.0],[176.0,-45.0],[178.0,-45.0],[180.0,-45.0]]},
"properties": {
"degrees": 45,
"direction": "S",
"display":"45.0 S",
"dd":-45,
"FeatureCla":"Graticule","ScaleRank":5,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-180,-30.0],[-178.0,-30.0],[-176.0,-30.0],[-174.0,-30.0],[-172.0,-30.0],[-170.0,-30.0],[-168.0,-30.0],[-166.0,-30.0],[-164.0,-30.0],[-162.0,-30.0],[-160.0,-30.0],[-158.0,-30.0],[-156.0,-30.0],[-154.0,-30.0],[-152.0,-30.0],[-150.0,-30.0],[-148.0,-30.0],[-146.0,-30.0],[-144.0,-30.0],[-142.0,-30.0],[-140.0,-30.0],[-138.0,-30.0],[-136.0,-30.0],[-134.0,-30.0],[-132.0,-30.0],[-130.0,-30.0],[-128.0,-30.0],[-126.0,-30.0],[-124.0,-30.0],[-122.0,-30.0],[-120.0,-30.0],[-118.0,-30.0],[-116.0,-30.0],[-114.0,-30.0],[-112.0,-30.0],[-110.0,-30.0],[-108.0,-30.0],[-106.0,-30.0],[-104.0,-30.0],[-102.0,-30.0],[-100.0,-30.0],[-98.0,-30.0],[-96.0,-30.0],[-94.0,-30.0],[-92.0,-30.0],[-90.0,-30.0],[-88.0,-30.0],[-86.0,-30.0],[-84.0,-30.0],[-82.0,-30.0],[-80.0,-30.0],[-78.0,-30.0],[-76.0,-30.0],[-74.0,-30.0],[-72.0,-30.0],[-70.0,-30.0],[-68.0,-30.0],[-66.0,-30.0],[-64.0,-30.0],[-62.0,-30.0],[-60.0,-30.0],[-58.0,-30.0],[-56.0,-30.0],[-54.0,-30.0],[-52.0,-30.0],[-50.0,-30.0],[-48.0,-30.0],[-46.0,-30.0],[-44.0,-30.0],[-42.0,-30.0],[-40.0,-30.0],[-38.0,-30.0],[-36.0,-30.0],[-34.0,-30.0],[-32.0,-30.0],[-30.0,-30.0],[-28.0,-30.0],[-26.0,-30.0],[-24.0,-30.0],[-22.0,-30.0],[-20.0,-30.0],[-18.0,-30.0],[-16.0,-30.0],[-14.0,-30.0],[-12.0,-30.0],[-10.0,-30.0],[-8.0,-30.0],[-6.0,-30.0],[-4.0,-30.0],[-2.0,-30.0],[0.0,-30.0],[2.0,-30.0],[4.0,-30.0],[6.0,-30.0],[8.0,-30.0],[10.0,-30.0],[12.0,-30.0],[14.0,-30.0],[16.0,-30.0],[18.0,-30.0],[20.0,-30.0],[22.0,-30.0],[24.0,-30.0],[26.0,-30.0],[28.0,-30.0],[30.0,-30.0],[32.0,-30.0],[34.0,-30.0],[36.0,-30.0],[38.0,-30.0],[40.0,-30.0],[42.0,-30.0],[44.0,-30.0],[46.0,-30.0],[48.0,-30.0],[50.0,-30.0],[52.0,-30.0],[54.0,-30.0],[56.0,-30.0],[58.0,-30.0],[60.0,-30.0],[62.0,-30.0],[64.0,-30.0],[66.0,-30.0],[68.0,-30.0],[70.0,-30.0],[72.0,-30.0],[74.0,-30.0],[76.0,-30.0],[78.0,-30.0],[80.0,-30.0],[82.0,-30.0],[84.0,-30.0],[86.0,-30.0],[88.0,-30.0],[90.0,-30.0],[92.0,-30.0],[94.0,-30.0],[96.0,-30.0],[98.0,-30.0],[100.0,-30.0],[102.0,-30.0],[104.0,-30.0],[106.0,-30.0],[108.0,-30.0],[110.0,-30.0],[112.0,-30.0],[114.0,-30.0],[116.0,-30.0],[118.0,-30.0],[120.0,-30.0],[122.0,-30.0],[124.0,-30.0],[126.0,-30.0],[128.0,-30.0],[130.0,-30.0],[132.0,-30.0],[134.0,-30.0],[136.0,-30.0],[138.0,-30.0],[140.0,-30.0],[142.0,-30.0],[144.0,-30.0],[146.0,-30.0],[148.0,-30.0],[150.0,-30.0],[152.0,-30.0],[154.0,-30.0],[156.0,-30.0],[158.0,-30.0],[160.0,-30.0],[162.0,-30.0],[164.0,-30.0],[166.0,-30.0],[168.0,-30.0],[170.0,-30.0],[172.0,-30.0],[174.0,-30.0],[176.0,-30.0],[178.0,-30.0],[180.0,-30.0]]},
"properties": {
"degrees": 30,
"direction": "S",
"display":"30.0 S",
"dd":-30,
"FeatureCla":"Graticule","ScaleRank":5,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-180,-15.0],[-178.0,-15.0],[-176.0,-15.0],[-174.0,-15.0],[-172.0,-15.0],[-170.0,-15.0],[-168.0,-15.0],[-166.0,-15.0],[-164.0,-15.0],[-162.0,-15.0],[-160.0,-15.0],[-158.0,-15.0],[-156.0,-15.0],[-154.0,-15.0],[-152.0,-15.0],[-150.0,-15.0],[-148.0,-15.0],[-146.0,-15.0],[-144.0,-15.0],[-142.0,-15.0],[-140.0,-15.0],[-138.0,-15.0],[-136.0,-15.0],[-134.0,-15.0],[-132.0,-15.0],[-130.0,-15.0],[-128.0,-15.0],[-126.0,-15.0],[-124.0,-15.0],[-122.0,-15.0],[-120.0,-15.0],[-118.0,-15.0],[-116.0,-15.0],[-114.0,-15.0],[-112.0,-15.0],[-110.0,-15.0],[-108.0,-15.0],[-106.0,-15.0],[-104.0,-15.0],[-102.0,-15.0],[-100.0,-15.0],[-98.0,-15.0],[-96.0,-15.0],[-94.0,-15.0],[-92.0,-15.0],[-90.0,-15.0],[-88.0,-15.0],[-86.0,-15.0],[-84.0,-15.0],[-82.0,-15.0],[-80.0,-15.0],[-78.0,-15.0],[-76.0,-15.0],[-74.0,-15.0],[-72.0,-15.0],[-70.0,-15.0],[-68.0,-15.0],[-66.0,-15.0],[-64.0,-15.0],[-62.0,-15.0],[-60.0,-15.0],[-58.0,-15.0],[-56.0,-15.0],[-54.0,-15.0],[-52.0,-15.0],[-50.0,-15.0],[-48.0,-15.0],[-46.0,-15.0],[-44.0,-15.0],[-42.0,-15.0],[-40.0,-15.0],[-38.0,-15.0],[-36.0,-15.0],[-34.0,-15.0],[-32.0,-15.0],[-30.0,-15.0],[-28.0,-15.0],[-26.0,-15.0],[-24.0,-15.0],[-22.0,-15.0],[-20.0,-15.0],[-18.0,-15.0],[-16.0,-15.0],[-14.0,-15.0],[-12.0,-15.0],[-10.0,-15.0],[-8.0,-15.0],[-6.0,-15.0],[-4.0,-15.0],[-2.0,-15.0],[0.0,-15.0],[2.0,-15.0],[4.0,-15.0],[6.0,-15.0],[8.0,-15.0],[10.0,-15.0],[12.0,-15.0],[14.0,-15.0],[16.0,-15.0],[18.0,-15.0],[20.0,-15.0],[22.0,-15.0],[24.0,-15.0],[26.0,-15.0],[28.0,-15.0],[30.0,-15.0],[32.0,-15.0],[34.0,-15.0],[36.0,-15.0],[38.0,-15.0],[40.0,-15.0],[42.0,-15.0],[44.0,-15.0],[46.0,-15.0],[48.0,-15.0],[50.0,-15.0],[52.0,-15.0],[54.0,-15.0],[56.0,-15.0],[58.0,-15.0],[60.0,-15.0],[62.0,-15.0],[64.0,-15.0],[66.0,-15.0],[68.0,-15.0],[70.0,-15.0],[72.0,-15.0],[74.0,-15.0],[76.0,-15.0],[78.0,-15.0],[80.0,-15.0],[82.0,-15.0],[84.0,-15.0],[86.0,-15.0],[88.0,-15.0],[90.0,-15.0],[92.0,-15.0],[94.0,-15.0],[96.0,-15.0],[98.0,-15.0],[100.0,-15.0],[102.0,-15.0],[104.0,-15.0],[106.0,-15.0],[108.0,-15.0],[110.0,-15.0],[112.0,-15.0],[114.0,-15.0],[116.0,-15.0],[118.0,-15.0],[120.0,-15.0],[122.0,-15.0],[124.0,-15.0],[126.0,-15.0],[128.0,-15.0],[130.0,-15.0],[132.0,-15.0],[134.0,-15.0],[136.0,-15.0],[138.0,-15.0],[140.0,-15.0],[142.0,-15.0],[144.0,-15.0],[146.0,-15.0],[148.0,-15.0],[150.0,-15.0],[152.0,-15.0],[154.0,-15.0],[156.0,-15.0],[158.0,-15.0],[160.0,-15.0],[162.0,-15.0],[164.0,-15.0],[166.0,-15.0],[168.0,-15.0],[170.0,-15.0],[172.0,-15.0],[174.0,-15.0],[176.0,-15.0],[178.0,-15.0],[180.0,-15.0]]},
"properties": {
"degrees": 15,
"direction": "S",
"display":"15.0 S",
"dd":-15,
"FeatureCla":"Graticule","ScaleRank":5,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-180,0.0],[-178.0,0.0],[-176.0,0.0],[-174.0,0.0],[-172.0,0.0],[-170.0,0.0],[-168.0,0.0],[-166.0,0.0],[-164.0,0.0],[-162.0,0.0],[-160.0,0.0],[-158.0,0.0],[-156.0,0.0],[-154.0,0.0],[-152.0,0.0],[-150.0,0.0],[-148.0,0.0],[-146.0,0.0],[-144.0,0.0],[-142.0,0.0],[-140.0,0.0],[-138.0,0.0],[-136.0,0.0],[-134.0,0.0],[-132.0,0.0],[-130.0,0.0],[-128.0,0.0],[-126.0,0.0],[-124.0,0.0],[-122.0,0.0],[-120.0,0.0],[-118.0,0.0],[-116.0,0.0],[-114.0,0.0],[-112.0,0.0],[-110.0,0.0],[-108.0,0.0],[-106.0,0.0],[-104.0,0.0],[-102.0,0.0],[-100.0,0.0],[-98.0,0.0],[-96.0,0.0],[-94.0,0.0],[-92.0,0.0],[-90.0,0.0],[-88.0,0.0],[-86.0,0.0],[-84.0,0.0],[-82.0,0.0],[-80.0,0.0],[-78.0,0.0],[-76.0,0.0],[-74.0,0.0],[-72.0,0.0],[-70.0,0.0],[-68.0,0.0],[-66.0,0.0],[-64.0,0.0],[-62.0,0.0],[-60.0,0.0],[-58.0,0.0],[-56.0,0.0],[-54.0,0.0],[-52.0,0.0],[-50.0,0.0],[-48.0,0.0],[-46.0,0.0],[-44.0,0.0],[-42.0,0.0],[-40.0,0.0],[-38.0,0.0],[-36.0,0.0],[-34.0,0.0],[-32.0,0.0],[-30.0,0.0],[-28.0,0.0],[-26.0,0.0],[-24.0,0.0],[-22.0,0.0],[-20.0,0.0],[-18.0,0.0],[-16.0,0.0],[-14.0,0.0],[-12.0,0.0],[-10.0,0.0],[-8.0,0.0],[-6.0,0.0],[-4.0,0.0],[-2.0,0.0],[0.0,0.0],[2.0,0.0],[4.0,0.0],[6.0,0.0],[8.0,0.0],[10.0,0.0],[12.0,0.0],[14.0,0.0],[16.0,0.0],[18.0,0.0],[20.0,0.0],[22.0,0.0],[24.0,0.0],[26.0,0.0],[28.0,0.0],[30.0,0.0],[32.0,0.0],[34.0,0.0],[36.0,0.0],[38.0,0.0],[40.0,0.0],[42.0,0.0],[44.0,0.0],[46.0,0.0],[48.0,0.0],[50.0,0.0],[52.0,0.0],[54.0,0.0],[56.0,0.0],[58.0,0.0],[60.0,0.0],[62.0,0.0],[64.0,0.0],[66.0,0.0],[68.0,0.0],[70.0,0.0],[72.0,0.0],[74.0,0.0],[76.0,0.0],[78.0,0.0],[80.0,0.0],[82.0,0.0],[84.0,0.0],[86.0,0.0],[88.0,0.0],[90.0,0.0],[92.0,0.0],[94.0,0.0],[96.0,0.0],[98.0,0.0],[100.0,0.0],[102.0,0.0],[104.0,0.0],[106.0,0.0],[108.0,0.0],[110.0,0.0],[112.0,0.0],[114.0,0.0],[116.0,0.0],[118.0,0.0],[120.0,0.0],[122.0,0.0],[124.0,0.0],[126.0,0.0],[128.0,0.0],[130.0,0.0],[132.0,0.0],[134.0,0.0],[136.0,0.0],[138.0,0.0],[140.0,0.0],[142.0,0.0],[144.0,0.0],[146.0,0.0],[148.0,0.0],[150.0,0.0],[152.0,0.0],[154.0,0.0],[156.0,0.0],[158.0,0.0],[160.0,0.0],[162.0,0.0],[164.0,0.0],[166.0,0.0],[168.0,0.0],[170.0,0.0],[172.0,0.0],[174.0,0.0],[176.0,0.0],[178.0,0.0],[180.0,0.0]]},
"properties": {
"degrees": 0,
"direction": "N",
"display":"0.0 N",
"dd":0,
"FeatureCla":"Graticule","ScaleRank":5,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-180,15.0],[-178.0,15.0],[-176.0,15.0],[-174.0,15.0],[-172.0,15.0],[-170.0,15.0],[-168.0,15.0],[-166.0,15.0],[-164.0,15.0],[-162.0,15.0],[-160.0,15.0],[-158.0,15.0],[-156.0,15.0],[-154.0,15.0],[-152.0,15.0],[-150.0,15.0],[-148.0,15.0],[-146.0,15.0],[-144.0,15.0],[-142.0,15.0],[-140.0,15.0],[-138.0,15.0],[-136.0,15.0],[-134.0,15.0],[-132.0,15.0],[-130.0,15.0],[-128.0,15.0],[-126.0,15.0],[-124.0,15.0],[-122.0,15.0],[-120.0,15.0],[-118.0,15.0],[-116.0,15.0],[-114.0,15.0],[-112.0,15.0],[-110.0,15.0],[-108.0,15.0],[-106.0,15.0],[-104.0,15.0],[-102.0,15.0],[-100.0,15.0],[-98.0,15.0],[-96.0,15.0],[-94.0,15.0],[-92.0,15.0],[-90.0,15.0],[-88.0,15.0],[-86.0,15.0],[-84.0,15.0],[-82.0,15.0],[-80.0,15.0],[-78.0,15.0],[-76.0,15.0],[-74.0,15.0],[-72.0,15.0],[-70.0,15.0],[-68.0,15.0],[-66.0,15.0],[-64.0,15.0],[-62.0,15.0],[-60.0,15.0],[-58.0,15.0],[-56.0,15.0],[-54.0,15.0],[-52.0,15.0],[-50.0,15.0],[-48.0,15.0],[-46.0,15.0],[-44.0,15.0],[-42.0,15.0],[-40.0,15.0],[-38.0,15.0],[-36.0,15.0],[-34.0,15.0],[-32.0,15.0],[-30.0,15.0],[-28.0,15.0],[-26.0,15.0],[-24.0,15.0],[-22.0,15.0],[-20.0,15.0],[-18.0,15.0],[-16.0,15.0],[-14.0,15.0],[-12.0,15.0],[-10.0,15.0],[-8.0,15.0],[-6.0,15.0],[-4.0,15.0],[-2.0,15.0],[0.0,15.0],[2.0,15.0],[4.0,15.0],[6.0,15.0],[8.0,15.0],[10.0,15.0],[12.0,15.0],[14.0,15.0],[16.0,15.0],[18.0,15.0],[20.0,15.0],[22.0,15.0],[24.0,15.0],[26.0,15.0],[28.0,15.0],[30.0,15.0],[32.0,15.0],[34.0,15.0],[36.0,15.0],[38.0,15.0],[40.0,15.0],[42.0,15.0],[44.0,15.0],[46.0,15.0],[48.0,15.0],[50.0,15.0],[52.0,15.0],[54.0,15.0],[56.0,15.0],[58.0,15.0],[60.0,15.0],[62.0,15.0],[64.0,15.0],[66.0,15.0],[68.0,15.0],[70.0,15.0],[72.0,15.0],[74.0,15.0],[76.0,15.0],[78.0,15.0],[80.0,15.0],[82.0,15.0],[84.0,15.0],[86.0,15.0],[88.0,15.0],[90.0,15.0],[92.0,15.0],[94.0,15.0],[96.0,15.0],[98.0,15.0],[100.0,15.0],[102.0,15.0],[104.0,15.0],[106.0,15.0],[108.0,15.0],[110.0,15.0],[112.0,15.0],[114.0,15.0],[116.0,15.0],[118.0,15.0],[120.0,15.0],[122.0,15.0],[124.0,15.0],[126.0,15.0],[128.0,15.0],[130.0,15.0],[132.0,15.0],[134.0,15.0],[136.0,15.0],[138.0,15.0],[140.0,15.0],[142.0,15.0],[144.0,15.0],[146.0,15.0],[148.0,15.0],[150.0,15.0],[152.0,15.0],[154.0,15.0],[156.0,15.0],[158.0,15.0],[160.0,15.0],[162.0,15.0],[164.0,15.0],[166.0,15.0],[168.0,15.0],[170.0,15.0],[172.0,15.0],[174.0,15.0],[176.0,15.0],[178.0,15.0],[180.0,15.0]]},
"properties": {
"degrees": 15,
"direction": "N",
"display":"15.0 N",
"dd":15,
"FeatureCla":"Graticule","ScaleRank":5,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-180,30.0],[-178.0,30.0],[-176.0,30.0],[-174.0,30.0],[-172.0,30.0],[-170.0,30.0],[-168.0,30.0],[-166.0,30.0],[-164.0,30.0],[-162.0,30.0],[-160.0,30.0],[-158.0,30.0],[-156.0,30.0],[-154.0,30.0],[-152.0,30.0],[-150.0,30.0],[-148.0,30.0],[-146.0,30.0],[-144.0,30.0],[-142.0,30.0],[-140.0,30.0],[-138.0,30.0],[-136.0,30.0],[-134.0,30.0],[-132.0,30.0],[-130.0,30.0],[-128.0,30.0],[-126.0,30.0],[-124.0,30.0],[-122.0,30.0],[-120.0,30.0],[-118.0,30.0],[-116.0,30.0],[-114.0,30.0],[-112.0,30.0],[-110.0,30.0],[-108.0,30.0],[-106.0,30.0],[-104.0,30.0],[-102.0,30.0],[-100.0,30.0],[-98.0,30.0],[-96.0,30.0],[-94.0,30.0],[-92.0,30.0],[-90.0,30.0],[-88.0,30.0],[-86.0,30.0],[-84.0,30.0],[-82.0,30.0],[-80.0,30.0],[-78.0,30.0],[-76.0,30.0],[-74.0,30.0],[-72.0,30.0],[-70.0,30.0],[-68.0,30.0],[-66.0,30.0],[-64.0,30.0],[-62.0,30.0],[-60.0,30.0],[-58.0,30.0],[-56.0,30.0],[-54.0,30.0],[-52.0,30.0],[-50.0,30.0],[-48.0,30.0],[-46.0,30.0],[-44.0,30.0],[-42.0,30.0],[-40.0,30.0],[-38.0,30.0],[-36.0,30.0],[-34.0,30.0],[-32.0,30.0],[-30.0,30.0],[-28.0,30.0],[-26.0,30.0],[-24.0,30.0],[-22.0,30.0],[-20.0,30.0],[-18.0,30.0],[-16.0,30.0],[-14.0,30.0],[-12.0,30.0],[-10.0,30.0],[-8.0,30.0],[-6.0,30.0],[-4.0,30.0],[-2.0,30.0],[0.0,30.0],[2.0,30.0],[4.0,30.0],[6.0,30.0],[8.0,30.0],[10.0,30.0],[12.0,30.0],[14.0,30.0],[16.0,30.0],[18.0,30.0],[20.0,30.0],[22.0,30.0],[24.0,30.0],[26.0,30.0],[28.0,30.0],[30.0,30.0],[32.0,30.0],[34.0,30.0],[36.0,30.0],[38.0,30.0],[40.0,30.0],[42.0,30.0],[44.0,30.0],[46.0,30.0],[48.0,30.0],[50.0,30.0],[52.0,30.0],[54.0,30.0],[56.0,30.0],[58.0,30.0],[60.0,30.0],[62.0,30.0],[64.0,30.0],[66.0,30.0],[68.0,30.0],[70.0,30.0],[72.0,30.0],[74.0,30.0],[76.0,30.0],[78.0,30.0],[80.0,30.0],[82.0,30.0],[84.0,30.0],[86.0,30.0],[88.0,30.0],[90.0,30.0],[92.0,30.0],[94.0,30.0],[96.0,30.0],[98.0,30.0],[100.0,30.0],[102.0,30.0],[104.0,30.0],[106.0,30.0],[108.0,30.0],[110.0,30.0],[112.0,30.0],[114.0,30.0],[116.0,30.0],[118.0,30.0],[120.0,30.0],[122.0,30.0],[124.0,30.0],[126.0,30.0],[128.0,30.0],[130.0,30.0],[132.0,30.0],[134.0,30.0],[136.0,30.0],[138.0,30.0],[140.0,30.0],[142.0,30.0],[144.0,30.0],[146.0,30.0],[148.0,30.0],[150.0,30.0],[152.0,30.0],[154.0,30.0],[156.0,30.0],[158.0,30.0],[160.0,30.0],[162.0,30.0],[164.0,30.0],[166.0,30.0],[168.0,30.0],[170.0,30.0],[172.0,30.0],[174.0,30.0],[176.0,30.0],[178.0,30.0],[180.0,30.0]]},
"properties": {
"degrees": 30,
"direction": "N",
"display":"30.0 N",
"dd":30,
"FeatureCla":"Graticule","ScaleRank":5,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-180,45.0],[-178.0,45.0],[-176.0,45.0],[-174.0,45.0],[-172.0,45.0],[-170.0,45.0],[-168.0,45.0],[-166.0,45.0],[-164.0,45.0],[-162.0,45.0],[-160.0,45.0],[-158.0,45.0],[-156.0,45.0],[-154.0,45.0],[-152.0,45.0],[-150.0,45.0],[-148.0,45.0],[-146.0,45.0],[-144.0,45.0],[-142.0,45.0],[-140.0,45.0],[-138.0,45.0],[-136.0,45.0],[-134.0,45.0],[-132.0,45.0],[-130.0,45.0],[-128.0,45.0],[-126.0,45.0],[-124.0,45.0],[-122.0,45.0],[-120.0,45.0],[-118.0,45.0],[-116.0,45.0],[-114.0,45.0],[-112.0,45.0],[-110.0,45.0],[-108.0,45.0],[-106.0,45.0],[-104.0,45.0],[-102.0,45.0],[-100.0,45.0],[-98.0,45.0],[-96.0,45.0],[-94.0,45.0],[-92.0,45.0],[-90.0,45.0],[-88.0,45.0],[-86.0,45.0],[-84.0,45.0],[-82.0,45.0],[-80.0,45.0],[-78.0,45.0],[-76.0,45.0],[-74.0,45.0],[-72.0,45.0],[-70.0,45.0],[-68.0,45.0],[-66.0,45.0],[-64.0,45.0],[-62.0,45.0],[-60.0,45.0],[-58.0,45.0],[-56.0,45.0],[-54.0,45.0],[-52.0,45.0],[-50.0,45.0],[-48.0,45.0],[-46.0,45.0],[-44.0,45.0],[-42.0,45.0],[-40.0,45.0],[-38.0,45.0],[-36.0,45.0],[-34.0,45.0],[-32.0,45.0],[-30.0,45.0],[-28.0,45.0],[-26.0,45.0],[-24.0,45.0],[-22.0,45.0],[-20.0,45.0],[-18.0,45.0],[-16.0,45.0],[-14.0,45.0],[-12.0,45.0],[-10.0,45.0],[-8.0,45.0],[-6.0,45.0],[-4.0,45.0],[-2.0,45.0],[0.0,45.0],[2.0,45.0],[4.0,45.0],[6.0,45.0],[8.0,45.0],[10.0,45.0],[12.0,45.0],[14.0,45.0],[16.0,45.0],[18.0,45.0],[20.0,45.0],[22.0,45.0],[24.0,45.0],[26.0,45.0],[28.0,45.0],[30.0,45.0],[32.0,45.0],[34.0,45.0],[36.0,45.0],[38.0,45.0],[40.0,45.0],[42.0,45.0],[44.0,45.0],[46.0,45.0],[48.0,45.0],[50.0,45.0],[52.0,45.0],[54.0,45.0],[56.0,45.0],[58.0,45.0],[60.0,45.0],[62.0,45.0],[64.0,45.0],[66.0,45.0],[68.0,45.0],[70.0,45.0],[72.0,45.0],[74.0,45.0],[76.0,45.0],[78.0,45.0],[80.0,45.0],[82.0,45.0],[84.0,45.0],[86.0,45.0],[88.0,45.0],[90.0,45.0],[92.0,45.0],[94.0,45.0],[96.0,45.0],[98.0,45.0],[100.0,45.0],[102.0,45.0],[104.0,45.0],[106.0,45.0],[108.0,45.0],[110.0,45.0],[112.0,45.0],[114.0,45.0],[116.0,45.0],[118.0,45.0],[120.0,45.0],[122.0,45.0],[124.0,45.0],[126.0,45.0],[128.0,45.0],[130.0,45.0],[132.0,45.0],[134.0,45.0],[136.0,45.0],[138.0,45.0],[140.0,45.0],[142.0,45.0],[144.0,45.0],[146.0,45.0],[148.0,45.0],[150.0,45.0],[152.0,45.0],[154.0,45.0],[156.0,45.0],[158.0,45.0],[160.0,45.0],[162.0,45.0],[164.0,45.0],[166.0,45.0],[168.0,45.0],[170.0,45.0],[172.0,45.0],[174.0,45.0],[176.0,45.0],[178.0,45.0],[180.0,45.0]]},
"properties": {
"degrees": 45,
"direction": "N",
"display":"45.0 N",
"dd":45,
"FeatureCla":"Graticule","ScaleRank":5,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-180,60.0],[-178.0,60.0],[-176.0,60.0],[-174.0,60.0],[-172.0,60.0],[-170.0,60.0],[-168.0,60.0],[-166.0,60.0],[-164.0,60.0],[-162.0,60.0],[-160.0,60.0],[-158.0,60.0],[-156.0,60.0],[-154.0,60.0],[-152.0,60.0],[-150.0,60.0],[-148.0,60.0],[-146.0,60.0],[-144.0,60.0],[-142.0,60.0],[-140.0,60.0],[-138.0,60.0],[-136.0,60.0],[-134.0,60.0],[-132.0,60.0],[-130.0,60.0],[-128.0,60.0],[-126.0,60.0],[-124.0,60.0],[-122.0,60.0],[-120.0,60.0],[-118.0,60.0],[-116.0,60.0],[-114.0,60.0],[-112.0,60.0],[-110.0,60.0],[-108.0,60.0],[-106.0,60.0],[-104.0,60.0],[-102.0,60.0],[-100.0,60.0],[-98.0,60.0],[-96.0,60.0],[-94.0,60.0],[-92.0,60.0],[-90.0,60.0],[-88.0,60.0],[-86.0,60.0],[-84.0,60.0],[-82.0,60.0],[-80.0,60.0],[-78.0,60.0],[-76.0,60.0],[-74.0,60.0],[-72.0,60.0],[-70.0,60.0],[-68.0,60.0],[-66.0,60.0],[-64.0,60.0],[-62.0,60.0],[-60.0,60.0],[-58.0,60.0],[-56.0,60.0],[-54.0,60.0],[-52.0,60.0],[-50.0,60.0],[-48.0,60.0],[-46.0,60.0],[-44.0,60.0],[-42.0,60.0],[-40.0,60.0],[-38.0,60.0],[-36.0,60.0],[-34.0,60.0],[-32.0,60.0],[-30.0,60.0],[-28.0,60.0],[-26.0,60.0],[-24.0,60.0],[-22.0,60.0],[-20.0,60.0],[-18.0,60.0],[-16.0,60.0],[-14.0,60.0],[-12.0,60.0],[-10.0,60.0],[-8.0,60.0],[-6.0,60.0],[-4.0,60.0],[-2.0,60.0],[0.0,60.0],[2.0,60.0],[4.0,60.0],[6.0,60.0],[8.0,60.0],[10.0,60.0],[12.0,60.0],[14.0,60.0],[16.0,60.0],[18.0,60.0],[20.0,60.0],[22.0,60.0],[24.0,60.0],[26.0,60.0],[28.0,60.0],[30.0,60.0],[32.0,60.0],[34.0,60.0],[36.0,60.0],[38.0,60.0],[40.0,60.0],[42.0,60.0],[44.0,60.0],[46.0,60.0],[48.0,60.0],[50.0,60.0],[52.0,60.0],[54.0,60.0],[56.0,60.0],[58.0,60.0],[60.0,60.0],[62.0,60.0],[64.0,60.0],[66.0,60.0],[68.0,60.0],[70.0,60.0],[72.0,60.0],[74.0,60.0],[76.0,60.0],[78.0,60.0],[80.0,60.0],[82.0,60.0],[84.0,60.0],[86.0,60.0],[88.0,60.0],[90.0,60.0],[92.0,60.0],[94.0,60.0],[96.0,60.0],[98.0,60.0],[100.0,60.0],[102.0,60.0],[104.0,60.0],[106.0,60.0],[108.0,60.0],[110.0,60.0],[112.0,60.0],[114.0,60.0],[116.0,60.0],[118.0,60.0],[120.0,60.0],[122.0,60.0],[124.0,60.0],[126.0,60.0],[128.0,60.0],[130.0,60.0],[132.0,60.0],[134.0,60.0],[136.0,60.0],[138.0,60.0],[140.0,60.0],[142.0,60.0],[144.0,60.0],[146.0,60.0],[148.0,60.0],[150.0,60.0],[152.0,60.0],[154.0,60.0],[156.0,60.0],[158.0,60.0],[160.0,60.0],[162.0,60.0],[164.0,60.0],[166.0,60.0],[168.0,60.0],[170.0,60.0],[172.0,60.0],[174.0,60.0],[176.0,60.0],[178.0,60.0],[180.0,60.0]]},
"properties": {
"degrees": 60,
"direction": "N",
"display":"60.0 N",
"dd":60,
"FeatureCla":"Graticule","ScaleRank":5,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-180,75.0],[-178.0,75.0],[-176.0,75.0],[-174.0,75.0],[-172.0,75.0],[-170.0,75.0],[-168.0,75.0],[-166.0,75.0],[-164.0,75.0],[-162.0,75.0],[-160.0,75.0],[-158.0,75.0],[-156.0,75.0],[-154.0,75.0],[-152.0,75.0],[-150.0,75.0],[-148.0,75.0],[-146.0,75.0],[-144.0,75.0],[-142.0,75.0],[-140.0,75.0],[-138.0,75.0],[-136.0,75.0],[-134.0,75.0],[-132.0,75.0],[-130.0,75.0],[-128.0,75.0],[-126.0,75.0],[-124.0,75.0],[-122.0,75.0],[-120.0,75.0],[-118.0,75.0],[-116.0,75.0],[-114.0,75.0],[-112.0,75.0],[-110.0,75.0],[-108.0,75.0],[-106.0,75.0],[-104.0,75.0],[-102.0,75.0],[-100.0,75.0],[-98.0,75.0],[-96.0,75.0],[-94.0,75.0],[-92.0,75.0],[-90.0,75.0],[-88.0,75.0],[-86.0,75.0],[-84.0,75.0],[-82.0,75.0],[-80.0,75.0],[-78.0,75.0],[-76.0,75.0],[-74.0,75.0],[-72.0,75.0],[-70.0,75.0],[-68.0,75.0],[-66.0,75.0],[-64.0,75.0],[-62.0,75.0],[-60.0,75.0],[-58.0,75.0],[-56.0,75.0],[-54.0,75.0],[-52.0,75.0],[-50.0,75.0],[-48.0,75.0],[-46.0,75.0],[-44.0,75.0],[-42.0,75.0],[-40.0,75.0],[-38.0,75.0],[-36.0,75.0],[-34.0,75.0],[-32.0,75.0],[-30.0,75.0],[-28.0,75.0],[-26.0,75.0],[-24.0,75.0],[-22.0,75.0],[-20.0,75.0],[-18.0,75.0],[-16.0,75.0],[-14.0,75.0],[-12.0,75.0],[-10.0,75.0],[-8.0,75.0],[-6.0,75.0],[-4.0,75.0],[-2.0,75.0],[0.0,75.0],[2.0,75.0],[4.0,75.0],[6.0,75.0],[8.0,75.0],[10.0,75.0],[12.0,75.0],[14.0,75.0],[16.0,75.0],[18.0,75.0],[20.0,75.0],[22.0,75.0],[24.0,75.0],[26.0,75.0],[28.0,75.0],[30.0,75.0],[32.0,75.0],[34.0,75.0],[36.0,75.0],[38.0,75.0],[40.0,75.0],[42.0,75.0],[44.0,75.0],[46.0,75.0],[48.0,75.0],[50.0,75.0],[52.0,75.0],[54.0,75.0],[56.0,75.0],[58.0,75.0],[60.0,75.0],[62.0,75.0],[64.0,75.0],[66.0,75.0],[68.0,75.0],[70.0,75.0],[72.0,75.0],[74.0,75.0],[76.0,75.0],[78.0,75.0],[80.0,75.0],[82.0,75.0],[84.0,75.0],[86.0,75.0],[88.0,75.0],[90.0,75.0],[92.0,75.0],[94.0,75.0],[96.0,75.0],[98.0,75.0],[100.0,75.0],[102.0,75.0],[104.0,75.0],[106.0,75.0],[108.0,75.0],[110.0,75.0],[112.0,75.0],[114.0,75.0],[116.0,75.0],[118.0,75.0],[120.0,75.0],[122.0,75.0],[124.0,75.0],[126.0,75.0],[128.0,75.0],[130.0,75.0],[132.0,75.0],[134.0,75.0],[136.0,75.0],[138.0,75.0],[140.0,75.0],[142.0,75.0],[144.0,75.0],[146.0,75.0],[148.0,75.0],[150.0,75.0],[152.0,75.0],[154.0,75.0],[156.0,75.0],[158.0,75.0],[160.0,75.0],[162.0,75.0],[164.0,75.0],[166.0,75.0],[168.0,75.0],[170.0,75.0],[172.0,75.0],[174.0,75.0],[176.0,75.0],[178.0,75.0],[180.0,75.0]]},
"properties": {
"degrees": 75,
"direction": "N",
"display":"75.0 N",
"dd":75,
"FeatureCla":"Graticule","ScaleRank":5,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-180,90.0],[-178.0,90.0],[-176.0,90.0],[-174.0,90.0],[-172.0,90.0],[-170.0,90.0],[-168.0,90.0],[-166.0,90.0],[-164.0,90.0],[-162.0,90.0],[-160.0,90.0],[-158.0,90.0],[-156.0,90.0],[-154.0,90.0],[-152.0,90.0],[-150.0,90.0],[-148.0,90.0],[-146.0,90.0],[-144.0,90.0],[-142.0,90.0],[-140.0,90.0],[-138.0,90.0],[-136.0,90.0],[-134.0,90.0],[-132.0,90.0],[-130.0,90.0],[-128.0,90.0],[-126.0,90.0],[-124.0,90.0],[-122.0,90.0],[-120.0,90.0],[-118.0,90.0],[-116.0,90.0],[-114.0,90.0],[-112.0,90.0],[-110.0,90.0],[-108.0,90.0],[-106.0,90.0],[-104.0,90.0],[-102.0,90.0],[-100.0,90.0],[-98.0,90.0],[-96.0,90.0],[-94.0,90.0],[-92.0,90.0],[-90.0,90.0],[-88.0,90.0],[-86.0,90.0],[-84.0,90.0],[-82.0,90.0],[-80.0,90.0],[-78.0,90.0],[-76.0,90.0],[-74.0,90.0],[-72.0,90.0],[-70.0,90.0],[-68.0,90.0],[-66.0,90.0],[-64.0,90.0],[-62.0,90.0],[-60.0,90.0],[-58.0,90.0],[-56.0,90.0],[-54.0,90.0],[-52.0,90.0],[-50.0,90.0],[-48.0,90.0],[-46.0,90.0],[-44.0,90.0],[-42.0,90.0],[-40.0,90.0],[-38.0,90.0],[-36.0,90.0],[-34.0,90.0],[-32.0,90.0],[-30.0,90.0],[-28.0,90.0],[-26.0,90.0],[-24.0,90.0],[-22.0,90.0],[-20.0,90.0],[-18.0,90.0],[-16.0,90.0],[-14.0,90.0],[-12.0,90.0],[-10.0,90.0],[-8.0,90.0],[-6.0,90.0],[-4.0,90.0],[-2.0,90.0],[0.0,90.0],[2.0,90.0],[4.0,90.0],[6.0,90.0],[8.0,90.0],[10.0,90.0],[12.0,90.0],[14.0,90.0],[16.0,90.0],[18.0,90.0],[20.0,90.0],[22.0,90.0],[24.0,90.0],[26.0,90.0],[28.0,90.0],[30.0,90.0],[32.0,90.0],[34.0,90.0],[36.0,90.0],[38.0,90.0],[40.0,90.0],[42.0,90.0],[44.0,90.0],[46.0,90.0],[48.0,90.0],[50.0,90.0],[52.0,90.0],[54.0,90.0],[56.0,90.0],[58.0,90.0],[60.0,90.0],[62.0,90.0],[64.0,90.0],[66.0,90.0],[68.0,90.0],[70.0,90.0],[72.0,90.0],[74.0,90.0],[76.0,90.0],[78.0,90.0],[80.0,90.0],[82.0,90.0],[84.0,90.0],[86.0,90.0],[88.0,90.0],[90.0,90.0],[92.0,90.0],[94.0,90.0],[96.0,90.0],[98.0,90.0],[100.0,90.0],[102.0,90.0],[104.0,90.0],[106.0,90.0],[108.0,90.0],[110.0,90.0],[112.0,90.0],[114.0,90.0],[116.0,90.0],[118.0,90.0],[120.0,90.0],[122.0,90.0],[124.0,90.0],[126.0,90.0],[128.0,90.0],[130.0,90.0],[132.0,90.0],[134.0,90.0],[136.0,90.0],[138.0,90.0],[140.0,90.0],[142.0,90.0],[144.0,90.0],[146.0,90.0],[148.0,90.0],[150.0,90.0],[152.0,90.0],[154.0,90.0],[156.0,90.0],[158.0,90.0],[160.0,90.0],[162.0,90.0],[164.0,90.0],[166.0,90.0],[168.0,90.0],[170.0,90.0],[172.0,90.0],[174.0,90.0],[176.0,90.0],[178.0,90.0],[180.0,90.0]]},
"properties": {
"degrees": 90,
"direction": "N",
"display":"90.0 N",
"dd":90,
"FeatureCla":"Graticule","ScaleRank":5,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-180,-90],[-180,-88.0],[-180,-86.0],[-180,-84.0],[-180,-82.0],[-180,-80.0],[-180,-78.0],[-180,-76.0],[-180,-74.0],[-180,-72.0],[-180,-70.0],[-180,-68.0],[-180,-66.0],[-180,-64.0],[-180,-62.0],[-180,-60.0],[-180,-58.0],[-180,-56.0],[-180,-54.0],[-180,-52.0],[-180,-50.0],[-180,-48.0],[-180,-46.0],[-180,-44.0],[-180,-42.0],[-180,-40.0],[-180,-38.0],[-180,-36.0],[-180,-34.0],[-180,-32.0],[-180,-30.0],[-180,-28.0],[-180,-26.0],[-180,-24.0],[-180,-22.0],[-180,-20.0],[-180,-18.0],[-180,-16.0],[-180,-14.0],[-180,-12.0],[-180,-10.0],[-180,-8.0],[-180,-6.0],[-180,-4.0],[-180,-2.0],[-180,0.0],[-180,2.0],[-180,4.0],[-180,6.0],[-180,8.0],[-180,10.0],[-180,12.0],[-180,14.0],[-180,16.0],[-180,18.0],[-180,20.0],[-180,22.0],[-180,24.0],[-180,26.0],[-180,28.0],[-180,30.0],[-180,32.0],[-180,34.0],[-180,36.0],[-180,38.0],[-180,40.0],[-180,42.0],[-180,44.0],[-180,46.0],[-180,48.0],[-180,50.0],[-180,52.0],[-180,54.0],[-180,56.0],[-180,58.0],[-180,60.0],[-180,62.0],[-180,64.0],[-180,66.0],[-180,68.0],[-180,70.0],[-180,72.0],[-180,74.0],[-180,76.0],[-180,78.0],[-180,80.0],[-180,82.0],[-180,84.0],[-180,86.0],[-180,88.0],[-180,90.0]]},
"properties": {
"degrees": 180,
"direction": "E",
"display":"180 E",
"dd":-180,
"FeatureCla":"Graticule","ScaleRank":5,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-165.0,-90],[-165.0,-88.0],[-165.0,-86.0],[-165.0,-84.0],[-165.0,-82.0],[-165.0,-80.0],[-165.0,-78.0],[-165.0,-76.0],[-165.0,-74.0],[-165.0,-72.0],[-165.0,-70.0],[-165.0,-68.0],[-165.0,-66.0],[-165.0,-64.0],[-165.0,-62.0],[-165.0,-60.0],[-165.0,-58.0],[-165.0,-56.0],[-165.0,-54.0],[-165.0,-52.0],[-165.0,-50.0],[-165.0,-48.0],[-165.0,-46.0],[-165.0,-44.0],[-165.0,-42.0],[-165.0,-40.0],[-165.0,-38.0],[-165.0,-36.0],[-165.0,-34.0],[-165.0,-32.0],[-165.0,-30.0],[-165.0,-28.0],[-165.0,-26.0],[-165.0,-24.0],[-165.0,-22.0],[-165.0,-20.0],[-165.0,-18.0],[-165.0,-16.0],[-165.0,-14.0],[-165.0,-12.0],[-165.0,-10.0],[-165.0,-8.0],[-165.0,-6.0],[-165.0,-4.0],[-165.0,-2.0],[-165.0,0.0],[-165.0,2.0],[-165.0,4.0],[-165.0,6.0],[-165.0,8.0],[-165.0,10.0],[-165.0,12.0],[-165.0,14.0],[-165.0,16.0],[-165.0,18.0],[-165.0,20.0],[-165.0,22.0],[-165.0,24.0],[-165.0,26.0],[-165.0,28.0],[-165.0,30.0],[-165.0,32.0],[-165.0,34.0],[-165.0,36.0],[-165.0,38.0],[-165.0,40.0],[-165.0,42.0],[-165.0,44.0],[-165.0,46.0],[-165.0,48.0],[-165.0,50.0],[-165.0,52.0],[-165.0,54.0],[-165.0,56.0],[-165.0,58.0],[-165.0,60.0],[-165.0,62.0],[-165.0,64.0],[-165.0,66.0],[-165.0,68.0],[-165.0,70.0],[-165.0,72.0],[-165.0,74.0],[-165.0,76.0],[-165.0,78.0],[-165.0,80.0],[-165.0,82.0],[-165.0,84.0],[-165.0,86.0],[-165.0,88.0],[-165.0,90.0]]},
"properties": {
"degrees": 165,
"direction": "E",
"display":"165.0 E",
"dd":-165,
"FeatureCla":"Graticule","ScaleRank":5,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-150.0,-90],[-150.0,-88.0],[-150.0,-86.0],[-150.0,-84.0],[-150.0,-82.0],[-150.0,-80.0],[-150.0,-78.0],[-150.0,-76.0],[-150.0,-74.0],[-150.0,-72.0],[-150.0,-70.0],[-150.0,-68.0],[-150.0,-66.0],[-150.0,-64.0],[-150.0,-62.0],[-150.0,-60.0],[-150.0,-58.0],[-150.0,-56.0],[-150.0,-54.0],[-150.0,-52.0],[-150.0,-50.0],[-150.0,-48.0],[-150.0,-46.0],[-150.0,-44.0],[-150.0,-42.0],[-150.0,-40.0],[-150.0,-38.0],[-150.0,-36.0],[-150.0,-34.0],[-150.0,-32.0],[-150.0,-30.0],[-150.0,-28.0],[-150.0,-26.0],[-150.0,-24.0],[-150.0,-22.0],[-150.0,-20.0],[-150.0,-18.0],[-150.0,-16.0],[-150.0,-14.0],[-150.0,-12.0],[-150.0,-10.0],[-150.0,-8.0],[-150.0,-6.0],[-150.0,-4.0],[-150.0,-2.0],[-150.0,0.0],[-150.0,2.0],[-150.0,4.0],[-150.0,6.0],[-150.0,8.0],[-150.0,10.0],[-150.0,12.0],[-150.0,14.0],[-150.0,16.0],[-150.0,18.0],[-150.0,20.0],[-150.0,22.0],[-150.0,24.0],[-150.0,26.0],[-150.0,28.0],[-150.0,30.0],[-150.0,32.0],[-150.0,34.0],[-150.0,36.0],[-150.0,38.0],[-150.0,40.0],[-150.0,42.0],[-150.0,44.0],[-150.0,46.0],[-150.0,48.0],[-150.0,50.0],[-150.0,52.0],[-150.0,54.0],[-150.0,56.0],[-150.0,58.0],[-150.0,60.0],[-150.0,62.0],[-150.0,64.0],[-150.0,66.0],[-150.0,68.0],[-150.0,70.0],[-150.0,72.0],[-150.0,74.0],[-150.0,76.0],[-150.0,78.0],[-150.0,80.0],[-150.0,82.0],[-150.0,84.0],[-150.0,86.0],[-150.0,88.0],[-150.0,90.0]]},
"properties": {
"degrees": 150,
"direction": "E",
"display":"150.0 E",
"dd":-150,
"FeatureCla":"Graticule","ScaleRank":5,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-135.0,-90],[-135.0,-88.0],[-135.0,-86.0],[-135.0,-84.0],[-135.0,-82.0],[-135.0,-80.0],[-135.0,-78.0],[-135.0,-76.0],[-135.0,-74.0],[-135.0,-72.0],[-135.0,-70.0],[-135.0,-68.0],[-135.0,-66.0],[-135.0,-64.0],[-135.0,-62.0],[-135.0,-60.0],[-135.0,-58.0],[-135.0,-56.0],[-135.0,-54.0],[-135.0,-52.0],[-135.0,-50.0],[-135.0,-48.0],[-135.0,-46.0],[-135.0,-44.0],[-135.0,-42.0],[-135.0,-40.0],[-135.0,-38.0],[-135.0,-36.0],[-135.0,-34.0],[-135.0,-32.0],[-135.0,-30.0],[-135.0,-28.0],[-135.0,-26.0],[-135.0,-24.0],[-135.0,-22.0],[-135.0,-20.0],[-135.0,-18.0],[-135.0,-16.0],[-135.0,-14.0],[-135.0,-12.0],[-135.0,-10.0],[-135.0,-8.0],[-135.0,-6.0],[-135.0,-4.0],[-135.0,-2.0],[-135.0,0.0],[-135.0,2.0],[-135.0,4.0],[-135.0,6.0],[-135.0,8.0],[-135.0,10.0],[-135.0,12.0],[-135.0,14.0],[-135.0,16.0],[-135.0,18.0],[-135.0,20.0],[-135.0,22.0],[-135.0,24.0],[-135.0,26.0],[-135.0,28.0],[-135.0,30.0],[-135.0,32.0],[-135.0,34.0],[-135.0,36.0],[-135.0,38.0],[-135.0,40.0],[-135.0,42.0],[-135.0,44.0],[-135.0,46.0],[-135.0,48.0],[-135.0,50.0],[-135.0,52.0],[-135.0,54.0],[-135.0,56.0],[-135.0,58.0],[-135.0,60.0],[-135.0,62.0],[-135.0,64.0],[-135.0,66.0],[-135.0,68.0],[-135.0,70.0],[-135.0,72.0],[-135.0,74.0],[-135.0,76.0],[-135.0,78.0],[-135.0,80.0],[-135.0,82.0],[-135.0,84.0],[-135.0,86.0],[-135.0,88.0],[-135.0,90.0]]},
"properties": {
"degrees": 135,
"direction": "E",
"display":"135.0 E",
"dd":-135,
"FeatureCla":"Graticule","ScaleRank":5,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-120.0,-90],[-120.0,-88.0],[-120.0,-86.0],[-120.0,-84.0],[-120.0,-82.0],[-120.0,-80.0],[-120.0,-78.0],[-120.0,-76.0],[-120.0,-74.0],[-120.0,-72.0],[-120.0,-70.0],[-120.0,-68.0],[-120.0,-66.0],[-120.0,-64.0],[-120.0,-62.0],[-120.0,-60.0],[-120.0,-58.0],[-120.0,-56.0],[-120.0,-54.0],[-120.0,-52.0],[-120.0,-50.0],[-120.0,-48.0],[-120.0,-46.0],[-120.0,-44.0],[-120.0,-42.0],[-120.0,-40.0],[-120.0,-38.0],[-120.0,-36.0],[-120.0,-34.0],[-120.0,-32.0],[-120.0,-30.0],[-120.0,-28.0],[-120.0,-26.0],[-120.0,-24.0],[-120.0,-22.0],[-120.0,-20.0],[-120.0,-18.0],[-120.0,-16.0],[-120.0,-14.0],[-120.0,-12.0],[-120.0,-10.0],[-120.0,-8.0],[-120.0,-6.0],[-120.0,-4.0],[-120.0,-2.0],[-120.0,0.0],[-120.0,2.0],[-120.0,4.0],[-120.0,6.0],[-120.0,8.0],[-120.0,10.0],[-120.0,12.0],[-120.0,14.0],[-120.0,16.0],[-120.0,18.0],[-120.0,20.0],[-120.0,22.0],[-120.0,24.0],[-120.0,26.0],[-120.0,28.0],[-120.0,30.0],[-120.0,32.0],[-120.0,34.0],[-120.0,36.0],[-120.0,38.0],[-120.0,40.0],[-120.0,42.0],[-120.0,44.0],[-120.0,46.0],[-120.0,48.0],[-120.0,50.0],[-120.0,52.0],[-120.0,54.0],[-120.0,56.0],[-120.0,58.0],[-120.0,60.0],[-120.0,62.0],[-120.0,64.0],[-120.0,66.0],[-120.0,68.0],[-120.0,70.0],[-120.0,72.0],[-120.0,74.0],[-120.0,76.0],[-120.0,78.0],[-120.0,80.0],[-120.0,82.0],[-120.0,84.0],[-120.0,86.0],[-120.0,88.0],[-120.0,90.0]]},
"properties": {
"degrees": 120,
"direction": "E",
"display":"120.0 E",
"dd":-120,
"FeatureCla":"Graticule","ScaleRank":5,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-105.0,-90],[-105.0,-88.0],[-105.0,-86.0],[-105.0,-84.0],[-105.0,-82.0],[-105.0,-80.0],[-105.0,-78.0],[-105.0,-76.0],[-105.0,-74.0],[-105.0,-72.0],[-105.0,-70.0],[-105.0,-68.0],[-105.0,-66.0],[-105.0,-64.0],[-105.0,-62.0],[-105.0,-60.0],[-105.0,-58.0],[-105.0,-56.0],[-105.0,-54.0],[-105.0,-52.0],[-105.0,-50.0],[-105.0,-48.0],[-105.0,-46.0],[-105.0,-44.0],[-105.0,-42.0],[-105.0,-40.0],[-105.0,-38.0],[-105.0,-36.0],[-105.0,-34.0],[-105.0,-32.0],[-105.0,-30.0],[-105.0,-28.0],[-105.0,-26.0],[-105.0,-24.0],[-105.0,-22.0],[-105.0,-20.0],[-105.0,-18.0],[-105.0,-16.0],[-105.0,-14.0],[-105.0,-12.0],[-105.0,-10.0],[-105.0,-8.0],[-105.0,-6.0],[-105.0,-4.0],[-105.0,-2.0],[-105.0,0.0],[-105.0,2.0],[-105.0,4.0],[-105.0,6.0],[-105.0,8.0],[-105.0,10.0],[-105.0,12.0],[-105.0,14.0],[-105.0,16.0],[-105.0,18.0],[-105.0,20.0],[-105.0,22.0],[-105.0,24.0],[-105.0,26.0],[-105.0,28.0],[-105.0,30.0],[-105.0,32.0],[-105.0,34.0],[-105.0,36.0],[-105.0,38.0],[-105.0,40.0],[-105.0,42.0],[-105.0,44.0],[-105.0,46.0],[-105.0,48.0],[-105.0,50.0],[-105.0,52.0],[-105.0,54.0],[-105.0,56.0],[-105.0,58.0],[-105.0,60.0],[-105.0,62.0],[-105.0,64.0],[-105.0,66.0],[-105.0,68.0],[-105.0,70.0],[-105.0,72.0],[-105.0,74.0],[-105.0,76.0],[-105.0,78.0],[-105.0,80.0],[-105.0,82.0],[-105.0,84.0],[-105.0,86.0],[-105.0,88.0],[-105.0,90.0]]},
"properties": {
"degrees": 105,
"direction": "E",
"display":"105.0 E",
"dd":-105,
"FeatureCla":"Graticule","ScaleRank":5,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-90.0,-90],[-90.0,-88.0],[-90.0,-86.0],[-90.0,-84.0],[-90.0,-82.0],[-90.0,-80.0],[-90.0,-78.0],[-90.0,-76.0],[-90.0,-74.0],[-90.0,-72.0],[-90.0,-70.0],[-90.0,-68.0],[-90.0,-66.0],[-90.0,-64.0],[-90.0,-62.0],[-90.0,-60.0],[-90.0,-58.0],[-90.0,-56.0],[-90.0,-54.0],[-90.0,-52.0],[-90.0,-50.0],[-90.0,-48.0],[-90.0,-46.0],[-90.0,-44.0],[-90.0,-42.0],[-90.0,-40.0],[-90.0,-38.0],[-90.0,-36.0],[-90.0,-34.0],[-90.0,-32.0],[-90.0,-30.0],[-90.0,-28.0],[-90.0,-26.0],[-90.0,-24.0],[-90.0,-22.0],[-90.0,-20.0],[-90.0,-18.0],[-90.0,-16.0],[-90.0,-14.0],[-90.0,-12.0],[-90.0,-10.0],[-90.0,-8.0],[-90.0,-6.0],[-90.0,-4.0],[-90.0,-2.0],[-90.0,0.0],[-90.0,2.0],[-90.0,4.0],[-90.0,6.0],[-90.0,8.0],[-90.0,10.0],[-90.0,12.0],[-90.0,14.0],[-90.0,16.0],[-90.0,18.0],[-90.0,20.0],[-90.0,22.0],[-90.0,24.0],[-90.0,26.0],[-90.0,28.0],[-90.0,30.0],[-90.0,32.0],[-90.0,34.0],[-90.0,36.0],[-90.0,38.0],[-90.0,40.0],[-90.0,42.0],[-90.0,44.0],[-90.0,46.0],[-90.0,48.0],[-90.0,50.0],[-90.0,52.0],[-90.0,54.0],[-90.0,56.0],[-90.0,58.0],[-90.0,60.0],[-90.0,62.0],[-90.0,64.0],[-90.0,66.0],[-90.0,68.0],[-90.0,70.0],[-90.0,72.0],[-90.0,74.0],[-90.0,76.0],[-90.0,78.0],[-90.0,80.0],[-90.0,82.0],[-90.0,84.0],[-90.0,86.0],[-90.0,88.0],[-90.0,90.0]]},
"properties": {
"degrees": 90,
"direction": "E",
"display":"90.0 E",
"dd":-90,
"FeatureCla":"Graticule","ScaleRank":5,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-75.0,-90],[-75.0,-88.0],[-75.0,-86.0],[-75.0,-84.0],[-75.0,-82.0],[-75.0,-80.0],[-75.0,-78.0],[-75.0,-76.0],[-75.0,-74.0],[-75.0,-72.0],[-75.0,-70.0],[-75.0,-68.0],[-75.0,-66.0],[-75.0,-64.0],[-75.0,-62.0],[-75.0,-60.0],[-75.0,-58.0],[-75.0,-56.0],[-75.0,-54.0],[-75.0,-52.0],[-75.0,-50.0],[-75.0,-48.0],[-75.0,-46.0],[-75.0,-44.0],[-75.0,-42.0],[-75.0,-40.0],[-75.0,-38.0],[-75.0,-36.0],[-75.0,-34.0],[-75.0,-32.0],[-75.0,-30.0],[-75.0,-28.0],[-75.0,-26.0],[-75.0,-24.0],[-75.0,-22.0],[-75.0,-20.0],[-75.0,-18.0],[-75.0,-16.0],[-75.0,-14.0],[-75.0,-12.0],[-75.0,-10.0],[-75.0,-8.0],[-75.0,-6.0],[-75.0,-4.0],[-75.0,-2.0],[-75.0,0.0],[-75.0,2.0],[-75.0,4.0],[-75.0,6.0],[-75.0,8.0],[-75.0,10.0],[-75.0,12.0],[-75.0,14.0],[-75.0,16.0],[-75.0,18.0],[-75.0,20.0],[-75.0,22.0],[-75.0,24.0],[-75.0,26.0],[-75.0,28.0],[-75.0,30.0],[-75.0,32.0],[-75.0,34.0],[-75.0,36.0],[-75.0,38.0],[-75.0,40.0],[-75.0,42.0],[-75.0,44.0],[-75.0,46.0],[-75.0,48.0],[-75.0,50.0],[-75.0,52.0],[-75.0,54.0],[-75.0,56.0],[-75.0,58.0],[-75.0,60.0],[-75.0,62.0],[-75.0,64.0],[-75.0,66.0],[-75.0,68.0],[-75.0,70.0],[-75.0,72.0],[-75.0,74.0],[-75.0,76.0],[-75.0,78.0],[-75.0,80.0],[-75.0,82.0],[-75.0,84.0],[-75.0,86.0],[-75.0,88.0],[-75.0,90.0]]},
"properties": {
"degrees": 75,
"direction": "E",
"display":"75.0 E",
"dd":-75,
"FeatureCla":"Graticule","ScaleRank":5,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-60.0,-90],[-60.0,-88.0],[-60.0,-86.0],[-60.0,-84.0],[-60.0,-82.0],[-60.0,-80.0],[-60.0,-78.0],[-60.0,-76.0],[-60.0,-74.0],[-60.0,-72.0],[-60.0,-70.0],[-60.0,-68.0],[-60.0,-66.0],[-60.0,-64.0],[-60.0,-62.0],[-60.0,-60.0],[-60.0,-58.0],[-60.0,-56.0],[-60.0,-54.0],[-60.0,-52.0],[-60.0,-50.0],[-60.0,-48.0],[-60.0,-46.0],[-60.0,-44.0],[-60.0,-42.0],[-60.0,-40.0],[-60.0,-38.0],[-60.0,-36.0],[-60.0,-34.0],[-60.0,-32.0],[-60.0,-30.0],[-60.0,-28.0],[-60.0,-26.0],[-60.0,-24.0],[-60.0,-22.0],[-60.0,-20.0],[-60.0,-18.0],[-60.0,-16.0],[-60.0,-14.0],[-60.0,-12.0],[-60.0,-10.0],[-60.0,-8.0],[-60.0,-6.0],[-60.0,-4.0],[-60.0,-2.0],[-60.0,0.0],[-60.0,2.0],[-60.0,4.0],[-60.0,6.0],[-60.0,8.0],[-60.0,10.0],[-60.0,12.0],[-60.0,14.0],[-60.0,16.0],[-60.0,18.0],[-60.0,20.0],[-60.0,22.0],[-60.0,24.0],[-60.0,26.0],[-60.0,28.0],[-60.0,30.0],[-60.0,32.0],[-60.0,34.0],[-60.0,36.0],[-60.0,38.0],[-60.0,40.0],[-60.0,42.0],[-60.0,44.0],[-60.0,46.0],[-60.0,48.0],[-60.0,50.0],[-60.0,52.0],[-60.0,54.0],[-60.0,56.0],[-60.0,58.0],[-60.0,60.0],[-60.0,62.0],[-60.0,64.0],[-60.0,66.0],[-60.0,68.0],[-60.0,70.0],[-60.0,72.0],[-60.0,74.0],[-60.0,76.0],[-60.0,78.0],[-60.0,80.0],[-60.0,82.0],[-60.0,84.0],[-60.0,86.0],[-60.0,88.0],[-60.0,90.0]]},
"properties": {
"degrees": 60,
"direction": "E",
"display":"60.0 E",
"dd":-60,
"FeatureCla":"Graticule","ScaleRank":5,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-45.0,-90],[-45.0,-88.0],[-45.0,-86.0],[-45.0,-84.0],[-45.0,-82.0],[-45.0,-80.0],[-45.0,-78.0],[-45.0,-76.0],[-45.0,-74.0],[-45.0,-72.0],[-45.0,-70.0],[-45.0,-68.0],[-45.0,-66.0],[-45.0,-64.0],[-45.0,-62.0],[-45.0,-60.0],[-45.0,-58.0],[-45.0,-56.0],[-45.0,-54.0],[-45.0,-52.0],[-45.0,-50.0],[-45.0,-48.0],[-45.0,-46.0],[-45.0,-44.0],[-45.0,-42.0],[-45.0,-40.0],[-45.0,-38.0],[-45.0,-36.0],[-45.0,-34.0],[-45.0,-32.0],[-45.0,-30.0],[-45.0,-28.0],[-45.0,-26.0],[-45.0,-24.0],[-45.0,-22.0],[-45.0,-20.0],[-45.0,-18.0],[-45.0,-16.0],[-45.0,-14.0],[-45.0,-12.0],[-45.0,-10.0],[-45.0,-8.0],[-45.0,-6.0],[-45.0,-4.0],[-45.0,-2.0],[-45.0,0.0],[-45.0,2.0],[-45.0,4.0],[-45.0,6.0],[-45.0,8.0],[-45.0,10.0],[-45.0,12.0],[-45.0,14.0],[-45.0,16.0],[-45.0,18.0],[-45.0,20.0],[-45.0,22.0],[-45.0,24.0],[-45.0,26.0],[-45.0,28.0],[-45.0,30.0],[-45.0,32.0],[-45.0,34.0],[-45.0,36.0],[-45.0,38.0],[-45.0,40.0],[-45.0,42.0],[-45.0,44.0],[-45.0,46.0],[-45.0,48.0],[-45.0,50.0],[-45.0,52.0],[-45.0,54.0],[-45.0,56.0],[-45.0,58.0],[-45.0,60.0],[-45.0,62.0],[-45.0,64.0],[-45.0,66.0],[-45.0,68.0],[-45.0,70.0],[-45.0,72.0],[-45.0,74.0],[-45.0,76.0],[-45.0,78.0],[-45.0,80.0],[-45.0,82.0],[-45.0,84.0],[-45.0,86.0],[-45.0,88.0],[-45.0,90.0]]},
"properties": {
"degrees": 45,
"direction": "E",
"display":"45.0 E",
"dd":-45,
"FeatureCla":"Graticule","ScaleRank":5,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-30.0,-90],[-30.0,-88.0],[-30.0,-86.0],[-30.0,-84.0],[-30.0,-82.0],[-30.0,-80.0],[-30.0,-78.0],[-30.0,-76.0],[-30.0,-74.0],[-30.0,-72.0],[-30.0,-70.0],[-30.0,-68.0],[-30.0,-66.0],[-30.0,-64.0],[-30.0,-62.0],[-30.0,-60.0],[-30.0,-58.0],[-30.0,-56.0],[-30.0,-54.0],[-30.0,-52.0],[-30.0,-50.0],[-30.0,-48.0],[-30.0,-46.0],[-30.0,-44.0],[-30.0,-42.0],[-30.0,-40.0],[-30.0,-38.0],[-30.0,-36.0],[-30.0,-34.0],[-30.0,-32.0],[-30.0,-30.0],[-30.0,-28.0],[-30.0,-26.0],[-30.0,-24.0],[-30.0,-22.0],[-30.0,-20.0],[-30.0,-18.0],[-30.0,-16.0],[-30.0,-14.0],[-30.0,-12.0],[-30.0,-10.0],[-30.0,-8.0],[-30.0,-6.0],[-30.0,-4.0],[-30.0,-2.0],[-30.0,0.0],[-30.0,2.0],[-30.0,4.0],[-30.0,6.0],[-30.0,8.0],[-30.0,10.0],[-30.0,12.0],[-30.0,14.0],[-30.0,16.0],[-30.0,18.0],[-30.0,20.0],[-30.0,22.0],[-30.0,24.0],[-30.0,26.0],[-30.0,28.0],[-30.0,30.0],[-30.0,32.0],[-30.0,34.0],[-30.0,36.0],[-30.0,38.0],[-30.0,40.0],[-30.0,42.0],[-30.0,44.0],[-30.0,46.0],[-30.0,48.0],[-30.0,50.0],[-30.0,52.0],[-30.0,54.0],[-30.0,56.0],[-30.0,58.0],[-30.0,60.0],[-30.0,62.0],[-30.0,64.0],[-30.0,66.0],[-30.0,68.0],[-30.0,70.0],[-30.0,72.0],[-30.0,74.0],[-30.0,76.0],[-30.0,78.0],[-30.0,80.0],[-30.0,82.0],[-30.0,84.0],[-30.0,86.0],[-30.0,88.0],[-30.0,90.0]]},
"properties": {
"degrees": 30,
"direction": "E",
"display":"30.0 E",
"dd":-30,
"FeatureCla":"Graticule","ScaleRank":5,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-15.0,-90],[-15.0,-88.0],[-15.0,-86.0],[-15.0,-84.0],[-15.0,-82.0],[-15.0,-80.0],[-15.0,-78.0],[-15.0,-76.0],[-15.0,-74.0],[-15.0,-72.0],[-15.0,-70.0],[-15.0,-68.0],[-15.0,-66.0],[-15.0,-64.0],[-15.0,-62.0],[-15.0,-60.0],[-15.0,-58.0],[-15.0,-56.0],[-15.0,-54.0],[-15.0,-52.0],[-15.0,-50.0],[-15.0,-48.0],[-15.0,-46.0],[-15.0,-44.0],[-15.0,-42.0],[-15.0,-40.0],[-15.0,-38.0],[-15.0,-36.0],[-15.0,-34.0],[-15.0,-32.0],[-15.0,-30.0],[-15.0,-28.0],[-15.0,-26.0],[-15.0,-24.0],[-15.0,-22.0],[-15.0,-20.0],[-15.0,-18.0],[-15.0,-16.0],[-15.0,-14.0],[-15.0,-12.0],[-15.0,-10.0],[-15.0,-8.0],[-15.0,-6.0],[-15.0,-4.0],[-15.0,-2.0],[-15.0,0.0],[-15.0,2.0],[-15.0,4.0],[-15.0,6.0],[-15.0,8.0],[-15.0,10.0],[-15.0,12.0],[-15.0,14.0],[-15.0,16.0],[-15.0,18.0],[-15.0,20.0],[-15.0,22.0],[-15.0,24.0],[-15.0,26.0],[-15.0,28.0],[-15.0,30.0],[-15.0,32.0],[-15.0,34.0],[-15.0,36.0],[-15.0,38.0],[-15.0,40.0],[-15.0,42.0],[-15.0,44.0],[-15.0,46.0],[-15.0,48.0],[-15.0,50.0],[-15.0,52.0],[-15.0,54.0],[-15.0,56.0],[-15.0,58.0],[-15.0,60.0],[-15.0,62.0],[-15.0,64.0],[-15.0,66.0],[-15.0,68.0],[-15.0,70.0],[-15.0,72.0],[-15.0,74.0],[-15.0,76.0],[-15.0,78.0],[-15.0,80.0],[-15.0,82.0],[-15.0,84.0],[-15.0,86.0],[-15.0,88.0],[-15.0,90.0]]},
"properties": {
"degrees": 15,
"direction": "E",
"display":"15.0 E",
"dd":-15,
"FeatureCla":"Graticule","ScaleRank":5,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[0.0,-90],[0.0,-88.0],[0.0,-86.0],[0.0,-84.0],[0.0,-82.0],[0.0,-80.0],[0.0,-78.0],[0.0,-76.0],[0.0,-74.0],[0.0,-72.0],[0.0,-70.0],[0.0,-68.0],[0.0,-66.0],[0.0,-64.0],[0.0,-62.0],[0.0,-60.0],[0.0,-58.0],[0.0,-56.0],[0.0,-54.0],[0.0,-52.0],[0.0,-50.0],[0.0,-48.0],[0.0,-46.0],[0.0,-44.0],[0.0,-42.0],[0.0,-40.0],[0.0,-38.0],[0.0,-36.0],[0.0,-34.0],[0.0,-32.0],[0.0,-30.0],[0.0,-28.0],[0.0,-26.0],[0.0,-24.0],[0.0,-22.0],[0.0,-20.0],[0.0,-18.0],[0.0,-16.0],[0.0,-14.0],[0.0,-12.0],[0.0,-10.0],[0.0,-8.0],[0.0,-6.0],[0.0,-4.0],[0.0,-2.0],[0.0,0.0],[0.0,2.0],[0.0,4.0],[0.0,6.0],[0.0,8.0],[0.0,10.0],[0.0,12.0],[0.0,14.0],[0.0,16.0],[0.0,18.0],[0.0,20.0],[0.0,22.0],[0.0,24.0],[0.0,26.0],[0.0,28.0],[0.0,30.0],[0.0,32.0],[0.0,34.0],[0.0,36.0],[0.0,38.0],[0.0,40.0],[0.0,42.0],[0.0,44.0],[0.0,46.0],[0.0,48.0],[0.0,50.0],[0.0,52.0],[0.0,54.0],[0.0,56.0],[0.0,58.0],[0.0,60.0],[0.0,62.0],[0.0,64.0],[0.0,66.0],[0.0,68.0],[0.0,70.0],[0.0,72.0],[0.0,74.0],[0.0,76.0],[0.0,78.0],[0.0,80.0],[0.0,82.0],[0.0,84.0],[0.0,86.0],[0.0,88.0],[0.0,90.0]]},
"properties": {
"degrees": 0,
"direction": "W",
"display":"0.0 W",
"dd":0,
"FeatureCla":"Graticule","ScaleRank":5,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[15.0,-90],[15.0,-88.0],[15.0,-86.0],[15.0,-84.0],[15.0,-82.0],[15.0,-80.0],[15.0,-78.0],[15.0,-76.0],[15.0,-74.0],[15.0,-72.0],[15.0,-70.0],[15.0,-68.0],[15.0,-66.0],[15.0,-64.0],[15.0,-62.0],[15.0,-60.0],[15.0,-58.0],[15.0,-56.0],[15.0,-54.0],[15.0,-52.0],[15.0,-50.0],[15.0,-48.0],[15.0,-46.0],[15.0,-44.0],[15.0,-42.0],[15.0,-40.0],[15.0,-38.0],[15.0,-36.0],[15.0,-34.0],[15.0,-32.0],[15.0,-30.0],[15.0,-28.0],[15.0,-26.0],[15.0,-24.0],[15.0,-22.0],[15.0,-20.0],[15.0,-18.0],[15.0,-16.0],[15.0,-14.0],[15.0,-12.0],[15.0,-10.0],[15.0,-8.0],[15.0,-6.0],[15.0,-4.0],[15.0,-2.0],[15.0,0.0],[15.0,2.0],[15.0,4.0],[15.0,6.0],[15.0,8.0],[15.0,10.0],[15.0,12.0],[15.0,14.0],[15.0,16.0],[15.0,18.0],[15.0,20.0],[15.0,22.0],[15.0,24.0],[15.0,26.0],[15.0,28.0],[15.0,30.0],[15.0,32.0],[15.0,34.0],[15.0,36.0],[15.0,38.0],[15.0,40.0],[15.0,42.0],[15.0,44.0],[15.0,46.0],[15.0,48.0],[15.0,50.0],[15.0,52.0],[15.0,54.0],[15.0,56.0],[15.0,58.0],[15.0,60.0],[15.0,62.0],[15.0,64.0],[15.0,66.0],[15.0,68.0],[15.0,70.0],[15.0,72.0],[15.0,74.0],[15.0,76.0],[15.0,78.0],[15.0,80.0],[15.0,82.0],[15.0,84.0],[15.0,86.0],[15.0,88.0],[15.0,90.0]]},
"properties": {
"degrees": 15,
"direction": "W",
"display":"15.0 W",
"dd":15,
"FeatureCla":"Graticule","ScaleRank":5,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[30.0,-90],[30.0,-88.0],[30.0,-86.0],[30.0,-84.0],[30.0,-82.0],[30.0,-80.0],[30.0,-78.0],[30.0,-76.0],[30.0,-74.0],[30.0,-72.0],[30.0,-70.0],[30.0,-68.0],[30.0,-66.0],[30.0,-64.0],[30.0,-62.0],[30.0,-60.0],[30.0,-58.0],[30.0,-56.0],[30.0,-54.0],[30.0,-52.0],[30.0,-50.0],[30.0,-48.0],[30.0,-46.0],[30.0,-44.0],[30.0,-42.0],[30.0,-40.0],[30.0,-38.0],[30.0,-36.0],[30.0,-34.0],[30.0,-32.0],[30.0,-30.0],[30.0,-28.0],[30.0,-26.0],[30.0,-24.0],[30.0,-22.0],[30.0,-20.0],[30.0,-18.0],[30.0,-16.0],[30.0,-14.0],[30.0,-12.0],[30.0,-10.0],[30.0,-8.0],[30.0,-6.0],[30.0,-4.0],[30.0,-2.0],[30.0,0.0],[30.0,2.0],[30.0,4.0],[30.0,6.0],[30.0,8.0],[30.0,10.0],[30.0,12.0],[30.0,14.0],[30.0,16.0],[30.0,18.0],[30.0,20.0],[30.0,22.0],[30.0,24.0],[30.0,26.0],[30.0,28.0],[30.0,30.0],[30.0,32.0],[30.0,34.0],[30.0,36.0],[30.0,38.0],[30.0,40.0],[30.0,42.0],[30.0,44.0],[30.0,46.0],[30.0,48.0],[30.0,50.0],[30.0,52.0],[30.0,54.0],[30.0,56.0],[30.0,58.0],[30.0,60.0],[30.0,62.0],[30.0,64.0],[30.0,66.0],[30.0,68.0],[30.0,70.0],[30.0,72.0],[30.0,74.0],[30.0,76.0],[30.0,78.0],[30.0,80.0],[30.0,82.0],[30.0,84.0],[30.0,86.0],[30.0,88.0],[30.0,90.0]]},
"properties": {
"degrees": 30,
"direction": "W",
"display":"30.0 W",
"dd":30,
"FeatureCla":"Graticule","ScaleRank":5,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[45.0,-90],[45.0,-88.0],[45.0,-86.0],[45.0,-84.0],[45.0,-82.0],[45.0,-80.0],[45.0,-78.0],[45.0,-76.0],[45.0,-74.0],[45.0,-72.0],[45.0,-70.0],[45.0,-68.0],[45.0,-66.0],[45.0,-64.0],[45.0,-62.0],[45.0,-60.0],[45.0,-58.0],[45.0,-56.0],[45.0,-54.0],[45.0,-52.0],[45.0,-50.0],[45.0,-48.0],[45.0,-46.0],[45.0,-44.0],[45.0,-42.0],[45.0,-40.0],[45.0,-38.0],[45.0,-36.0],[45.0,-34.0],[45.0,-32.0],[45.0,-30.0],[45.0,-28.0],[45.0,-26.0],[45.0,-24.0],[45.0,-22.0],[45.0,-20.0],[45.0,-18.0],[45.0,-16.0],[45.0,-14.0],[45.0,-12.0],[45.0,-10.0],[45.0,-8.0],[45.0,-6.0],[45.0,-4.0],[45.0,-2.0],[45.0,0.0],[45.0,2.0],[45.0,4.0],[45.0,6.0],[45.0,8.0],[45.0,10.0],[45.0,12.0],[45.0,14.0],[45.0,16.0],[45.0,18.0],[45.0,20.0],[45.0,22.0],[45.0,24.0],[45.0,26.0],[45.0,28.0],[45.0,30.0],[45.0,32.0],[45.0,34.0],[45.0,36.0],[45.0,38.0],[45.0,40.0],[45.0,42.0],[45.0,44.0],[45.0,46.0],[45.0,48.0],[45.0,50.0],[45.0,52.0],[45.0,54.0],[45.0,56.0],[45.0,58.0],[45.0,60.0],[45.0,62.0],[45.0,64.0],[45.0,66.0],[45.0,68.0],[45.0,70.0],[45.0,72.0],[45.0,74.0],[45.0,76.0],[45.0,78.0],[45.0,80.0],[45.0,82.0],[45.0,84.0],[45.0,86.0],[45.0,88.0],[45.0,90.0]]},
"properties": {
"degrees": 45,
"direction": "W",
"display":"45.0 W",
"dd":45,
"FeatureCla":"Graticule","ScaleRank":5,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[60.0,-90],[60.0,-88.0],[60.0,-86.0],[60.0,-84.0],[60.0,-82.0],[60.0,-80.0],[60.0,-78.0],[60.0,-76.0],[60.0,-74.0],[60.0,-72.0],[60.0,-70.0],[60.0,-68.0],[60.0,-66.0],[60.0,-64.0],[60.0,-62.0],[60.0,-60.0],[60.0,-58.0],[60.0,-56.0],[60.0,-54.0],[60.0,-52.0],[60.0,-50.0],[60.0,-48.0],[60.0,-46.0],[60.0,-44.0],[60.0,-42.0],[60.0,-40.0],[60.0,-38.0],[60.0,-36.0],[60.0,-34.0],[60.0,-32.0],[60.0,-30.0],[60.0,-28.0],[60.0,-26.0],[60.0,-24.0],[60.0,-22.0],[60.0,-20.0],[60.0,-18.0],[60.0,-16.0],[60.0,-14.0],[60.0,-12.0],[60.0,-10.0],[60.0,-8.0],[60.0,-6.0],[60.0,-4.0],[60.0,-2.0],[60.0,0.0],[60.0,2.0],[60.0,4.0],[60.0,6.0],[60.0,8.0],[60.0,10.0],[60.0,12.0],[60.0,14.0],[60.0,16.0],[60.0,18.0],[60.0,20.0],[60.0,22.0],[60.0,24.0],[60.0,26.0],[60.0,28.0],[60.0,30.0],[60.0,32.0],[60.0,34.0],[60.0,36.0],[60.0,38.0],[60.0,40.0],[60.0,42.0],[60.0,44.0],[60.0,46.0],[60.0,48.0],[60.0,50.0],[60.0,52.0],[60.0,54.0],[60.0,56.0],[60.0,58.0],[60.0,60.0],[60.0,62.0],[60.0,64.0],[60.0,66.0],[60.0,68.0],[60.0,70.0],[60.0,72.0],[60.0,74.0],[60.0,76.0],[60.0,78.0],[60.0,80.0],[60.0,82.0],[60.0,84.0],[60.0,86.0],[60.0,88.0],[60.0,90.0]]},
"properties": {
"degrees": 60,
"direction": "W",
"display":"60.0 W",
"dd":60,
"FeatureCla":"Graticule","ScaleRank":5,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[75.0,-90],[75.0,-88.0],[75.0,-86.0],[75.0,-84.0],[75.0,-82.0],[75.0,-80.0],[75.0,-78.0],[75.0,-76.0],[75.0,-74.0],[75.0,-72.0],[75.0,-70.0],[75.0,-68.0],[75.0,-66.0],[75.0,-64.0],[75.0,-62.0],[75.0,-60.0],[75.0,-58.0],[75.0,-56.0],[75.0,-54.0],[75.0,-52.0],[75.0,-50.0],[75.0,-48.0],[75.0,-46.0],[75.0,-44.0],[75.0,-42.0],[75.0,-40.0],[75.0,-38.0],[75.0,-36.0],[75.0,-34.0],[75.0,-32.0],[75.0,-30.0],[75.0,-28.0],[75.0,-26.0],[75.0,-24.0],[75.0,-22.0],[75.0,-20.0],[75.0,-18.0],[75.0,-16.0],[75.0,-14.0],[75.0,-12.0],[75.0,-10.0],[75.0,-8.0],[75.0,-6.0],[75.0,-4.0],[75.0,-2.0],[75.0,0.0],[75.0,2.0],[75.0,4.0],[75.0,6.0],[75.0,8.0],[75.0,10.0],[75.0,12.0],[75.0,14.0],[75.0,16.0],[75.0,18.0],[75.0,20.0],[75.0,22.0],[75.0,24.0],[75.0,26.0],[75.0,28.0],[75.0,30.0],[75.0,32.0],[75.0,34.0],[75.0,36.0],[75.0,38.0],[75.0,40.0],[75.0,42.0],[75.0,44.0],[75.0,46.0],[75.0,48.0],[75.0,50.0],[75.0,52.0],[75.0,54.0],[75.0,56.0],[75.0,58.0],[75.0,60.0],[75.0,62.0],[75.0,64.0],[75.0,66.0],[75.0,68.0],[75.0,70.0],[75.0,72.0],[75.0,74.0],[75.0,76.0],[75.0,78.0],[75.0,80.0],[75.0,82.0],[75.0,84.0],[75.0,86.0],[75.0,88.0],[75.0,90.0]]},
"properties": {
"degrees": 75,
"direction": "W",
"display":"75.0 W",
"dd":75,
"FeatureCla":"Graticule","ScaleRank":5,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[90.0,-90],[90.0,-88.0],[90.0,-86.0],[90.0,-84.0],[90.0,-82.0],[90.0,-80.0],[90.0,-78.0],[90.0,-76.0],[90.0,-74.0],[90.0,-72.0],[90.0,-70.0],[90.0,-68.0],[90.0,-66.0],[90.0,-64.0],[90.0,-62.0],[90.0,-60.0],[90.0,-58.0],[90.0,-56.0],[90.0,-54.0],[90.0,-52.0],[90.0,-50.0],[90.0,-48.0],[90.0,-46.0],[90.0,-44.0],[90.0,-42.0],[90.0,-40.0],[90.0,-38.0],[90.0,-36.0],[90.0,-34.0],[90.0,-32.0],[90.0,-30.0],[90.0,-28.0],[90.0,-26.0],[90.0,-24.0],[90.0,-22.0],[90.0,-20.0],[90.0,-18.0],[90.0,-16.0],[90.0,-14.0],[90.0,-12.0],[90.0,-10.0],[90.0,-8.0],[90.0,-6.0],[90.0,-4.0],[90.0,-2.0],[90.0,0.0],[90.0,2.0],[90.0,4.0],[90.0,6.0],[90.0,8.0],[90.0,10.0],[90.0,12.0],[90.0,14.0],[90.0,16.0],[90.0,18.0],[90.0,20.0],[90.0,22.0],[90.0,24.0],[90.0,26.0],[90.0,28.0],[90.0,30.0],[90.0,32.0],[90.0,34.0],[90.0,36.0],[90.0,38.0],[90.0,40.0],[90.0,42.0],[90.0,44.0],[90.0,46.0],[90.0,48.0],[90.0,50.0],[90.0,52.0],[90.0,54.0],[90.0,56.0],[90.0,58.0],[90.0,60.0],[90.0,62.0],[90.0,64.0],[90.0,66.0],[90.0,68.0],[90.0,70.0],[90.0,72.0],[90.0,74.0],[90.0,76.0],[90.0,78.0],[90.0,80.0],[90.0,82.0],[90.0,84.0],[90.0,86.0],[90.0,88.0],[90.0,90.0]]},
"properties": {
"degrees": 90,
"direction": "W",
"display":"90.0 W",
"dd":90,
"FeatureCla":"Graticule","ScaleRank":5,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[105.0,-90],[105.0,-88.0],[105.0,-86.0],[105.0,-84.0],[105.0,-82.0],[105.0,-80.0],[105.0,-78.0],[105.0,-76.0],[105.0,-74.0],[105.0,-72.0],[105.0,-70.0],[105.0,-68.0],[105.0,-66.0],[105.0,-64.0],[105.0,-62.0],[105.0,-60.0],[105.0,-58.0],[105.0,-56.0],[105.0,-54.0],[105.0,-52.0],[105.0,-50.0],[105.0,-48.0],[105.0,-46.0],[105.0,-44.0],[105.0,-42.0],[105.0,-40.0],[105.0,-38.0],[105.0,-36.0],[105.0,-34.0],[105.0,-32.0],[105.0,-30.0],[105.0,-28.0],[105.0,-26.0],[105.0,-24.0],[105.0,-22.0],[105.0,-20.0],[105.0,-18.0],[105.0,-16.0],[105.0,-14.0],[105.0,-12.0],[105.0,-10.0],[105.0,-8.0],[105.0,-6.0],[105.0,-4.0],[105.0,-2.0],[105.0,0.0],[105.0,2.0],[105.0,4.0],[105.0,6.0],[105.0,8.0],[105.0,10.0],[105.0,12.0],[105.0,14.0],[105.0,16.0],[105.0,18.0],[105.0,20.0],[105.0,22.0],[105.0,24.0],[105.0,26.0],[105.0,28.0],[105.0,30.0],[105.0,32.0],[105.0,34.0],[105.0,36.0],[105.0,38.0],[105.0,40.0],[105.0,42.0],[105.0,44.0],[105.0,46.0],[105.0,48.0],[105.0,50.0],[105.0,52.0],[105.0,54.0],[105.0,56.0],[105.0,58.0],[105.0,60.0],[105.0,62.0],[105.0,64.0],[105.0,66.0],[105.0,68.0],[105.0,70.0],[105.0,72.0],[105.0,74.0],[105.0,76.0],[105.0,78.0],[105.0,80.0],[105.0,82.0],[105.0,84.0],[105.0,86.0],[105.0,88.0],[105.0,90.0]]},
"properties": {
"degrees": 105,
"direction": "W",
"display":"105.0 W",
"dd":105,
"FeatureCla":"Graticule","ScaleRank":5,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[120.0,-90],[120.0,-88.0],[120.0,-86.0],[120.0,-84.0],[120.0,-82.0],[120.0,-80.0],[120.0,-78.0],[120.0,-76.0],[120.0,-74.0],[120.0,-72.0],[120.0,-70.0],[120.0,-68.0],[120.0,-66.0],[120.0,-64.0],[120.0,-62.0],[120.0,-60.0],[120.0,-58.0],[120.0,-56.0],[120.0,-54.0],[120.0,-52.0],[120.0,-50.0],[120.0,-48.0],[120.0,-46.0],[120.0,-44.0],[120.0,-42.0],[120.0,-40.0],[120.0,-38.0],[120.0,-36.0],[120.0,-34.0],[120.0,-32.0],[120.0,-30.0],[120.0,-28.0],[120.0,-26.0],[120.0,-24.0],[120.0,-22.0],[120.0,-20.0],[120.0,-18.0],[120.0,-16.0],[120.0,-14.0],[120.0,-12.0],[120.0,-10.0],[120.0,-8.0],[120.0,-6.0],[120.0,-4.0],[120.0,-2.0],[120.0,0.0],[120.0,2.0],[120.0,4.0],[120.0,6.0],[120.0,8.0],[120.0,10.0],[120.0,12.0],[120.0,14.0],[120.0,16.0],[120.0,18.0],[120.0,20.0],[120.0,22.0],[120.0,24.0],[120.0,26.0],[120.0,28.0],[120.0,30.0],[120.0,32.0],[120.0,34.0],[120.0,36.0],[120.0,38.0],[120.0,40.0],[120.0,42.0],[120.0,44.0],[120.0,46.0],[120.0,48.0],[120.0,50.0],[120.0,52.0],[120.0,54.0],[120.0,56.0],[120.0,58.0],[120.0,60.0],[120.0,62.0],[120.0,64.0],[120.0,66.0],[120.0,68.0],[120.0,70.0],[120.0,72.0],[120.0,74.0],[120.0,76.0],[120.0,78.0],[120.0,80.0],[120.0,82.0],[120.0,84.0],[120.0,86.0],[120.0,88.0],[120.0,90.0]]},
"properties": {
"degrees": 120,
"direction": "W",
"display":"120.0 W",
"dd":120,
"FeatureCla":"Graticule","ScaleRank":5,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[135.0,-90],[135.0,-88.0],[135.0,-86.0],[135.0,-84.0],[135.0,-82.0],[135.0,-80.0],[135.0,-78.0],[135.0,-76.0],[135.0,-74.0],[135.0,-72.0],[135.0,-70.0],[135.0,-68.0],[135.0,-66.0],[135.0,-64.0],[135.0,-62.0],[135.0,-60.0],[135.0,-58.0],[135.0,-56.0],[135.0,-54.0],[135.0,-52.0],[135.0,-50.0],[135.0,-48.0],[135.0,-46.0],[135.0,-44.0],[135.0,-42.0],[135.0,-40.0],[135.0,-38.0],[135.0,-36.0],[135.0,-34.0],[135.0,-32.0],[135.0,-30.0],[135.0,-28.0],[135.0,-26.0],[135.0,-24.0],[135.0,-22.0],[135.0,-20.0],[135.0,-18.0],[135.0,-16.0],[135.0,-14.0],[135.0,-12.0],[135.0,-10.0],[135.0,-8.0],[135.0,-6.0],[135.0,-4.0],[135.0,-2.0],[135.0,0.0],[135.0,2.0],[135.0,4.0],[135.0,6.0],[135.0,8.0],[135.0,10.0],[135.0,12.0],[135.0,14.0],[135.0,16.0],[135.0,18.0],[135.0,20.0],[135.0,22.0],[135.0,24.0],[135.0,26.0],[135.0,28.0],[135.0,30.0],[135.0,32.0],[135.0,34.0],[135.0,36.0],[135.0,38.0],[135.0,40.0],[135.0,42.0],[135.0,44.0],[135.0,46.0],[135.0,48.0],[135.0,50.0],[135.0,52.0],[135.0,54.0],[135.0,56.0],[135.0,58.0],[135.0,60.0],[135.0,62.0],[135.0,64.0],[135.0,66.0],[135.0,68.0],[135.0,70.0],[135.0,72.0],[135.0,74.0],[135.0,76.0],[135.0,78.0],[135.0,80.0],[135.0,82.0],[135.0,84.0],[135.0,86.0],[135.0,88.0],[135.0,90.0]]},
"properties": {
"degrees": 135,
"direction": "W",
"display":"135.0 W",
"dd":135,
"FeatureCla":"Graticule","ScaleRank":5,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[150.0,-90],[150.0,-88.0],[150.0,-86.0],[150.0,-84.0],[150.0,-82.0],[150.0,-80.0],[150.0,-78.0],[150.0,-76.0],[150.0,-74.0],[150.0,-72.0],[150.0,-70.0],[150.0,-68.0],[150.0,-66.0],[150.0,-64.0],[150.0,-62.0],[150.0,-60.0],[150.0,-58.0],[150.0,-56.0],[150.0,-54.0],[150.0,-52.0],[150.0,-50.0],[150.0,-48.0],[150.0,-46.0],[150.0,-44.0],[150.0,-42.0],[150.0,-40.0],[150.0,-38.0],[150.0,-36.0],[150.0,-34.0],[150.0,-32.0],[150.0,-30.0],[150.0,-28.0],[150.0,-26.0],[150.0,-24.0],[150.0,-22.0],[150.0,-20.0],[150.0,-18.0],[150.0,-16.0],[150.0,-14.0],[150.0,-12.0],[150.0,-10.0],[150.0,-8.0],[150.0,-6.0],[150.0,-4.0],[150.0,-2.0],[150.0,0.0],[150.0,2.0],[150.0,4.0],[150.0,6.0],[150.0,8.0],[150.0,10.0],[150.0,12.0],[150.0,14.0],[150.0,16.0],[150.0,18.0],[150.0,20.0],[150.0,22.0],[150.0,24.0],[150.0,26.0],[150.0,28.0],[150.0,30.0],[150.0,32.0],[150.0,34.0],[150.0,36.0],[150.0,38.0],[150.0,40.0],[150.0,42.0],[150.0,44.0],[150.0,46.0],[150.0,48.0],[150.0,50.0],[150.0,52.0],[150.0,54.0],[150.0,56.0],[150.0,58.0],[150.0,60.0],[150.0,62.0],[150.0,64.0],[150.0,66.0],[150.0,68.0],[150.0,70.0],[150.0,72.0],[150.0,74.0],[150.0,76.0],[150.0,78.0],[150.0,80.0],[150.0,82.0],[150.0,84.0],[150.0,86.0],[150.0,88.0],[150.0,90.0]]},
"properties": {
"degrees": 150,
"direction": "W",
"display":"150.0 W",
"dd":150,
"FeatureCla":"Graticule","ScaleRank":5,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[165.0,-90],[165.0,-88.0],[165.0,-86.0],[165.0,-84.0],[165.0,-82.0],[165.0,-80.0],[165.0,-78.0],[165.0,-76.0],[165.0,-74.0],[165.0,-72.0],[165.0,-70.0],[165.0,-68.0],[165.0,-66.0],[165.0,-64.0],[165.0,-62.0],[165.0,-60.0],[165.0,-58.0],[165.0,-56.0],[165.0,-54.0],[165.0,-52.0],[165.0,-50.0],[165.0,-48.0],[165.0,-46.0],[165.0,-44.0],[165.0,-42.0],[165.0,-40.0],[165.0,-38.0],[165.0,-36.0],[165.0,-34.0],[165.0,-32.0],[165.0,-30.0],[165.0,-28.0],[165.0,-26.0],[165.0,-24.0],[165.0,-22.0],[165.0,-20.0],[165.0,-18.0],[165.0,-16.0],[165.0,-14.0],[165.0,-12.0],[165.0,-10.0],[165.0,-8.0],[165.0,-6.0],[165.0,-4.0],[165.0,-2.0],[165.0,0.0],[165.0,2.0],[165.0,4.0],[165.0,6.0],[165.0,8.0],[165.0,10.0],[165.0,12.0],[165.0,14.0],[165.0,16.0],[165.0,18.0],[165.0,20.0],[165.0,22.0],[165.0,24.0],[165.0,26.0],[165.0,28.0],[165.0,30.0],[165.0,32.0],[165.0,34.0],[165.0,36.0],[165.0,38.0],[165.0,40.0],[165.0,42.0],[165.0,44.0],[165.0,46.0],[165.0,48.0],[165.0,50.0],[165.0,52.0],[165.0,54.0],[165.0,56.0],[165.0,58.0],[165.0,60.0],[165.0,62.0],[165.0,64.0],[165.0,66.0],[165.0,68.0],[165.0,70.0],[165.0,72.0],[165.0,74.0],[165.0,76.0],[165.0,78.0],[165.0,80.0],[165.0,82.0],[165.0,84.0],[165.0,86.0],[165.0,88.0],[165.0,90.0]]},
"properties": {
"degrees": 165,
"direction": "W",
"display":"165.0 W",
"dd":165,
"FeatureCla":"Graticule","ScaleRank":5,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[180.0,-90],[180.0,-88.0],[180.0,-86.0],[180.0,-84.0],[180.0,-82.0],[180.0,-80.0],[180.0,-78.0],[180.0,-76.0],[180.0,-74.0],[180.0,-72.0],[180.0,-70.0],[180.0,-68.0],[180.0,-66.0],[180.0,-64.0],[180.0,-62.0],[180.0,-60.0],[180.0,-58.0],[180.0,-56.0],[180.0,-54.0],[180.0,-52.0],[180.0,-50.0],[180.0,-48.0],[180.0,-46.0],[180.0,-44.0],[180.0,-42.0],[180.0,-40.0],[180.0,-38.0],[180.0,-36.0],[180.0,-34.0],[180.0,-32.0],[180.0,-30.0],[180.0,-28.0],[180.0,-26.0],[180.0,-24.0],[180.0,-22.0],[180.0,-20.0],[180.0,-18.0],[180.0,-16.0],[180.0,-14.0],[180.0,-12.0],[180.0,-10.0],[180.0,-8.0],[180.0,-6.0],[180.0,-4.0],[180.0,-2.0],[180.0,0.0],[180.0,2.0],[180.0,4.0],[180.0,6.0],[180.0,8.0],[180.0,10.0],[180.0,12.0],[180.0,14.0],[180.0,16.0],[180.0,18.0],[180.0,20.0],[180.0,22.0],[180.0,24.0],[180.0,26.0],[180.0,28.0],[180.0,30.0],[180.0,32.0],[180.0,34.0],[180.0,36.0],[180.0,38.0],[180.0,40.0],[180.0,42.0],[180.0,44.0],[180.0,46.0],[180.0,48.0],[180.0,50.0],[180.0,52.0],[180.0,54.0],[180.0,56.0],[180.0,58.0],[180.0,60.0],[180.0,62.0],[180.0,64.0],[180.0,66.0],[180.0,68.0],[180.0,70.0],[180.0,72.0],[180.0,74.0],[180.0,76.0],[180.0,78.0],[180.0,80.0],[180.0,82.0],[180.0,84.0],[180.0,86.0],[180.0,88.0],[180.0,90.0]]},
"properties": {
"degrees": 180,
"direction": "W",
"display":"180.0 W",
"dd":180,
"FeatureCla":"Graticule","ScaleRank":5,
}
},
]}

View File

@ -0,0 +1,349 @@
{ "type": "FeatureCollection","features": [{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-180,-90],[-178.0,-90],[-176.0,-90],[-174.0,-90],[-172.0,-90],[-170.0,-90],[-168.0,-90],[-166.0,-90],[-164.0,-90],[-162.0,-90],[-160.0,-90],[-158.0,-90],[-156.0,-90],[-154.0,-90],[-152.0,-90],[-150.0,-90],[-148.0,-90],[-146.0,-90],[-144.0,-90],[-142.0,-90],[-140.0,-90],[-138.0,-90],[-136.0,-90],[-134.0,-90],[-132.0,-90],[-130.0,-90],[-128.0,-90],[-126.0,-90],[-124.0,-90],[-122.0,-90],[-120.0,-90],[-118.0,-90],[-116.0,-90],[-114.0,-90],[-112.0,-90],[-110.0,-90],[-108.0,-90],[-106.0,-90],[-104.0,-90],[-102.0,-90],[-100.0,-90],[-98.0,-90],[-96.0,-90],[-94.0,-90],[-92.0,-90],[-90.0,-90],[-88.0,-90],[-86.0,-90],[-84.0,-90],[-82.0,-90],[-80.0,-90],[-78.0,-90],[-76.0,-90],[-74.0,-90],[-72.0,-90],[-70.0,-90],[-68.0,-90],[-66.0,-90],[-64.0,-90],[-62.0,-90],[-60.0,-90],[-58.0,-90],[-56.0,-90],[-54.0,-90],[-52.0,-90],[-50.0,-90],[-48.0,-90],[-46.0,-90],[-44.0,-90],[-42.0,-90],[-40.0,-90],[-38.0,-90],[-36.0,-90],[-34.0,-90],[-32.0,-90],[-30.0,-90],[-28.0,-90],[-26.0,-90],[-24.0,-90],[-22.0,-90],[-20.0,-90],[-18.0,-90],[-16.0,-90],[-14.0,-90],[-12.0,-90],[-10.0,-90],[-8.0,-90],[-6.0,-90],[-4.0,-90],[-2.0,-90],[0.0,-90],[2.0,-90],[4.0,-90],[6.0,-90],[8.0,-90],[10.0,-90],[12.0,-90],[14.0,-90],[16.0,-90],[18.0,-90],[20.0,-90],[22.0,-90],[24.0,-90],[26.0,-90],[28.0,-90],[30.0,-90],[32.0,-90],[34.0,-90],[36.0,-90],[38.0,-90],[40.0,-90],[42.0,-90],[44.0,-90],[46.0,-90],[48.0,-90],[50.0,-90],[52.0,-90],[54.0,-90],[56.0,-90],[58.0,-90],[60.0,-90],[62.0,-90],[64.0,-90],[66.0,-90],[68.0,-90],[70.0,-90],[72.0,-90],[74.0,-90],[76.0,-90],[78.0,-90],[80.0,-90],[82.0,-90],[84.0,-90],[86.0,-90],[88.0,-90],[90.0,-90],[92.0,-90],[94.0,-90],[96.0,-90],[98.0,-90],[100.0,-90],[102.0,-90],[104.0,-90],[106.0,-90],[108.0,-90],[110.0,-90],[112.0,-90],[114.0,-90],[116.0,-90],[118.0,-90],[120.0,-90],[122.0,-90],[124.0,-90],[126.0,-90],[128.0,-90],[130.0,-90],[132.0,-90],[134.0,-90],[136.0,-90],[138.0,-90],[140.0,-90],[142.0,-90],[144.0,-90],[146.0,-90],[148.0,-90],[150.0,-90],[152.0,-90],[154.0,-90],[156.0,-90],[158.0,-90],[160.0,-90],[162.0,-90],[164.0,-90],[166.0,-90],[168.0,-90],[170.0,-90],[172.0,-90],[174.0,-90],[176.0,-90],[178.0,-90],[180.0,-90]]},
"properties": {
"degrees": 90,
"direction": "S",
"display":"90 S",
"dd":-90,
"FeatureCla":"Graticule","ScaleRank":4,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-180,-70.0],[-178.0,-70.0],[-176.0,-70.0],[-174.0,-70.0],[-172.0,-70.0],[-170.0,-70.0],[-168.0,-70.0],[-166.0,-70.0],[-164.0,-70.0],[-162.0,-70.0],[-160.0,-70.0],[-158.0,-70.0],[-156.0,-70.0],[-154.0,-70.0],[-152.0,-70.0],[-150.0,-70.0],[-148.0,-70.0],[-146.0,-70.0],[-144.0,-70.0],[-142.0,-70.0],[-140.0,-70.0],[-138.0,-70.0],[-136.0,-70.0],[-134.0,-70.0],[-132.0,-70.0],[-130.0,-70.0],[-128.0,-70.0],[-126.0,-70.0],[-124.0,-70.0],[-122.0,-70.0],[-120.0,-70.0],[-118.0,-70.0],[-116.0,-70.0],[-114.0,-70.0],[-112.0,-70.0],[-110.0,-70.0],[-108.0,-70.0],[-106.0,-70.0],[-104.0,-70.0],[-102.0,-70.0],[-100.0,-70.0],[-98.0,-70.0],[-96.0,-70.0],[-94.0,-70.0],[-92.0,-70.0],[-90.0,-70.0],[-88.0,-70.0],[-86.0,-70.0],[-84.0,-70.0],[-82.0,-70.0],[-80.0,-70.0],[-78.0,-70.0],[-76.0,-70.0],[-74.0,-70.0],[-72.0,-70.0],[-70.0,-70.0],[-68.0,-70.0],[-66.0,-70.0],[-64.0,-70.0],[-62.0,-70.0],[-60.0,-70.0],[-58.0,-70.0],[-56.0,-70.0],[-54.0,-70.0],[-52.0,-70.0],[-50.0,-70.0],[-48.0,-70.0],[-46.0,-70.0],[-44.0,-70.0],[-42.0,-70.0],[-40.0,-70.0],[-38.0,-70.0],[-36.0,-70.0],[-34.0,-70.0],[-32.0,-70.0],[-30.0,-70.0],[-28.0,-70.0],[-26.0,-70.0],[-24.0,-70.0],[-22.0,-70.0],[-20.0,-70.0],[-18.0,-70.0],[-16.0,-70.0],[-14.0,-70.0],[-12.0,-70.0],[-10.0,-70.0],[-8.0,-70.0],[-6.0,-70.0],[-4.0,-70.0],[-2.0,-70.0],[0.0,-70.0],[2.0,-70.0],[4.0,-70.0],[6.0,-70.0],[8.0,-70.0],[10.0,-70.0],[12.0,-70.0],[14.0,-70.0],[16.0,-70.0],[18.0,-70.0],[20.0,-70.0],[22.0,-70.0],[24.0,-70.0],[26.0,-70.0],[28.0,-70.0],[30.0,-70.0],[32.0,-70.0],[34.0,-70.0],[36.0,-70.0],[38.0,-70.0],[40.0,-70.0],[42.0,-70.0],[44.0,-70.0],[46.0,-70.0],[48.0,-70.0],[50.0,-70.0],[52.0,-70.0],[54.0,-70.0],[56.0,-70.0],[58.0,-70.0],[60.0,-70.0],[62.0,-70.0],[64.0,-70.0],[66.0,-70.0],[68.0,-70.0],[70.0,-70.0],[72.0,-70.0],[74.0,-70.0],[76.0,-70.0],[78.0,-70.0],[80.0,-70.0],[82.0,-70.0],[84.0,-70.0],[86.0,-70.0],[88.0,-70.0],[90.0,-70.0],[92.0,-70.0],[94.0,-70.0],[96.0,-70.0],[98.0,-70.0],[100.0,-70.0],[102.0,-70.0],[104.0,-70.0],[106.0,-70.0],[108.0,-70.0],[110.0,-70.0],[112.0,-70.0],[114.0,-70.0],[116.0,-70.0],[118.0,-70.0],[120.0,-70.0],[122.0,-70.0],[124.0,-70.0],[126.0,-70.0],[128.0,-70.0],[130.0,-70.0],[132.0,-70.0],[134.0,-70.0],[136.0,-70.0],[138.0,-70.0],[140.0,-70.0],[142.0,-70.0],[144.0,-70.0],[146.0,-70.0],[148.0,-70.0],[150.0,-70.0],[152.0,-70.0],[154.0,-70.0],[156.0,-70.0],[158.0,-70.0],[160.0,-70.0],[162.0,-70.0],[164.0,-70.0],[166.0,-70.0],[168.0,-70.0],[170.0,-70.0],[172.0,-70.0],[174.0,-70.0],[176.0,-70.0],[178.0,-70.0],[180.0,-70.0]]},
"properties": {
"degrees": 70,
"direction": "S",
"display":"70.0 S",
"dd":-70,
"FeatureCla":"Graticule","ScaleRank":4,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-180,-50.0],[-178.0,-50.0],[-176.0,-50.0],[-174.0,-50.0],[-172.0,-50.0],[-170.0,-50.0],[-168.0,-50.0],[-166.0,-50.0],[-164.0,-50.0],[-162.0,-50.0],[-160.0,-50.0],[-158.0,-50.0],[-156.0,-50.0],[-154.0,-50.0],[-152.0,-50.0],[-150.0,-50.0],[-148.0,-50.0],[-146.0,-50.0],[-144.0,-50.0],[-142.0,-50.0],[-140.0,-50.0],[-138.0,-50.0],[-136.0,-50.0],[-134.0,-50.0],[-132.0,-50.0],[-130.0,-50.0],[-128.0,-50.0],[-126.0,-50.0],[-124.0,-50.0],[-122.0,-50.0],[-120.0,-50.0],[-118.0,-50.0],[-116.0,-50.0],[-114.0,-50.0],[-112.0,-50.0],[-110.0,-50.0],[-108.0,-50.0],[-106.0,-50.0],[-104.0,-50.0],[-102.0,-50.0],[-100.0,-50.0],[-98.0,-50.0],[-96.0,-50.0],[-94.0,-50.0],[-92.0,-50.0],[-90.0,-50.0],[-88.0,-50.0],[-86.0,-50.0],[-84.0,-50.0],[-82.0,-50.0],[-80.0,-50.0],[-78.0,-50.0],[-76.0,-50.0],[-74.0,-50.0],[-72.0,-50.0],[-70.0,-50.0],[-68.0,-50.0],[-66.0,-50.0],[-64.0,-50.0],[-62.0,-50.0],[-60.0,-50.0],[-58.0,-50.0],[-56.0,-50.0],[-54.0,-50.0],[-52.0,-50.0],[-50.0,-50.0],[-48.0,-50.0],[-46.0,-50.0],[-44.0,-50.0],[-42.0,-50.0],[-40.0,-50.0],[-38.0,-50.0],[-36.0,-50.0],[-34.0,-50.0],[-32.0,-50.0],[-30.0,-50.0],[-28.0,-50.0],[-26.0,-50.0],[-24.0,-50.0],[-22.0,-50.0],[-20.0,-50.0],[-18.0,-50.0],[-16.0,-50.0],[-14.0,-50.0],[-12.0,-50.0],[-10.0,-50.0],[-8.0,-50.0],[-6.0,-50.0],[-4.0,-50.0],[-2.0,-50.0],[0.0,-50.0],[2.0,-50.0],[4.0,-50.0],[6.0,-50.0],[8.0,-50.0],[10.0,-50.0],[12.0,-50.0],[14.0,-50.0],[16.0,-50.0],[18.0,-50.0],[20.0,-50.0],[22.0,-50.0],[24.0,-50.0],[26.0,-50.0],[28.0,-50.0],[30.0,-50.0],[32.0,-50.0],[34.0,-50.0],[36.0,-50.0],[38.0,-50.0],[40.0,-50.0],[42.0,-50.0],[44.0,-50.0],[46.0,-50.0],[48.0,-50.0],[50.0,-50.0],[52.0,-50.0],[54.0,-50.0],[56.0,-50.0],[58.0,-50.0],[60.0,-50.0],[62.0,-50.0],[64.0,-50.0],[66.0,-50.0],[68.0,-50.0],[70.0,-50.0],[72.0,-50.0],[74.0,-50.0],[76.0,-50.0],[78.0,-50.0],[80.0,-50.0],[82.0,-50.0],[84.0,-50.0],[86.0,-50.0],[88.0,-50.0],[90.0,-50.0],[92.0,-50.0],[94.0,-50.0],[96.0,-50.0],[98.0,-50.0],[100.0,-50.0],[102.0,-50.0],[104.0,-50.0],[106.0,-50.0],[108.0,-50.0],[110.0,-50.0],[112.0,-50.0],[114.0,-50.0],[116.0,-50.0],[118.0,-50.0],[120.0,-50.0],[122.0,-50.0],[124.0,-50.0],[126.0,-50.0],[128.0,-50.0],[130.0,-50.0],[132.0,-50.0],[134.0,-50.0],[136.0,-50.0],[138.0,-50.0],[140.0,-50.0],[142.0,-50.0],[144.0,-50.0],[146.0,-50.0],[148.0,-50.0],[150.0,-50.0],[152.0,-50.0],[154.0,-50.0],[156.0,-50.0],[158.0,-50.0],[160.0,-50.0],[162.0,-50.0],[164.0,-50.0],[166.0,-50.0],[168.0,-50.0],[170.0,-50.0],[172.0,-50.0],[174.0,-50.0],[176.0,-50.0],[178.0,-50.0],[180.0,-50.0]]},
"properties": {
"degrees": 50,
"direction": "S",
"display":"50.0 S",
"dd":-50,
"FeatureCla":"Graticule","ScaleRank":4,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-180,-30.0],[-178.0,-30.0],[-176.0,-30.0],[-174.0,-30.0],[-172.0,-30.0],[-170.0,-30.0],[-168.0,-30.0],[-166.0,-30.0],[-164.0,-30.0],[-162.0,-30.0],[-160.0,-30.0],[-158.0,-30.0],[-156.0,-30.0],[-154.0,-30.0],[-152.0,-30.0],[-150.0,-30.0],[-148.0,-30.0],[-146.0,-30.0],[-144.0,-30.0],[-142.0,-30.0],[-140.0,-30.0],[-138.0,-30.0],[-136.0,-30.0],[-134.0,-30.0],[-132.0,-30.0],[-130.0,-30.0],[-128.0,-30.0],[-126.0,-30.0],[-124.0,-30.0],[-122.0,-30.0],[-120.0,-30.0],[-118.0,-30.0],[-116.0,-30.0],[-114.0,-30.0],[-112.0,-30.0],[-110.0,-30.0],[-108.0,-30.0],[-106.0,-30.0],[-104.0,-30.0],[-102.0,-30.0],[-100.0,-30.0],[-98.0,-30.0],[-96.0,-30.0],[-94.0,-30.0],[-92.0,-30.0],[-90.0,-30.0],[-88.0,-30.0],[-86.0,-30.0],[-84.0,-30.0],[-82.0,-30.0],[-80.0,-30.0],[-78.0,-30.0],[-76.0,-30.0],[-74.0,-30.0],[-72.0,-30.0],[-70.0,-30.0],[-68.0,-30.0],[-66.0,-30.0],[-64.0,-30.0],[-62.0,-30.0],[-60.0,-30.0],[-58.0,-30.0],[-56.0,-30.0],[-54.0,-30.0],[-52.0,-30.0],[-50.0,-30.0],[-48.0,-30.0],[-46.0,-30.0],[-44.0,-30.0],[-42.0,-30.0],[-40.0,-30.0],[-38.0,-30.0],[-36.0,-30.0],[-34.0,-30.0],[-32.0,-30.0],[-30.0,-30.0],[-28.0,-30.0],[-26.0,-30.0],[-24.0,-30.0],[-22.0,-30.0],[-20.0,-30.0],[-18.0,-30.0],[-16.0,-30.0],[-14.0,-30.0],[-12.0,-30.0],[-10.0,-30.0],[-8.0,-30.0],[-6.0,-30.0],[-4.0,-30.0],[-2.0,-30.0],[0.0,-30.0],[2.0,-30.0],[4.0,-30.0],[6.0,-30.0],[8.0,-30.0],[10.0,-30.0],[12.0,-30.0],[14.0,-30.0],[16.0,-30.0],[18.0,-30.0],[20.0,-30.0],[22.0,-30.0],[24.0,-30.0],[26.0,-30.0],[28.0,-30.0],[30.0,-30.0],[32.0,-30.0],[34.0,-30.0],[36.0,-30.0],[38.0,-30.0],[40.0,-30.0],[42.0,-30.0],[44.0,-30.0],[46.0,-30.0],[48.0,-30.0],[50.0,-30.0],[52.0,-30.0],[54.0,-30.0],[56.0,-30.0],[58.0,-30.0],[60.0,-30.0],[62.0,-30.0],[64.0,-30.0],[66.0,-30.0],[68.0,-30.0],[70.0,-30.0],[72.0,-30.0],[74.0,-30.0],[76.0,-30.0],[78.0,-30.0],[80.0,-30.0],[82.0,-30.0],[84.0,-30.0],[86.0,-30.0],[88.0,-30.0],[90.0,-30.0],[92.0,-30.0],[94.0,-30.0],[96.0,-30.0],[98.0,-30.0],[100.0,-30.0],[102.0,-30.0],[104.0,-30.0],[106.0,-30.0],[108.0,-30.0],[110.0,-30.0],[112.0,-30.0],[114.0,-30.0],[116.0,-30.0],[118.0,-30.0],[120.0,-30.0],[122.0,-30.0],[124.0,-30.0],[126.0,-30.0],[128.0,-30.0],[130.0,-30.0],[132.0,-30.0],[134.0,-30.0],[136.0,-30.0],[138.0,-30.0],[140.0,-30.0],[142.0,-30.0],[144.0,-30.0],[146.0,-30.0],[148.0,-30.0],[150.0,-30.0],[152.0,-30.0],[154.0,-30.0],[156.0,-30.0],[158.0,-30.0],[160.0,-30.0],[162.0,-30.0],[164.0,-30.0],[166.0,-30.0],[168.0,-30.0],[170.0,-30.0],[172.0,-30.0],[174.0,-30.0],[176.0,-30.0],[178.0,-30.0],[180.0,-30.0]]},
"properties": {
"degrees": 30,
"direction": "S",
"display":"30.0 S",
"dd":-30,
"FeatureCla":"Graticule","ScaleRank":4,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-180,-10.0],[-178.0,-10.0],[-176.0,-10.0],[-174.0,-10.0],[-172.0,-10.0],[-170.0,-10.0],[-168.0,-10.0],[-166.0,-10.0],[-164.0,-10.0],[-162.0,-10.0],[-160.0,-10.0],[-158.0,-10.0],[-156.0,-10.0],[-154.0,-10.0],[-152.0,-10.0],[-150.0,-10.0],[-148.0,-10.0],[-146.0,-10.0],[-144.0,-10.0],[-142.0,-10.0],[-140.0,-10.0],[-138.0,-10.0],[-136.0,-10.0],[-134.0,-10.0],[-132.0,-10.0],[-130.0,-10.0],[-128.0,-10.0],[-126.0,-10.0],[-124.0,-10.0],[-122.0,-10.0],[-120.0,-10.0],[-118.0,-10.0],[-116.0,-10.0],[-114.0,-10.0],[-112.0,-10.0],[-110.0,-10.0],[-108.0,-10.0],[-106.0,-10.0],[-104.0,-10.0],[-102.0,-10.0],[-100.0,-10.0],[-98.0,-10.0],[-96.0,-10.0],[-94.0,-10.0],[-92.0,-10.0],[-90.0,-10.0],[-88.0,-10.0],[-86.0,-10.0],[-84.0,-10.0],[-82.0,-10.0],[-80.0,-10.0],[-78.0,-10.0],[-76.0,-10.0],[-74.0,-10.0],[-72.0,-10.0],[-70.0,-10.0],[-68.0,-10.0],[-66.0,-10.0],[-64.0,-10.0],[-62.0,-10.0],[-60.0,-10.0],[-58.0,-10.0],[-56.0,-10.0],[-54.0,-10.0],[-52.0,-10.0],[-50.0,-10.0],[-48.0,-10.0],[-46.0,-10.0],[-44.0,-10.0],[-42.0,-10.0],[-40.0,-10.0],[-38.0,-10.0],[-36.0,-10.0],[-34.0,-10.0],[-32.0,-10.0],[-30.0,-10.0],[-28.0,-10.0],[-26.0,-10.0],[-24.0,-10.0],[-22.0,-10.0],[-20.0,-10.0],[-18.0,-10.0],[-16.0,-10.0],[-14.0,-10.0],[-12.0,-10.0],[-10.0,-10.0],[-8.0,-10.0],[-6.0,-10.0],[-4.0,-10.0],[-2.0,-10.0],[0.0,-10.0],[2.0,-10.0],[4.0,-10.0],[6.0,-10.0],[8.0,-10.0],[10.0,-10.0],[12.0,-10.0],[14.0,-10.0],[16.0,-10.0],[18.0,-10.0],[20.0,-10.0],[22.0,-10.0],[24.0,-10.0],[26.0,-10.0],[28.0,-10.0],[30.0,-10.0],[32.0,-10.0],[34.0,-10.0],[36.0,-10.0],[38.0,-10.0],[40.0,-10.0],[42.0,-10.0],[44.0,-10.0],[46.0,-10.0],[48.0,-10.0],[50.0,-10.0],[52.0,-10.0],[54.0,-10.0],[56.0,-10.0],[58.0,-10.0],[60.0,-10.0],[62.0,-10.0],[64.0,-10.0],[66.0,-10.0],[68.0,-10.0],[70.0,-10.0],[72.0,-10.0],[74.0,-10.0],[76.0,-10.0],[78.0,-10.0],[80.0,-10.0],[82.0,-10.0],[84.0,-10.0],[86.0,-10.0],[88.0,-10.0],[90.0,-10.0],[92.0,-10.0],[94.0,-10.0],[96.0,-10.0],[98.0,-10.0],[100.0,-10.0],[102.0,-10.0],[104.0,-10.0],[106.0,-10.0],[108.0,-10.0],[110.0,-10.0],[112.0,-10.0],[114.0,-10.0],[116.0,-10.0],[118.0,-10.0],[120.0,-10.0],[122.0,-10.0],[124.0,-10.0],[126.0,-10.0],[128.0,-10.0],[130.0,-10.0],[132.0,-10.0],[134.0,-10.0],[136.0,-10.0],[138.0,-10.0],[140.0,-10.0],[142.0,-10.0],[144.0,-10.0],[146.0,-10.0],[148.0,-10.0],[150.0,-10.0],[152.0,-10.0],[154.0,-10.0],[156.0,-10.0],[158.0,-10.0],[160.0,-10.0],[162.0,-10.0],[164.0,-10.0],[166.0,-10.0],[168.0,-10.0],[170.0,-10.0],[172.0,-10.0],[174.0,-10.0],[176.0,-10.0],[178.0,-10.0],[180.0,-10.0]]},
"properties": {
"degrees": 10,
"direction": "S",
"display":"10.0 S",
"dd":-10,
"FeatureCla":"Graticule","ScaleRank":4,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-180,10.0],[-178.0,10.0],[-176.0,10.0],[-174.0,10.0],[-172.0,10.0],[-170.0,10.0],[-168.0,10.0],[-166.0,10.0],[-164.0,10.0],[-162.0,10.0],[-160.0,10.0],[-158.0,10.0],[-156.0,10.0],[-154.0,10.0],[-152.0,10.0],[-150.0,10.0],[-148.0,10.0],[-146.0,10.0],[-144.0,10.0],[-142.0,10.0],[-140.0,10.0],[-138.0,10.0],[-136.0,10.0],[-134.0,10.0],[-132.0,10.0],[-130.0,10.0],[-128.0,10.0],[-126.0,10.0],[-124.0,10.0],[-122.0,10.0],[-120.0,10.0],[-118.0,10.0],[-116.0,10.0],[-114.0,10.0],[-112.0,10.0],[-110.0,10.0],[-108.0,10.0],[-106.0,10.0],[-104.0,10.0],[-102.0,10.0],[-100.0,10.0],[-98.0,10.0],[-96.0,10.0],[-94.0,10.0],[-92.0,10.0],[-90.0,10.0],[-88.0,10.0],[-86.0,10.0],[-84.0,10.0],[-82.0,10.0],[-80.0,10.0],[-78.0,10.0],[-76.0,10.0],[-74.0,10.0],[-72.0,10.0],[-70.0,10.0],[-68.0,10.0],[-66.0,10.0],[-64.0,10.0],[-62.0,10.0],[-60.0,10.0],[-58.0,10.0],[-56.0,10.0],[-54.0,10.0],[-52.0,10.0],[-50.0,10.0],[-48.0,10.0],[-46.0,10.0],[-44.0,10.0],[-42.0,10.0],[-40.0,10.0],[-38.0,10.0],[-36.0,10.0],[-34.0,10.0],[-32.0,10.0],[-30.0,10.0],[-28.0,10.0],[-26.0,10.0],[-24.0,10.0],[-22.0,10.0],[-20.0,10.0],[-18.0,10.0],[-16.0,10.0],[-14.0,10.0],[-12.0,10.0],[-10.0,10.0],[-8.0,10.0],[-6.0,10.0],[-4.0,10.0],[-2.0,10.0],[0.0,10.0],[2.0,10.0],[4.0,10.0],[6.0,10.0],[8.0,10.0],[10.0,10.0],[12.0,10.0],[14.0,10.0],[16.0,10.0],[18.0,10.0],[20.0,10.0],[22.0,10.0],[24.0,10.0],[26.0,10.0],[28.0,10.0],[30.0,10.0],[32.0,10.0],[34.0,10.0],[36.0,10.0],[38.0,10.0],[40.0,10.0],[42.0,10.0],[44.0,10.0],[46.0,10.0],[48.0,10.0],[50.0,10.0],[52.0,10.0],[54.0,10.0],[56.0,10.0],[58.0,10.0],[60.0,10.0],[62.0,10.0],[64.0,10.0],[66.0,10.0],[68.0,10.0],[70.0,10.0],[72.0,10.0],[74.0,10.0],[76.0,10.0],[78.0,10.0],[80.0,10.0],[82.0,10.0],[84.0,10.0],[86.0,10.0],[88.0,10.0],[90.0,10.0],[92.0,10.0],[94.0,10.0],[96.0,10.0],[98.0,10.0],[100.0,10.0],[102.0,10.0],[104.0,10.0],[106.0,10.0],[108.0,10.0],[110.0,10.0],[112.0,10.0],[114.0,10.0],[116.0,10.0],[118.0,10.0],[120.0,10.0],[122.0,10.0],[124.0,10.0],[126.0,10.0],[128.0,10.0],[130.0,10.0],[132.0,10.0],[134.0,10.0],[136.0,10.0],[138.0,10.0],[140.0,10.0],[142.0,10.0],[144.0,10.0],[146.0,10.0],[148.0,10.0],[150.0,10.0],[152.0,10.0],[154.0,10.0],[156.0,10.0],[158.0,10.0],[160.0,10.0],[162.0,10.0],[164.0,10.0],[166.0,10.0],[168.0,10.0],[170.0,10.0],[172.0,10.0],[174.0,10.0],[176.0,10.0],[178.0,10.0],[180.0,10.0]]},
"properties": {
"degrees": 10,
"direction": "N",
"display":"10.0 N",
"dd":10,
"FeatureCla":"Graticule","ScaleRank":4,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-180,30.0],[-178.0,30.0],[-176.0,30.0],[-174.0,30.0],[-172.0,30.0],[-170.0,30.0],[-168.0,30.0],[-166.0,30.0],[-164.0,30.0],[-162.0,30.0],[-160.0,30.0],[-158.0,30.0],[-156.0,30.0],[-154.0,30.0],[-152.0,30.0],[-150.0,30.0],[-148.0,30.0],[-146.0,30.0],[-144.0,30.0],[-142.0,30.0],[-140.0,30.0],[-138.0,30.0],[-136.0,30.0],[-134.0,30.0],[-132.0,30.0],[-130.0,30.0],[-128.0,30.0],[-126.0,30.0],[-124.0,30.0],[-122.0,30.0],[-120.0,30.0],[-118.0,30.0],[-116.0,30.0],[-114.0,30.0],[-112.0,30.0],[-110.0,30.0],[-108.0,30.0],[-106.0,30.0],[-104.0,30.0],[-102.0,30.0],[-100.0,30.0],[-98.0,30.0],[-96.0,30.0],[-94.0,30.0],[-92.0,30.0],[-90.0,30.0],[-88.0,30.0],[-86.0,30.0],[-84.0,30.0],[-82.0,30.0],[-80.0,30.0],[-78.0,30.0],[-76.0,30.0],[-74.0,30.0],[-72.0,30.0],[-70.0,30.0],[-68.0,30.0],[-66.0,30.0],[-64.0,30.0],[-62.0,30.0],[-60.0,30.0],[-58.0,30.0],[-56.0,30.0],[-54.0,30.0],[-52.0,30.0],[-50.0,30.0],[-48.0,30.0],[-46.0,30.0],[-44.0,30.0],[-42.0,30.0],[-40.0,30.0],[-38.0,30.0],[-36.0,30.0],[-34.0,30.0],[-32.0,30.0],[-30.0,30.0],[-28.0,30.0],[-26.0,30.0],[-24.0,30.0],[-22.0,30.0],[-20.0,30.0],[-18.0,30.0],[-16.0,30.0],[-14.0,30.0],[-12.0,30.0],[-10.0,30.0],[-8.0,30.0],[-6.0,30.0],[-4.0,30.0],[-2.0,30.0],[0.0,30.0],[2.0,30.0],[4.0,30.0],[6.0,30.0],[8.0,30.0],[10.0,30.0],[12.0,30.0],[14.0,30.0],[16.0,30.0],[18.0,30.0],[20.0,30.0],[22.0,30.0],[24.0,30.0],[26.0,30.0],[28.0,30.0],[30.0,30.0],[32.0,30.0],[34.0,30.0],[36.0,30.0],[38.0,30.0],[40.0,30.0],[42.0,30.0],[44.0,30.0],[46.0,30.0],[48.0,30.0],[50.0,30.0],[52.0,30.0],[54.0,30.0],[56.0,30.0],[58.0,30.0],[60.0,30.0],[62.0,30.0],[64.0,30.0],[66.0,30.0],[68.0,30.0],[70.0,30.0],[72.0,30.0],[74.0,30.0],[76.0,30.0],[78.0,30.0],[80.0,30.0],[82.0,30.0],[84.0,30.0],[86.0,30.0],[88.0,30.0],[90.0,30.0],[92.0,30.0],[94.0,30.0],[96.0,30.0],[98.0,30.0],[100.0,30.0],[102.0,30.0],[104.0,30.0],[106.0,30.0],[108.0,30.0],[110.0,30.0],[112.0,30.0],[114.0,30.0],[116.0,30.0],[118.0,30.0],[120.0,30.0],[122.0,30.0],[124.0,30.0],[126.0,30.0],[128.0,30.0],[130.0,30.0],[132.0,30.0],[134.0,30.0],[136.0,30.0],[138.0,30.0],[140.0,30.0],[142.0,30.0],[144.0,30.0],[146.0,30.0],[148.0,30.0],[150.0,30.0],[152.0,30.0],[154.0,30.0],[156.0,30.0],[158.0,30.0],[160.0,30.0],[162.0,30.0],[164.0,30.0],[166.0,30.0],[168.0,30.0],[170.0,30.0],[172.0,30.0],[174.0,30.0],[176.0,30.0],[178.0,30.0],[180.0,30.0]]},
"properties": {
"degrees": 30,
"direction": "N",
"display":"30.0 N",
"dd":30,
"FeatureCla":"Graticule","ScaleRank":4,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-180,50.0],[-178.0,50.0],[-176.0,50.0],[-174.0,50.0],[-172.0,50.0],[-170.0,50.0],[-168.0,50.0],[-166.0,50.0],[-164.0,50.0],[-162.0,50.0],[-160.0,50.0],[-158.0,50.0],[-156.0,50.0],[-154.0,50.0],[-152.0,50.0],[-150.0,50.0],[-148.0,50.0],[-146.0,50.0],[-144.0,50.0],[-142.0,50.0],[-140.0,50.0],[-138.0,50.0],[-136.0,50.0],[-134.0,50.0],[-132.0,50.0],[-130.0,50.0],[-128.0,50.0],[-126.0,50.0],[-124.0,50.0],[-122.0,50.0],[-120.0,50.0],[-118.0,50.0],[-116.0,50.0],[-114.0,50.0],[-112.0,50.0],[-110.0,50.0],[-108.0,50.0],[-106.0,50.0],[-104.0,50.0],[-102.0,50.0],[-100.0,50.0],[-98.0,50.0],[-96.0,50.0],[-94.0,50.0],[-92.0,50.0],[-90.0,50.0],[-88.0,50.0],[-86.0,50.0],[-84.0,50.0],[-82.0,50.0],[-80.0,50.0],[-78.0,50.0],[-76.0,50.0],[-74.0,50.0],[-72.0,50.0],[-70.0,50.0],[-68.0,50.0],[-66.0,50.0],[-64.0,50.0],[-62.0,50.0],[-60.0,50.0],[-58.0,50.0],[-56.0,50.0],[-54.0,50.0],[-52.0,50.0],[-50.0,50.0],[-48.0,50.0],[-46.0,50.0],[-44.0,50.0],[-42.0,50.0],[-40.0,50.0],[-38.0,50.0],[-36.0,50.0],[-34.0,50.0],[-32.0,50.0],[-30.0,50.0],[-28.0,50.0],[-26.0,50.0],[-24.0,50.0],[-22.0,50.0],[-20.0,50.0],[-18.0,50.0],[-16.0,50.0],[-14.0,50.0],[-12.0,50.0],[-10.0,50.0],[-8.0,50.0],[-6.0,50.0],[-4.0,50.0],[-2.0,50.0],[0.0,50.0],[2.0,50.0],[4.0,50.0],[6.0,50.0],[8.0,50.0],[10.0,50.0],[12.0,50.0],[14.0,50.0],[16.0,50.0],[18.0,50.0],[20.0,50.0],[22.0,50.0],[24.0,50.0],[26.0,50.0],[28.0,50.0],[30.0,50.0],[32.0,50.0],[34.0,50.0],[36.0,50.0],[38.0,50.0],[40.0,50.0],[42.0,50.0],[44.0,50.0],[46.0,50.0],[48.0,50.0],[50.0,50.0],[52.0,50.0],[54.0,50.0],[56.0,50.0],[58.0,50.0],[60.0,50.0],[62.0,50.0],[64.0,50.0],[66.0,50.0],[68.0,50.0],[70.0,50.0],[72.0,50.0],[74.0,50.0],[76.0,50.0],[78.0,50.0],[80.0,50.0],[82.0,50.0],[84.0,50.0],[86.0,50.0],[88.0,50.0],[90.0,50.0],[92.0,50.0],[94.0,50.0],[96.0,50.0],[98.0,50.0],[100.0,50.0],[102.0,50.0],[104.0,50.0],[106.0,50.0],[108.0,50.0],[110.0,50.0],[112.0,50.0],[114.0,50.0],[116.0,50.0],[118.0,50.0],[120.0,50.0],[122.0,50.0],[124.0,50.0],[126.0,50.0],[128.0,50.0],[130.0,50.0],[132.0,50.0],[134.0,50.0],[136.0,50.0],[138.0,50.0],[140.0,50.0],[142.0,50.0],[144.0,50.0],[146.0,50.0],[148.0,50.0],[150.0,50.0],[152.0,50.0],[154.0,50.0],[156.0,50.0],[158.0,50.0],[160.0,50.0],[162.0,50.0],[164.0,50.0],[166.0,50.0],[168.0,50.0],[170.0,50.0],[172.0,50.0],[174.0,50.0],[176.0,50.0],[178.0,50.0],[180.0,50.0]]},
"properties": {
"degrees": 50,
"direction": "N",
"display":"50.0 N",
"dd":50,
"FeatureCla":"Graticule","ScaleRank":4,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-180,70.0],[-178.0,70.0],[-176.0,70.0],[-174.0,70.0],[-172.0,70.0],[-170.0,70.0],[-168.0,70.0],[-166.0,70.0],[-164.0,70.0],[-162.0,70.0],[-160.0,70.0],[-158.0,70.0],[-156.0,70.0],[-154.0,70.0],[-152.0,70.0],[-150.0,70.0],[-148.0,70.0],[-146.0,70.0],[-144.0,70.0],[-142.0,70.0],[-140.0,70.0],[-138.0,70.0],[-136.0,70.0],[-134.0,70.0],[-132.0,70.0],[-130.0,70.0],[-128.0,70.0],[-126.0,70.0],[-124.0,70.0],[-122.0,70.0],[-120.0,70.0],[-118.0,70.0],[-116.0,70.0],[-114.0,70.0],[-112.0,70.0],[-110.0,70.0],[-108.0,70.0],[-106.0,70.0],[-104.0,70.0],[-102.0,70.0],[-100.0,70.0],[-98.0,70.0],[-96.0,70.0],[-94.0,70.0],[-92.0,70.0],[-90.0,70.0],[-88.0,70.0],[-86.0,70.0],[-84.0,70.0],[-82.0,70.0],[-80.0,70.0],[-78.0,70.0],[-76.0,70.0],[-74.0,70.0],[-72.0,70.0],[-70.0,70.0],[-68.0,70.0],[-66.0,70.0],[-64.0,70.0],[-62.0,70.0],[-60.0,70.0],[-58.0,70.0],[-56.0,70.0],[-54.0,70.0],[-52.0,70.0],[-50.0,70.0],[-48.0,70.0],[-46.0,70.0],[-44.0,70.0],[-42.0,70.0],[-40.0,70.0],[-38.0,70.0],[-36.0,70.0],[-34.0,70.0],[-32.0,70.0],[-30.0,70.0],[-28.0,70.0],[-26.0,70.0],[-24.0,70.0],[-22.0,70.0],[-20.0,70.0],[-18.0,70.0],[-16.0,70.0],[-14.0,70.0],[-12.0,70.0],[-10.0,70.0],[-8.0,70.0],[-6.0,70.0],[-4.0,70.0],[-2.0,70.0],[0.0,70.0],[2.0,70.0],[4.0,70.0],[6.0,70.0],[8.0,70.0],[10.0,70.0],[12.0,70.0],[14.0,70.0],[16.0,70.0],[18.0,70.0],[20.0,70.0],[22.0,70.0],[24.0,70.0],[26.0,70.0],[28.0,70.0],[30.0,70.0],[32.0,70.0],[34.0,70.0],[36.0,70.0],[38.0,70.0],[40.0,70.0],[42.0,70.0],[44.0,70.0],[46.0,70.0],[48.0,70.0],[50.0,70.0],[52.0,70.0],[54.0,70.0],[56.0,70.0],[58.0,70.0],[60.0,70.0],[62.0,70.0],[64.0,70.0],[66.0,70.0],[68.0,70.0],[70.0,70.0],[72.0,70.0],[74.0,70.0],[76.0,70.0],[78.0,70.0],[80.0,70.0],[82.0,70.0],[84.0,70.0],[86.0,70.0],[88.0,70.0],[90.0,70.0],[92.0,70.0],[94.0,70.0],[96.0,70.0],[98.0,70.0],[100.0,70.0],[102.0,70.0],[104.0,70.0],[106.0,70.0],[108.0,70.0],[110.0,70.0],[112.0,70.0],[114.0,70.0],[116.0,70.0],[118.0,70.0],[120.0,70.0],[122.0,70.0],[124.0,70.0],[126.0,70.0],[128.0,70.0],[130.0,70.0],[132.0,70.0],[134.0,70.0],[136.0,70.0],[138.0,70.0],[140.0,70.0],[142.0,70.0],[144.0,70.0],[146.0,70.0],[148.0,70.0],[150.0,70.0],[152.0,70.0],[154.0,70.0],[156.0,70.0],[158.0,70.0],[160.0,70.0],[162.0,70.0],[164.0,70.0],[166.0,70.0],[168.0,70.0],[170.0,70.0],[172.0,70.0],[174.0,70.0],[176.0,70.0],[178.0,70.0],[180.0,70.0]]},
"properties": {
"degrees": 70,
"direction": "N",
"display":"70.0 N",
"dd":70,
"FeatureCla":"Graticule","ScaleRank":4,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-180,90.0],[-178.0,90.0],[-176.0,90.0],[-174.0,90.0],[-172.0,90.0],[-170.0,90.0],[-168.0,90.0],[-166.0,90.0],[-164.0,90.0],[-162.0,90.0],[-160.0,90.0],[-158.0,90.0],[-156.0,90.0],[-154.0,90.0],[-152.0,90.0],[-150.0,90.0],[-148.0,90.0],[-146.0,90.0],[-144.0,90.0],[-142.0,90.0],[-140.0,90.0],[-138.0,90.0],[-136.0,90.0],[-134.0,90.0],[-132.0,90.0],[-130.0,90.0],[-128.0,90.0],[-126.0,90.0],[-124.0,90.0],[-122.0,90.0],[-120.0,90.0],[-118.0,90.0],[-116.0,90.0],[-114.0,90.0],[-112.0,90.0],[-110.0,90.0],[-108.0,90.0],[-106.0,90.0],[-104.0,90.0],[-102.0,90.0],[-100.0,90.0],[-98.0,90.0],[-96.0,90.0],[-94.0,90.0],[-92.0,90.0],[-90.0,90.0],[-88.0,90.0],[-86.0,90.0],[-84.0,90.0],[-82.0,90.0],[-80.0,90.0],[-78.0,90.0],[-76.0,90.0],[-74.0,90.0],[-72.0,90.0],[-70.0,90.0],[-68.0,90.0],[-66.0,90.0],[-64.0,90.0],[-62.0,90.0],[-60.0,90.0],[-58.0,90.0],[-56.0,90.0],[-54.0,90.0],[-52.0,90.0],[-50.0,90.0],[-48.0,90.0],[-46.0,90.0],[-44.0,90.0],[-42.0,90.0],[-40.0,90.0],[-38.0,90.0],[-36.0,90.0],[-34.0,90.0],[-32.0,90.0],[-30.0,90.0],[-28.0,90.0],[-26.0,90.0],[-24.0,90.0],[-22.0,90.0],[-20.0,90.0],[-18.0,90.0],[-16.0,90.0],[-14.0,90.0],[-12.0,90.0],[-10.0,90.0],[-8.0,90.0],[-6.0,90.0],[-4.0,90.0],[-2.0,90.0],[0.0,90.0],[2.0,90.0],[4.0,90.0],[6.0,90.0],[8.0,90.0],[10.0,90.0],[12.0,90.0],[14.0,90.0],[16.0,90.0],[18.0,90.0],[20.0,90.0],[22.0,90.0],[24.0,90.0],[26.0,90.0],[28.0,90.0],[30.0,90.0],[32.0,90.0],[34.0,90.0],[36.0,90.0],[38.0,90.0],[40.0,90.0],[42.0,90.0],[44.0,90.0],[46.0,90.0],[48.0,90.0],[50.0,90.0],[52.0,90.0],[54.0,90.0],[56.0,90.0],[58.0,90.0],[60.0,90.0],[62.0,90.0],[64.0,90.0],[66.0,90.0],[68.0,90.0],[70.0,90.0],[72.0,90.0],[74.0,90.0],[76.0,90.0],[78.0,90.0],[80.0,90.0],[82.0,90.0],[84.0,90.0],[86.0,90.0],[88.0,90.0],[90.0,90.0],[92.0,90.0],[94.0,90.0],[96.0,90.0],[98.0,90.0],[100.0,90.0],[102.0,90.0],[104.0,90.0],[106.0,90.0],[108.0,90.0],[110.0,90.0],[112.0,90.0],[114.0,90.0],[116.0,90.0],[118.0,90.0],[120.0,90.0],[122.0,90.0],[124.0,90.0],[126.0,90.0],[128.0,90.0],[130.0,90.0],[132.0,90.0],[134.0,90.0],[136.0,90.0],[138.0,90.0],[140.0,90.0],[142.0,90.0],[144.0,90.0],[146.0,90.0],[148.0,90.0],[150.0,90.0],[152.0,90.0],[154.0,90.0],[156.0,90.0],[158.0,90.0],[160.0,90.0],[162.0,90.0],[164.0,90.0],[166.0,90.0],[168.0,90.0],[170.0,90.0],[172.0,90.0],[174.0,90.0],[176.0,90.0],[178.0,90.0],[180.0,90.0]]},
"properties": {
"degrees": 90,
"direction": "N",
"display":"90.0 N",
"dd":90,
"FeatureCla":"Graticule","ScaleRank":4,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-180,-90],[-180,-88.0],[-180,-86.0],[-180,-84.0],[-180,-82.0],[-180,-80.0],[-180,-78.0],[-180,-76.0],[-180,-74.0],[-180,-72.0],[-180,-70.0],[-180,-68.0],[-180,-66.0],[-180,-64.0],[-180,-62.0],[-180,-60.0],[-180,-58.0],[-180,-56.0],[-180,-54.0],[-180,-52.0],[-180,-50.0],[-180,-48.0],[-180,-46.0],[-180,-44.0],[-180,-42.0],[-180,-40.0],[-180,-38.0],[-180,-36.0],[-180,-34.0],[-180,-32.0],[-180,-30.0],[-180,-28.0],[-180,-26.0],[-180,-24.0],[-180,-22.0],[-180,-20.0],[-180,-18.0],[-180,-16.0],[-180,-14.0],[-180,-12.0],[-180,-10.0],[-180,-8.0],[-180,-6.0],[-180,-4.0],[-180,-2.0],[-180,0.0],[-180,2.0],[-180,4.0],[-180,6.0],[-180,8.0],[-180,10.0],[-180,12.0],[-180,14.0],[-180,16.0],[-180,18.0],[-180,20.0],[-180,22.0],[-180,24.0],[-180,26.0],[-180,28.0],[-180,30.0],[-180,32.0],[-180,34.0],[-180,36.0],[-180,38.0],[-180,40.0],[-180,42.0],[-180,44.0],[-180,46.0],[-180,48.0],[-180,50.0],[-180,52.0],[-180,54.0],[-180,56.0],[-180,58.0],[-180,60.0],[-180,62.0],[-180,64.0],[-180,66.0],[-180,68.0],[-180,70.0],[-180,72.0],[-180,74.0],[-180,76.0],[-180,78.0],[-180,80.0],[-180,82.0],[-180,84.0],[-180,86.0],[-180,88.0],[-180,90.0]]},
"properties": {
"degrees": 180,
"direction": "E",
"display":"180 E",
"dd":-180,
"FeatureCla":"Graticule","ScaleRank":4,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-160.0,-90],[-160.0,-88.0],[-160.0,-86.0],[-160.0,-84.0],[-160.0,-82.0],[-160.0,-80.0],[-160.0,-78.0],[-160.0,-76.0],[-160.0,-74.0],[-160.0,-72.0],[-160.0,-70.0],[-160.0,-68.0],[-160.0,-66.0],[-160.0,-64.0],[-160.0,-62.0],[-160.0,-60.0],[-160.0,-58.0],[-160.0,-56.0],[-160.0,-54.0],[-160.0,-52.0],[-160.0,-50.0],[-160.0,-48.0],[-160.0,-46.0],[-160.0,-44.0],[-160.0,-42.0],[-160.0,-40.0],[-160.0,-38.0],[-160.0,-36.0],[-160.0,-34.0],[-160.0,-32.0],[-160.0,-30.0],[-160.0,-28.0],[-160.0,-26.0],[-160.0,-24.0],[-160.0,-22.0],[-160.0,-20.0],[-160.0,-18.0],[-160.0,-16.0],[-160.0,-14.0],[-160.0,-12.0],[-160.0,-10.0],[-160.0,-8.0],[-160.0,-6.0],[-160.0,-4.0],[-160.0,-2.0],[-160.0,0.0],[-160.0,2.0],[-160.0,4.0],[-160.0,6.0],[-160.0,8.0],[-160.0,10.0],[-160.0,12.0],[-160.0,14.0],[-160.0,16.0],[-160.0,18.0],[-160.0,20.0],[-160.0,22.0],[-160.0,24.0],[-160.0,26.0],[-160.0,28.0],[-160.0,30.0],[-160.0,32.0],[-160.0,34.0],[-160.0,36.0],[-160.0,38.0],[-160.0,40.0],[-160.0,42.0],[-160.0,44.0],[-160.0,46.0],[-160.0,48.0],[-160.0,50.0],[-160.0,52.0],[-160.0,54.0],[-160.0,56.0],[-160.0,58.0],[-160.0,60.0],[-160.0,62.0],[-160.0,64.0],[-160.0,66.0],[-160.0,68.0],[-160.0,70.0],[-160.0,72.0],[-160.0,74.0],[-160.0,76.0],[-160.0,78.0],[-160.0,80.0],[-160.0,82.0],[-160.0,84.0],[-160.0,86.0],[-160.0,88.0],[-160.0,90.0]]},
"properties": {
"degrees": 160,
"direction": "E",
"display":"160.0 E",
"dd":-160,
"FeatureCla":"Graticule","ScaleRank":4,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-140.0,-90],[-140.0,-88.0],[-140.0,-86.0],[-140.0,-84.0],[-140.0,-82.0],[-140.0,-80.0],[-140.0,-78.0],[-140.0,-76.0],[-140.0,-74.0],[-140.0,-72.0],[-140.0,-70.0],[-140.0,-68.0],[-140.0,-66.0],[-140.0,-64.0],[-140.0,-62.0],[-140.0,-60.0],[-140.0,-58.0],[-140.0,-56.0],[-140.0,-54.0],[-140.0,-52.0],[-140.0,-50.0],[-140.0,-48.0],[-140.0,-46.0],[-140.0,-44.0],[-140.0,-42.0],[-140.0,-40.0],[-140.0,-38.0],[-140.0,-36.0],[-140.0,-34.0],[-140.0,-32.0],[-140.0,-30.0],[-140.0,-28.0],[-140.0,-26.0],[-140.0,-24.0],[-140.0,-22.0],[-140.0,-20.0],[-140.0,-18.0],[-140.0,-16.0],[-140.0,-14.0],[-140.0,-12.0],[-140.0,-10.0],[-140.0,-8.0],[-140.0,-6.0],[-140.0,-4.0],[-140.0,-2.0],[-140.0,0.0],[-140.0,2.0],[-140.0,4.0],[-140.0,6.0],[-140.0,8.0],[-140.0,10.0],[-140.0,12.0],[-140.0,14.0],[-140.0,16.0],[-140.0,18.0],[-140.0,20.0],[-140.0,22.0],[-140.0,24.0],[-140.0,26.0],[-140.0,28.0],[-140.0,30.0],[-140.0,32.0],[-140.0,34.0],[-140.0,36.0],[-140.0,38.0],[-140.0,40.0],[-140.0,42.0],[-140.0,44.0],[-140.0,46.0],[-140.0,48.0],[-140.0,50.0],[-140.0,52.0],[-140.0,54.0],[-140.0,56.0],[-140.0,58.0],[-140.0,60.0],[-140.0,62.0],[-140.0,64.0],[-140.0,66.0],[-140.0,68.0],[-140.0,70.0],[-140.0,72.0],[-140.0,74.0],[-140.0,76.0],[-140.0,78.0],[-140.0,80.0],[-140.0,82.0],[-140.0,84.0],[-140.0,86.0],[-140.0,88.0],[-140.0,90.0]]},
"properties": {
"degrees": 140,
"direction": "E",
"display":"140.0 E",
"dd":-140,
"FeatureCla":"Graticule","ScaleRank":4,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-120.0,-90],[-120.0,-88.0],[-120.0,-86.0],[-120.0,-84.0],[-120.0,-82.0],[-120.0,-80.0],[-120.0,-78.0],[-120.0,-76.0],[-120.0,-74.0],[-120.0,-72.0],[-120.0,-70.0],[-120.0,-68.0],[-120.0,-66.0],[-120.0,-64.0],[-120.0,-62.0],[-120.0,-60.0],[-120.0,-58.0],[-120.0,-56.0],[-120.0,-54.0],[-120.0,-52.0],[-120.0,-50.0],[-120.0,-48.0],[-120.0,-46.0],[-120.0,-44.0],[-120.0,-42.0],[-120.0,-40.0],[-120.0,-38.0],[-120.0,-36.0],[-120.0,-34.0],[-120.0,-32.0],[-120.0,-30.0],[-120.0,-28.0],[-120.0,-26.0],[-120.0,-24.0],[-120.0,-22.0],[-120.0,-20.0],[-120.0,-18.0],[-120.0,-16.0],[-120.0,-14.0],[-120.0,-12.0],[-120.0,-10.0],[-120.0,-8.0],[-120.0,-6.0],[-120.0,-4.0],[-120.0,-2.0],[-120.0,0.0],[-120.0,2.0],[-120.0,4.0],[-120.0,6.0],[-120.0,8.0],[-120.0,10.0],[-120.0,12.0],[-120.0,14.0],[-120.0,16.0],[-120.0,18.0],[-120.0,20.0],[-120.0,22.0],[-120.0,24.0],[-120.0,26.0],[-120.0,28.0],[-120.0,30.0],[-120.0,32.0],[-120.0,34.0],[-120.0,36.0],[-120.0,38.0],[-120.0,40.0],[-120.0,42.0],[-120.0,44.0],[-120.0,46.0],[-120.0,48.0],[-120.0,50.0],[-120.0,52.0],[-120.0,54.0],[-120.0,56.0],[-120.0,58.0],[-120.0,60.0],[-120.0,62.0],[-120.0,64.0],[-120.0,66.0],[-120.0,68.0],[-120.0,70.0],[-120.0,72.0],[-120.0,74.0],[-120.0,76.0],[-120.0,78.0],[-120.0,80.0],[-120.0,82.0],[-120.0,84.0],[-120.0,86.0],[-120.0,88.0],[-120.0,90.0]]},
"properties": {
"degrees": 120,
"direction": "E",
"display":"120.0 E",
"dd":-120,
"FeatureCla":"Graticule","ScaleRank":4,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-100.0,-90],[-100.0,-88.0],[-100.0,-86.0],[-100.0,-84.0],[-100.0,-82.0],[-100.0,-80.0],[-100.0,-78.0],[-100.0,-76.0],[-100.0,-74.0],[-100.0,-72.0],[-100.0,-70.0],[-100.0,-68.0],[-100.0,-66.0],[-100.0,-64.0],[-100.0,-62.0],[-100.0,-60.0],[-100.0,-58.0],[-100.0,-56.0],[-100.0,-54.0],[-100.0,-52.0],[-100.0,-50.0],[-100.0,-48.0],[-100.0,-46.0],[-100.0,-44.0],[-100.0,-42.0],[-100.0,-40.0],[-100.0,-38.0],[-100.0,-36.0],[-100.0,-34.0],[-100.0,-32.0],[-100.0,-30.0],[-100.0,-28.0],[-100.0,-26.0],[-100.0,-24.0],[-100.0,-22.0],[-100.0,-20.0],[-100.0,-18.0],[-100.0,-16.0],[-100.0,-14.0],[-100.0,-12.0],[-100.0,-10.0],[-100.0,-8.0],[-100.0,-6.0],[-100.0,-4.0],[-100.0,-2.0],[-100.0,0.0],[-100.0,2.0],[-100.0,4.0],[-100.0,6.0],[-100.0,8.0],[-100.0,10.0],[-100.0,12.0],[-100.0,14.0],[-100.0,16.0],[-100.0,18.0],[-100.0,20.0],[-100.0,22.0],[-100.0,24.0],[-100.0,26.0],[-100.0,28.0],[-100.0,30.0],[-100.0,32.0],[-100.0,34.0],[-100.0,36.0],[-100.0,38.0],[-100.0,40.0],[-100.0,42.0],[-100.0,44.0],[-100.0,46.0],[-100.0,48.0],[-100.0,50.0],[-100.0,52.0],[-100.0,54.0],[-100.0,56.0],[-100.0,58.0],[-100.0,60.0],[-100.0,62.0],[-100.0,64.0],[-100.0,66.0],[-100.0,68.0],[-100.0,70.0],[-100.0,72.0],[-100.0,74.0],[-100.0,76.0],[-100.0,78.0],[-100.0,80.0],[-100.0,82.0],[-100.0,84.0],[-100.0,86.0],[-100.0,88.0],[-100.0,90.0]]},
"properties": {
"degrees": 100,
"direction": "E",
"display":"100.0 E",
"dd":-100,
"FeatureCla":"Graticule","ScaleRank":4,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-80.0,-90],[-80.0,-88.0],[-80.0,-86.0],[-80.0,-84.0],[-80.0,-82.0],[-80.0,-80.0],[-80.0,-78.0],[-80.0,-76.0],[-80.0,-74.0],[-80.0,-72.0],[-80.0,-70.0],[-80.0,-68.0],[-80.0,-66.0],[-80.0,-64.0],[-80.0,-62.0],[-80.0,-60.0],[-80.0,-58.0],[-80.0,-56.0],[-80.0,-54.0],[-80.0,-52.0],[-80.0,-50.0],[-80.0,-48.0],[-80.0,-46.0],[-80.0,-44.0],[-80.0,-42.0],[-80.0,-40.0],[-80.0,-38.0],[-80.0,-36.0],[-80.0,-34.0],[-80.0,-32.0],[-80.0,-30.0],[-80.0,-28.0],[-80.0,-26.0],[-80.0,-24.0],[-80.0,-22.0],[-80.0,-20.0],[-80.0,-18.0],[-80.0,-16.0],[-80.0,-14.0],[-80.0,-12.0],[-80.0,-10.0],[-80.0,-8.0],[-80.0,-6.0],[-80.0,-4.0],[-80.0,-2.0],[-80.0,0.0],[-80.0,2.0],[-80.0,4.0],[-80.0,6.0],[-80.0,8.0],[-80.0,10.0],[-80.0,12.0],[-80.0,14.0],[-80.0,16.0],[-80.0,18.0],[-80.0,20.0],[-80.0,22.0],[-80.0,24.0],[-80.0,26.0],[-80.0,28.0],[-80.0,30.0],[-80.0,32.0],[-80.0,34.0],[-80.0,36.0],[-80.0,38.0],[-80.0,40.0],[-80.0,42.0],[-80.0,44.0],[-80.0,46.0],[-80.0,48.0],[-80.0,50.0],[-80.0,52.0],[-80.0,54.0],[-80.0,56.0],[-80.0,58.0],[-80.0,60.0],[-80.0,62.0],[-80.0,64.0],[-80.0,66.0],[-80.0,68.0],[-80.0,70.0],[-80.0,72.0],[-80.0,74.0],[-80.0,76.0],[-80.0,78.0],[-80.0,80.0],[-80.0,82.0],[-80.0,84.0],[-80.0,86.0],[-80.0,88.0],[-80.0,90.0]]},
"properties": {
"degrees": 80,
"direction": "E",
"display":"80.0 E",
"dd":-80,
"FeatureCla":"Graticule","ScaleRank":4,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-60.0,-90],[-60.0,-88.0],[-60.0,-86.0],[-60.0,-84.0],[-60.0,-82.0],[-60.0,-80.0],[-60.0,-78.0],[-60.0,-76.0],[-60.0,-74.0],[-60.0,-72.0],[-60.0,-70.0],[-60.0,-68.0],[-60.0,-66.0],[-60.0,-64.0],[-60.0,-62.0],[-60.0,-60.0],[-60.0,-58.0],[-60.0,-56.0],[-60.0,-54.0],[-60.0,-52.0],[-60.0,-50.0],[-60.0,-48.0],[-60.0,-46.0],[-60.0,-44.0],[-60.0,-42.0],[-60.0,-40.0],[-60.0,-38.0],[-60.0,-36.0],[-60.0,-34.0],[-60.0,-32.0],[-60.0,-30.0],[-60.0,-28.0],[-60.0,-26.0],[-60.0,-24.0],[-60.0,-22.0],[-60.0,-20.0],[-60.0,-18.0],[-60.0,-16.0],[-60.0,-14.0],[-60.0,-12.0],[-60.0,-10.0],[-60.0,-8.0],[-60.0,-6.0],[-60.0,-4.0],[-60.0,-2.0],[-60.0,0.0],[-60.0,2.0],[-60.0,4.0],[-60.0,6.0],[-60.0,8.0],[-60.0,10.0],[-60.0,12.0],[-60.0,14.0],[-60.0,16.0],[-60.0,18.0],[-60.0,20.0],[-60.0,22.0],[-60.0,24.0],[-60.0,26.0],[-60.0,28.0],[-60.0,30.0],[-60.0,32.0],[-60.0,34.0],[-60.0,36.0],[-60.0,38.0],[-60.0,40.0],[-60.0,42.0],[-60.0,44.0],[-60.0,46.0],[-60.0,48.0],[-60.0,50.0],[-60.0,52.0],[-60.0,54.0],[-60.0,56.0],[-60.0,58.0],[-60.0,60.0],[-60.0,62.0],[-60.0,64.0],[-60.0,66.0],[-60.0,68.0],[-60.0,70.0],[-60.0,72.0],[-60.0,74.0],[-60.0,76.0],[-60.0,78.0],[-60.0,80.0],[-60.0,82.0],[-60.0,84.0],[-60.0,86.0],[-60.0,88.0],[-60.0,90.0]]},
"properties": {
"degrees": 60,
"direction": "E",
"display":"60.0 E",
"dd":-60,
"FeatureCla":"Graticule","ScaleRank":4,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-40.0,-90],[-40.0,-88.0],[-40.0,-86.0],[-40.0,-84.0],[-40.0,-82.0],[-40.0,-80.0],[-40.0,-78.0],[-40.0,-76.0],[-40.0,-74.0],[-40.0,-72.0],[-40.0,-70.0],[-40.0,-68.0],[-40.0,-66.0],[-40.0,-64.0],[-40.0,-62.0],[-40.0,-60.0],[-40.0,-58.0],[-40.0,-56.0],[-40.0,-54.0],[-40.0,-52.0],[-40.0,-50.0],[-40.0,-48.0],[-40.0,-46.0],[-40.0,-44.0],[-40.0,-42.0],[-40.0,-40.0],[-40.0,-38.0],[-40.0,-36.0],[-40.0,-34.0],[-40.0,-32.0],[-40.0,-30.0],[-40.0,-28.0],[-40.0,-26.0],[-40.0,-24.0],[-40.0,-22.0],[-40.0,-20.0],[-40.0,-18.0],[-40.0,-16.0],[-40.0,-14.0],[-40.0,-12.0],[-40.0,-10.0],[-40.0,-8.0],[-40.0,-6.0],[-40.0,-4.0],[-40.0,-2.0],[-40.0,0.0],[-40.0,2.0],[-40.0,4.0],[-40.0,6.0],[-40.0,8.0],[-40.0,10.0],[-40.0,12.0],[-40.0,14.0],[-40.0,16.0],[-40.0,18.0],[-40.0,20.0],[-40.0,22.0],[-40.0,24.0],[-40.0,26.0],[-40.0,28.0],[-40.0,30.0],[-40.0,32.0],[-40.0,34.0],[-40.0,36.0],[-40.0,38.0],[-40.0,40.0],[-40.0,42.0],[-40.0,44.0],[-40.0,46.0],[-40.0,48.0],[-40.0,50.0],[-40.0,52.0],[-40.0,54.0],[-40.0,56.0],[-40.0,58.0],[-40.0,60.0],[-40.0,62.0],[-40.0,64.0],[-40.0,66.0],[-40.0,68.0],[-40.0,70.0],[-40.0,72.0],[-40.0,74.0],[-40.0,76.0],[-40.0,78.0],[-40.0,80.0],[-40.0,82.0],[-40.0,84.0],[-40.0,86.0],[-40.0,88.0],[-40.0,90.0]]},
"properties": {
"degrees": 40,
"direction": "E",
"display":"40.0 E",
"dd":-40,
"FeatureCla":"Graticule","ScaleRank":4,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-20.0,-90],[-20.0,-88.0],[-20.0,-86.0],[-20.0,-84.0],[-20.0,-82.0],[-20.0,-80.0],[-20.0,-78.0],[-20.0,-76.0],[-20.0,-74.0],[-20.0,-72.0],[-20.0,-70.0],[-20.0,-68.0],[-20.0,-66.0],[-20.0,-64.0],[-20.0,-62.0],[-20.0,-60.0],[-20.0,-58.0],[-20.0,-56.0],[-20.0,-54.0],[-20.0,-52.0],[-20.0,-50.0],[-20.0,-48.0],[-20.0,-46.0],[-20.0,-44.0],[-20.0,-42.0],[-20.0,-40.0],[-20.0,-38.0],[-20.0,-36.0],[-20.0,-34.0],[-20.0,-32.0],[-20.0,-30.0],[-20.0,-28.0],[-20.0,-26.0],[-20.0,-24.0],[-20.0,-22.0],[-20.0,-20.0],[-20.0,-18.0],[-20.0,-16.0],[-20.0,-14.0],[-20.0,-12.0],[-20.0,-10.0],[-20.0,-8.0],[-20.0,-6.0],[-20.0,-4.0],[-20.0,-2.0],[-20.0,0.0],[-20.0,2.0],[-20.0,4.0],[-20.0,6.0],[-20.0,8.0],[-20.0,10.0],[-20.0,12.0],[-20.0,14.0],[-20.0,16.0],[-20.0,18.0],[-20.0,20.0],[-20.0,22.0],[-20.0,24.0],[-20.0,26.0],[-20.0,28.0],[-20.0,30.0],[-20.0,32.0],[-20.0,34.0],[-20.0,36.0],[-20.0,38.0],[-20.0,40.0],[-20.0,42.0],[-20.0,44.0],[-20.0,46.0],[-20.0,48.0],[-20.0,50.0],[-20.0,52.0],[-20.0,54.0],[-20.0,56.0],[-20.0,58.0],[-20.0,60.0],[-20.0,62.0],[-20.0,64.0],[-20.0,66.0],[-20.0,68.0],[-20.0,70.0],[-20.0,72.0],[-20.0,74.0],[-20.0,76.0],[-20.0,78.0],[-20.0,80.0],[-20.0,82.0],[-20.0,84.0],[-20.0,86.0],[-20.0,88.0],[-20.0,90.0]]},
"properties": {
"degrees": 20,
"direction": "E",
"display":"20.0 E",
"dd":-20,
"FeatureCla":"Graticule","ScaleRank":4,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[0.0,-90],[0.0,-88.0],[0.0,-86.0],[0.0,-84.0],[0.0,-82.0],[0.0,-80.0],[0.0,-78.0],[0.0,-76.0],[0.0,-74.0],[0.0,-72.0],[0.0,-70.0],[0.0,-68.0],[0.0,-66.0],[0.0,-64.0],[0.0,-62.0],[0.0,-60.0],[0.0,-58.0],[0.0,-56.0],[0.0,-54.0],[0.0,-52.0],[0.0,-50.0],[0.0,-48.0],[0.0,-46.0],[0.0,-44.0],[0.0,-42.0],[0.0,-40.0],[0.0,-38.0],[0.0,-36.0],[0.0,-34.0],[0.0,-32.0],[0.0,-30.0],[0.0,-28.0],[0.0,-26.0],[0.0,-24.0],[0.0,-22.0],[0.0,-20.0],[0.0,-18.0],[0.0,-16.0],[0.0,-14.0],[0.0,-12.0],[0.0,-10.0],[0.0,-8.0],[0.0,-6.0],[0.0,-4.0],[0.0,-2.0],[0.0,0.0],[0.0,2.0],[0.0,4.0],[0.0,6.0],[0.0,8.0],[0.0,10.0],[0.0,12.0],[0.0,14.0],[0.0,16.0],[0.0,18.0],[0.0,20.0],[0.0,22.0],[0.0,24.0],[0.0,26.0],[0.0,28.0],[0.0,30.0],[0.0,32.0],[0.0,34.0],[0.0,36.0],[0.0,38.0],[0.0,40.0],[0.0,42.0],[0.0,44.0],[0.0,46.0],[0.0,48.0],[0.0,50.0],[0.0,52.0],[0.0,54.0],[0.0,56.0],[0.0,58.0],[0.0,60.0],[0.0,62.0],[0.0,64.0],[0.0,66.0],[0.0,68.0],[0.0,70.0],[0.0,72.0],[0.0,74.0],[0.0,76.0],[0.0,78.0],[0.0,80.0],[0.0,82.0],[0.0,84.0],[0.0,86.0],[0.0,88.0],[0.0,90.0]]},
"properties": {
"degrees": 0,
"direction": "W",
"display":"0.0 W",
"dd":0,
"FeatureCla":"Graticule","ScaleRank":4,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[20.0,-90],[20.0,-88.0],[20.0,-86.0],[20.0,-84.0],[20.0,-82.0],[20.0,-80.0],[20.0,-78.0],[20.0,-76.0],[20.0,-74.0],[20.0,-72.0],[20.0,-70.0],[20.0,-68.0],[20.0,-66.0],[20.0,-64.0],[20.0,-62.0],[20.0,-60.0],[20.0,-58.0],[20.0,-56.0],[20.0,-54.0],[20.0,-52.0],[20.0,-50.0],[20.0,-48.0],[20.0,-46.0],[20.0,-44.0],[20.0,-42.0],[20.0,-40.0],[20.0,-38.0],[20.0,-36.0],[20.0,-34.0],[20.0,-32.0],[20.0,-30.0],[20.0,-28.0],[20.0,-26.0],[20.0,-24.0],[20.0,-22.0],[20.0,-20.0],[20.0,-18.0],[20.0,-16.0],[20.0,-14.0],[20.0,-12.0],[20.0,-10.0],[20.0,-8.0],[20.0,-6.0],[20.0,-4.0],[20.0,-2.0],[20.0,0.0],[20.0,2.0],[20.0,4.0],[20.0,6.0],[20.0,8.0],[20.0,10.0],[20.0,12.0],[20.0,14.0],[20.0,16.0],[20.0,18.0],[20.0,20.0],[20.0,22.0],[20.0,24.0],[20.0,26.0],[20.0,28.0],[20.0,30.0],[20.0,32.0],[20.0,34.0],[20.0,36.0],[20.0,38.0],[20.0,40.0],[20.0,42.0],[20.0,44.0],[20.0,46.0],[20.0,48.0],[20.0,50.0],[20.0,52.0],[20.0,54.0],[20.0,56.0],[20.0,58.0],[20.0,60.0],[20.0,62.0],[20.0,64.0],[20.0,66.0],[20.0,68.0],[20.0,70.0],[20.0,72.0],[20.0,74.0],[20.0,76.0],[20.0,78.0],[20.0,80.0],[20.0,82.0],[20.0,84.0],[20.0,86.0],[20.0,88.0],[20.0,90.0]]},
"properties": {
"degrees": 20,
"direction": "W",
"display":"20.0 W",
"dd":20,
"FeatureCla":"Graticule","ScaleRank":4,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[40.0,-90],[40.0,-88.0],[40.0,-86.0],[40.0,-84.0],[40.0,-82.0],[40.0,-80.0],[40.0,-78.0],[40.0,-76.0],[40.0,-74.0],[40.0,-72.0],[40.0,-70.0],[40.0,-68.0],[40.0,-66.0],[40.0,-64.0],[40.0,-62.0],[40.0,-60.0],[40.0,-58.0],[40.0,-56.0],[40.0,-54.0],[40.0,-52.0],[40.0,-50.0],[40.0,-48.0],[40.0,-46.0],[40.0,-44.0],[40.0,-42.0],[40.0,-40.0],[40.0,-38.0],[40.0,-36.0],[40.0,-34.0],[40.0,-32.0],[40.0,-30.0],[40.0,-28.0],[40.0,-26.0],[40.0,-24.0],[40.0,-22.0],[40.0,-20.0],[40.0,-18.0],[40.0,-16.0],[40.0,-14.0],[40.0,-12.0],[40.0,-10.0],[40.0,-8.0],[40.0,-6.0],[40.0,-4.0],[40.0,-2.0],[40.0,0.0],[40.0,2.0],[40.0,4.0],[40.0,6.0],[40.0,8.0],[40.0,10.0],[40.0,12.0],[40.0,14.0],[40.0,16.0],[40.0,18.0],[40.0,20.0],[40.0,22.0],[40.0,24.0],[40.0,26.0],[40.0,28.0],[40.0,30.0],[40.0,32.0],[40.0,34.0],[40.0,36.0],[40.0,38.0],[40.0,40.0],[40.0,42.0],[40.0,44.0],[40.0,46.0],[40.0,48.0],[40.0,50.0],[40.0,52.0],[40.0,54.0],[40.0,56.0],[40.0,58.0],[40.0,60.0],[40.0,62.0],[40.0,64.0],[40.0,66.0],[40.0,68.0],[40.0,70.0],[40.0,72.0],[40.0,74.0],[40.0,76.0],[40.0,78.0],[40.0,80.0],[40.0,82.0],[40.0,84.0],[40.0,86.0],[40.0,88.0],[40.0,90.0]]},
"properties": {
"degrees": 40,
"direction": "W",
"display":"40.0 W",
"dd":40,
"FeatureCla":"Graticule","ScaleRank":4,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[60.0,-90],[60.0,-88.0],[60.0,-86.0],[60.0,-84.0],[60.0,-82.0],[60.0,-80.0],[60.0,-78.0],[60.0,-76.0],[60.0,-74.0],[60.0,-72.0],[60.0,-70.0],[60.0,-68.0],[60.0,-66.0],[60.0,-64.0],[60.0,-62.0],[60.0,-60.0],[60.0,-58.0],[60.0,-56.0],[60.0,-54.0],[60.0,-52.0],[60.0,-50.0],[60.0,-48.0],[60.0,-46.0],[60.0,-44.0],[60.0,-42.0],[60.0,-40.0],[60.0,-38.0],[60.0,-36.0],[60.0,-34.0],[60.0,-32.0],[60.0,-30.0],[60.0,-28.0],[60.0,-26.0],[60.0,-24.0],[60.0,-22.0],[60.0,-20.0],[60.0,-18.0],[60.0,-16.0],[60.0,-14.0],[60.0,-12.0],[60.0,-10.0],[60.0,-8.0],[60.0,-6.0],[60.0,-4.0],[60.0,-2.0],[60.0,0.0],[60.0,2.0],[60.0,4.0],[60.0,6.0],[60.0,8.0],[60.0,10.0],[60.0,12.0],[60.0,14.0],[60.0,16.0],[60.0,18.0],[60.0,20.0],[60.0,22.0],[60.0,24.0],[60.0,26.0],[60.0,28.0],[60.0,30.0],[60.0,32.0],[60.0,34.0],[60.0,36.0],[60.0,38.0],[60.0,40.0],[60.0,42.0],[60.0,44.0],[60.0,46.0],[60.0,48.0],[60.0,50.0],[60.0,52.0],[60.0,54.0],[60.0,56.0],[60.0,58.0],[60.0,60.0],[60.0,62.0],[60.0,64.0],[60.0,66.0],[60.0,68.0],[60.0,70.0],[60.0,72.0],[60.0,74.0],[60.0,76.0],[60.0,78.0],[60.0,80.0],[60.0,82.0],[60.0,84.0],[60.0,86.0],[60.0,88.0],[60.0,90.0]]},
"properties": {
"degrees": 60,
"direction": "W",
"display":"60.0 W",
"dd":60,
"FeatureCla":"Graticule","ScaleRank":4,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[80.0,-90],[80.0,-88.0],[80.0,-86.0],[80.0,-84.0],[80.0,-82.0],[80.0,-80.0],[80.0,-78.0],[80.0,-76.0],[80.0,-74.0],[80.0,-72.0],[80.0,-70.0],[80.0,-68.0],[80.0,-66.0],[80.0,-64.0],[80.0,-62.0],[80.0,-60.0],[80.0,-58.0],[80.0,-56.0],[80.0,-54.0],[80.0,-52.0],[80.0,-50.0],[80.0,-48.0],[80.0,-46.0],[80.0,-44.0],[80.0,-42.0],[80.0,-40.0],[80.0,-38.0],[80.0,-36.0],[80.0,-34.0],[80.0,-32.0],[80.0,-30.0],[80.0,-28.0],[80.0,-26.0],[80.0,-24.0],[80.0,-22.0],[80.0,-20.0],[80.0,-18.0],[80.0,-16.0],[80.0,-14.0],[80.0,-12.0],[80.0,-10.0],[80.0,-8.0],[80.0,-6.0],[80.0,-4.0],[80.0,-2.0],[80.0,0.0],[80.0,2.0],[80.0,4.0],[80.0,6.0],[80.0,8.0],[80.0,10.0],[80.0,12.0],[80.0,14.0],[80.0,16.0],[80.0,18.0],[80.0,20.0],[80.0,22.0],[80.0,24.0],[80.0,26.0],[80.0,28.0],[80.0,30.0],[80.0,32.0],[80.0,34.0],[80.0,36.0],[80.0,38.0],[80.0,40.0],[80.0,42.0],[80.0,44.0],[80.0,46.0],[80.0,48.0],[80.0,50.0],[80.0,52.0],[80.0,54.0],[80.0,56.0],[80.0,58.0],[80.0,60.0],[80.0,62.0],[80.0,64.0],[80.0,66.0],[80.0,68.0],[80.0,70.0],[80.0,72.0],[80.0,74.0],[80.0,76.0],[80.0,78.0],[80.0,80.0],[80.0,82.0],[80.0,84.0],[80.0,86.0],[80.0,88.0],[80.0,90.0]]},
"properties": {
"degrees": 80,
"direction": "W",
"display":"80.0 W",
"dd":80,
"FeatureCla":"Graticule","ScaleRank":4,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[100.0,-90],[100.0,-88.0],[100.0,-86.0],[100.0,-84.0],[100.0,-82.0],[100.0,-80.0],[100.0,-78.0],[100.0,-76.0],[100.0,-74.0],[100.0,-72.0],[100.0,-70.0],[100.0,-68.0],[100.0,-66.0],[100.0,-64.0],[100.0,-62.0],[100.0,-60.0],[100.0,-58.0],[100.0,-56.0],[100.0,-54.0],[100.0,-52.0],[100.0,-50.0],[100.0,-48.0],[100.0,-46.0],[100.0,-44.0],[100.0,-42.0],[100.0,-40.0],[100.0,-38.0],[100.0,-36.0],[100.0,-34.0],[100.0,-32.0],[100.0,-30.0],[100.0,-28.0],[100.0,-26.0],[100.0,-24.0],[100.0,-22.0],[100.0,-20.0],[100.0,-18.0],[100.0,-16.0],[100.0,-14.0],[100.0,-12.0],[100.0,-10.0],[100.0,-8.0],[100.0,-6.0],[100.0,-4.0],[100.0,-2.0],[100.0,0.0],[100.0,2.0],[100.0,4.0],[100.0,6.0],[100.0,8.0],[100.0,10.0],[100.0,12.0],[100.0,14.0],[100.0,16.0],[100.0,18.0],[100.0,20.0],[100.0,22.0],[100.0,24.0],[100.0,26.0],[100.0,28.0],[100.0,30.0],[100.0,32.0],[100.0,34.0],[100.0,36.0],[100.0,38.0],[100.0,40.0],[100.0,42.0],[100.0,44.0],[100.0,46.0],[100.0,48.0],[100.0,50.0],[100.0,52.0],[100.0,54.0],[100.0,56.0],[100.0,58.0],[100.0,60.0],[100.0,62.0],[100.0,64.0],[100.0,66.0],[100.0,68.0],[100.0,70.0],[100.0,72.0],[100.0,74.0],[100.0,76.0],[100.0,78.0],[100.0,80.0],[100.0,82.0],[100.0,84.0],[100.0,86.0],[100.0,88.0],[100.0,90.0]]},
"properties": {
"degrees": 100,
"direction": "W",
"display":"100.0 W",
"dd":100,
"FeatureCla":"Graticule","ScaleRank":4,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[120.0,-90],[120.0,-88.0],[120.0,-86.0],[120.0,-84.0],[120.0,-82.0],[120.0,-80.0],[120.0,-78.0],[120.0,-76.0],[120.0,-74.0],[120.0,-72.0],[120.0,-70.0],[120.0,-68.0],[120.0,-66.0],[120.0,-64.0],[120.0,-62.0],[120.0,-60.0],[120.0,-58.0],[120.0,-56.0],[120.0,-54.0],[120.0,-52.0],[120.0,-50.0],[120.0,-48.0],[120.0,-46.0],[120.0,-44.0],[120.0,-42.0],[120.0,-40.0],[120.0,-38.0],[120.0,-36.0],[120.0,-34.0],[120.0,-32.0],[120.0,-30.0],[120.0,-28.0],[120.0,-26.0],[120.0,-24.0],[120.0,-22.0],[120.0,-20.0],[120.0,-18.0],[120.0,-16.0],[120.0,-14.0],[120.0,-12.0],[120.0,-10.0],[120.0,-8.0],[120.0,-6.0],[120.0,-4.0],[120.0,-2.0],[120.0,0.0],[120.0,2.0],[120.0,4.0],[120.0,6.0],[120.0,8.0],[120.0,10.0],[120.0,12.0],[120.0,14.0],[120.0,16.0],[120.0,18.0],[120.0,20.0],[120.0,22.0],[120.0,24.0],[120.0,26.0],[120.0,28.0],[120.0,30.0],[120.0,32.0],[120.0,34.0],[120.0,36.0],[120.0,38.0],[120.0,40.0],[120.0,42.0],[120.0,44.0],[120.0,46.0],[120.0,48.0],[120.0,50.0],[120.0,52.0],[120.0,54.0],[120.0,56.0],[120.0,58.0],[120.0,60.0],[120.0,62.0],[120.0,64.0],[120.0,66.0],[120.0,68.0],[120.0,70.0],[120.0,72.0],[120.0,74.0],[120.0,76.0],[120.0,78.0],[120.0,80.0],[120.0,82.0],[120.0,84.0],[120.0,86.0],[120.0,88.0],[120.0,90.0]]},
"properties": {
"degrees": 120,
"direction": "W",
"display":"120.0 W",
"dd":120,
"FeatureCla":"Graticule","ScaleRank":4,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[140.0,-90],[140.0,-88.0],[140.0,-86.0],[140.0,-84.0],[140.0,-82.0],[140.0,-80.0],[140.0,-78.0],[140.0,-76.0],[140.0,-74.0],[140.0,-72.0],[140.0,-70.0],[140.0,-68.0],[140.0,-66.0],[140.0,-64.0],[140.0,-62.0],[140.0,-60.0],[140.0,-58.0],[140.0,-56.0],[140.0,-54.0],[140.0,-52.0],[140.0,-50.0],[140.0,-48.0],[140.0,-46.0],[140.0,-44.0],[140.0,-42.0],[140.0,-40.0],[140.0,-38.0],[140.0,-36.0],[140.0,-34.0],[140.0,-32.0],[140.0,-30.0],[140.0,-28.0],[140.0,-26.0],[140.0,-24.0],[140.0,-22.0],[140.0,-20.0],[140.0,-18.0],[140.0,-16.0],[140.0,-14.0],[140.0,-12.0],[140.0,-10.0],[140.0,-8.0],[140.0,-6.0],[140.0,-4.0],[140.0,-2.0],[140.0,0.0],[140.0,2.0],[140.0,4.0],[140.0,6.0],[140.0,8.0],[140.0,10.0],[140.0,12.0],[140.0,14.0],[140.0,16.0],[140.0,18.0],[140.0,20.0],[140.0,22.0],[140.0,24.0],[140.0,26.0],[140.0,28.0],[140.0,30.0],[140.0,32.0],[140.0,34.0],[140.0,36.0],[140.0,38.0],[140.0,40.0],[140.0,42.0],[140.0,44.0],[140.0,46.0],[140.0,48.0],[140.0,50.0],[140.0,52.0],[140.0,54.0],[140.0,56.0],[140.0,58.0],[140.0,60.0],[140.0,62.0],[140.0,64.0],[140.0,66.0],[140.0,68.0],[140.0,70.0],[140.0,72.0],[140.0,74.0],[140.0,76.0],[140.0,78.0],[140.0,80.0],[140.0,82.0],[140.0,84.0],[140.0,86.0],[140.0,88.0],[140.0,90.0]]},
"properties": {
"degrees": 140,
"direction": "W",
"display":"140.0 W",
"dd":140,
"FeatureCla":"Graticule","ScaleRank":4,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[160.0,-90],[160.0,-88.0],[160.0,-86.0],[160.0,-84.0],[160.0,-82.0],[160.0,-80.0],[160.0,-78.0],[160.0,-76.0],[160.0,-74.0],[160.0,-72.0],[160.0,-70.0],[160.0,-68.0],[160.0,-66.0],[160.0,-64.0],[160.0,-62.0],[160.0,-60.0],[160.0,-58.0],[160.0,-56.0],[160.0,-54.0],[160.0,-52.0],[160.0,-50.0],[160.0,-48.0],[160.0,-46.0],[160.0,-44.0],[160.0,-42.0],[160.0,-40.0],[160.0,-38.0],[160.0,-36.0],[160.0,-34.0],[160.0,-32.0],[160.0,-30.0],[160.0,-28.0],[160.0,-26.0],[160.0,-24.0],[160.0,-22.0],[160.0,-20.0],[160.0,-18.0],[160.0,-16.0],[160.0,-14.0],[160.0,-12.0],[160.0,-10.0],[160.0,-8.0],[160.0,-6.0],[160.0,-4.0],[160.0,-2.0],[160.0,0.0],[160.0,2.0],[160.0,4.0],[160.0,6.0],[160.0,8.0],[160.0,10.0],[160.0,12.0],[160.0,14.0],[160.0,16.0],[160.0,18.0],[160.0,20.0],[160.0,22.0],[160.0,24.0],[160.0,26.0],[160.0,28.0],[160.0,30.0],[160.0,32.0],[160.0,34.0],[160.0,36.0],[160.0,38.0],[160.0,40.0],[160.0,42.0],[160.0,44.0],[160.0,46.0],[160.0,48.0],[160.0,50.0],[160.0,52.0],[160.0,54.0],[160.0,56.0],[160.0,58.0],[160.0,60.0],[160.0,62.0],[160.0,64.0],[160.0,66.0],[160.0,68.0],[160.0,70.0],[160.0,72.0],[160.0,74.0],[160.0,76.0],[160.0,78.0],[160.0,80.0],[160.0,82.0],[160.0,84.0],[160.0,86.0],[160.0,88.0],[160.0,90.0]]},
"properties": {
"degrees": 160,
"direction": "W",
"display":"160.0 W",
"dd":160,
"FeatureCla":"Graticule","ScaleRank":4,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[180.0,-90],[180.0,-88.0],[180.0,-86.0],[180.0,-84.0],[180.0,-82.0],[180.0,-80.0],[180.0,-78.0],[180.0,-76.0],[180.0,-74.0],[180.0,-72.0],[180.0,-70.0],[180.0,-68.0],[180.0,-66.0],[180.0,-64.0],[180.0,-62.0],[180.0,-60.0],[180.0,-58.0],[180.0,-56.0],[180.0,-54.0],[180.0,-52.0],[180.0,-50.0],[180.0,-48.0],[180.0,-46.0],[180.0,-44.0],[180.0,-42.0],[180.0,-40.0],[180.0,-38.0],[180.0,-36.0],[180.0,-34.0],[180.0,-32.0],[180.0,-30.0],[180.0,-28.0],[180.0,-26.0],[180.0,-24.0],[180.0,-22.0],[180.0,-20.0],[180.0,-18.0],[180.0,-16.0],[180.0,-14.0],[180.0,-12.0],[180.0,-10.0],[180.0,-8.0],[180.0,-6.0],[180.0,-4.0],[180.0,-2.0],[180.0,0.0],[180.0,2.0],[180.0,4.0],[180.0,6.0],[180.0,8.0],[180.0,10.0],[180.0,12.0],[180.0,14.0],[180.0,16.0],[180.0,18.0],[180.0,20.0],[180.0,22.0],[180.0,24.0],[180.0,26.0],[180.0,28.0],[180.0,30.0],[180.0,32.0],[180.0,34.0],[180.0,36.0],[180.0,38.0],[180.0,40.0],[180.0,42.0],[180.0,44.0],[180.0,46.0],[180.0,48.0],[180.0,50.0],[180.0,52.0],[180.0,54.0],[180.0,56.0],[180.0,58.0],[180.0,60.0],[180.0,62.0],[180.0,64.0],[180.0,66.0],[180.0,68.0],[180.0,70.0],[180.0,72.0],[180.0,74.0],[180.0,76.0],[180.0,78.0],[180.0,80.0],[180.0,82.0],[180.0,84.0],[180.0,86.0],[180.0,88.0],[180.0,90.0]]},
"properties": {
"degrees": 180,
"direction": "W",
"display":"180.0 W",
"dd":180,
"FeatureCla":"Graticule","ScaleRank":4,
}
},
]}

View File

@ -0,0 +1,241 @@
{ "type": "FeatureCollection","features": [{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-180,-90],[-178.0,-90],[-176.0,-90],[-174.0,-90],[-172.0,-90],[-170.0,-90],[-168.0,-90],[-166.0,-90],[-164.0,-90],[-162.0,-90],[-160.0,-90],[-158.0,-90],[-156.0,-90],[-154.0,-90],[-152.0,-90],[-150.0,-90],[-148.0,-90],[-146.0,-90],[-144.0,-90],[-142.0,-90],[-140.0,-90],[-138.0,-90],[-136.0,-90],[-134.0,-90],[-132.0,-90],[-130.0,-90],[-128.0,-90],[-126.0,-90],[-124.0,-90],[-122.0,-90],[-120.0,-90],[-118.0,-90],[-116.0,-90],[-114.0,-90],[-112.0,-90],[-110.0,-90],[-108.0,-90],[-106.0,-90],[-104.0,-90],[-102.0,-90],[-100.0,-90],[-98.0,-90],[-96.0,-90],[-94.0,-90],[-92.0,-90],[-90.0,-90],[-88.0,-90],[-86.0,-90],[-84.0,-90],[-82.0,-90],[-80.0,-90],[-78.0,-90],[-76.0,-90],[-74.0,-90],[-72.0,-90],[-70.0,-90],[-68.0,-90],[-66.0,-90],[-64.0,-90],[-62.0,-90],[-60.0,-90],[-58.0,-90],[-56.0,-90],[-54.0,-90],[-52.0,-90],[-50.0,-90],[-48.0,-90],[-46.0,-90],[-44.0,-90],[-42.0,-90],[-40.0,-90],[-38.0,-90],[-36.0,-90],[-34.0,-90],[-32.0,-90],[-30.0,-90],[-28.0,-90],[-26.0,-90],[-24.0,-90],[-22.0,-90],[-20.0,-90],[-18.0,-90],[-16.0,-90],[-14.0,-90],[-12.0,-90],[-10.0,-90],[-8.0,-90],[-6.0,-90],[-4.0,-90],[-2.0,-90],[0.0,-90],[2.0,-90],[4.0,-90],[6.0,-90],[8.0,-90],[10.0,-90],[12.0,-90],[14.0,-90],[16.0,-90],[18.0,-90],[20.0,-90],[22.0,-90],[24.0,-90],[26.0,-90],[28.0,-90],[30.0,-90],[32.0,-90],[34.0,-90],[36.0,-90],[38.0,-90],[40.0,-90],[42.0,-90],[44.0,-90],[46.0,-90],[48.0,-90],[50.0,-90],[52.0,-90],[54.0,-90],[56.0,-90],[58.0,-90],[60.0,-90],[62.0,-90],[64.0,-90],[66.0,-90],[68.0,-90],[70.0,-90],[72.0,-90],[74.0,-90],[76.0,-90],[78.0,-90],[80.0,-90],[82.0,-90],[84.0,-90],[86.0,-90],[88.0,-90],[90.0,-90],[92.0,-90],[94.0,-90],[96.0,-90],[98.0,-90],[100.0,-90],[102.0,-90],[104.0,-90],[106.0,-90],[108.0,-90],[110.0,-90],[112.0,-90],[114.0,-90],[116.0,-90],[118.0,-90],[120.0,-90],[122.0,-90],[124.0,-90],[126.0,-90],[128.0,-90],[130.0,-90],[132.0,-90],[134.0,-90],[136.0,-90],[138.0,-90],[140.0,-90],[142.0,-90],[144.0,-90],[146.0,-90],[148.0,-90],[150.0,-90],[152.0,-90],[154.0,-90],[156.0,-90],[158.0,-90],[160.0,-90],[162.0,-90],[164.0,-90],[166.0,-90],[168.0,-90],[170.0,-90],[172.0,-90],[174.0,-90],[176.0,-90],[178.0,-90],[180.0,-90]]},
"properties": {
"degrees": 90,
"direction": "S",
"display":"90 S",
"dd":-90,
"FeatureCla":"Graticule","ScaleRank":3,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-180,-60.0],[-178.0,-60.0],[-176.0,-60.0],[-174.0,-60.0],[-172.0,-60.0],[-170.0,-60.0],[-168.0,-60.0],[-166.0,-60.0],[-164.0,-60.0],[-162.0,-60.0],[-160.0,-60.0],[-158.0,-60.0],[-156.0,-60.0],[-154.0,-60.0],[-152.0,-60.0],[-150.0,-60.0],[-148.0,-60.0],[-146.0,-60.0],[-144.0,-60.0],[-142.0,-60.0],[-140.0,-60.0],[-138.0,-60.0],[-136.0,-60.0],[-134.0,-60.0],[-132.0,-60.0],[-130.0,-60.0],[-128.0,-60.0],[-126.0,-60.0],[-124.0,-60.0],[-122.0,-60.0],[-120.0,-60.0],[-118.0,-60.0],[-116.0,-60.0],[-114.0,-60.0],[-112.0,-60.0],[-110.0,-60.0],[-108.0,-60.0],[-106.0,-60.0],[-104.0,-60.0],[-102.0,-60.0],[-100.0,-60.0],[-98.0,-60.0],[-96.0,-60.0],[-94.0,-60.0],[-92.0,-60.0],[-90.0,-60.0],[-88.0,-60.0],[-86.0,-60.0],[-84.0,-60.0],[-82.0,-60.0],[-80.0,-60.0],[-78.0,-60.0],[-76.0,-60.0],[-74.0,-60.0],[-72.0,-60.0],[-70.0,-60.0],[-68.0,-60.0],[-66.0,-60.0],[-64.0,-60.0],[-62.0,-60.0],[-60.0,-60.0],[-58.0,-60.0],[-56.0,-60.0],[-54.0,-60.0],[-52.0,-60.0],[-50.0,-60.0],[-48.0,-60.0],[-46.0,-60.0],[-44.0,-60.0],[-42.0,-60.0],[-40.0,-60.0],[-38.0,-60.0],[-36.0,-60.0],[-34.0,-60.0],[-32.0,-60.0],[-30.0,-60.0],[-28.0,-60.0],[-26.0,-60.0],[-24.0,-60.0],[-22.0,-60.0],[-20.0,-60.0],[-18.0,-60.0],[-16.0,-60.0],[-14.0,-60.0],[-12.0,-60.0],[-10.0,-60.0],[-8.0,-60.0],[-6.0,-60.0],[-4.0,-60.0],[-2.0,-60.0],[0.0,-60.0],[2.0,-60.0],[4.0,-60.0],[6.0,-60.0],[8.0,-60.0],[10.0,-60.0],[12.0,-60.0],[14.0,-60.0],[16.0,-60.0],[18.0,-60.0],[20.0,-60.0],[22.0,-60.0],[24.0,-60.0],[26.0,-60.0],[28.0,-60.0],[30.0,-60.0],[32.0,-60.0],[34.0,-60.0],[36.0,-60.0],[38.0,-60.0],[40.0,-60.0],[42.0,-60.0],[44.0,-60.0],[46.0,-60.0],[48.0,-60.0],[50.0,-60.0],[52.0,-60.0],[54.0,-60.0],[56.0,-60.0],[58.0,-60.0],[60.0,-60.0],[62.0,-60.0],[64.0,-60.0],[66.0,-60.0],[68.0,-60.0],[70.0,-60.0],[72.0,-60.0],[74.0,-60.0],[76.0,-60.0],[78.0,-60.0],[80.0,-60.0],[82.0,-60.0],[84.0,-60.0],[86.0,-60.0],[88.0,-60.0],[90.0,-60.0],[92.0,-60.0],[94.0,-60.0],[96.0,-60.0],[98.0,-60.0],[100.0,-60.0],[102.0,-60.0],[104.0,-60.0],[106.0,-60.0],[108.0,-60.0],[110.0,-60.0],[112.0,-60.0],[114.0,-60.0],[116.0,-60.0],[118.0,-60.0],[120.0,-60.0],[122.0,-60.0],[124.0,-60.0],[126.0,-60.0],[128.0,-60.0],[130.0,-60.0],[132.0,-60.0],[134.0,-60.0],[136.0,-60.0],[138.0,-60.0],[140.0,-60.0],[142.0,-60.0],[144.0,-60.0],[146.0,-60.0],[148.0,-60.0],[150.0,-60.0],[152.0,-60.0],[154.0,-60.0],[156.0,-60.0],[158.0,-60.0],[160.0,-60.0],[162.0,-60.0],[164.0,-60.0],[166.0,-60.0],[168.0,-60.0],[170.0,-60.0],[172.0,-60.0],[174.0,-60.0],[176.0,-60.0],[178.0,-60.0],[180.0,-60.0]]},
"properties": {
"degrees": 60,
"direction": "S",
"display":"60.0 S",
"dd":-60,
"FeatureCla":"Graticule","ScaleRank":3,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-180,-30.0],[-178.0,-30.0],[-176.0,-30.0],[-174.0,-30.0],[-172.0,-30.0],[-170.0,-30.0],[-168.0,-30.0],[-166.0,-30.0],[-164.0,-30.0],[-162.0,-30.0],[-160.0,-30.0],[-158.0,-30.0],[-156.0,-30.0],[-154.0,-30.0],[-152.0,-30.0],[-150.0,-30.0],[-148.0,-30.0],[-146.0,-30.0],[-144.0,-30.0],[-142.0,-30.0],[-140.0,-30.0],[-138.0,-30.0],[-136.0,-30.0],[-134.0,-30.0],[-132.0,-30.0],[-130.0,-30.0],[-128.0,-30.0],[-126.0,-30.0],[-124.0,-30.0],[-122.0,-30.0],[-120.0,-30.0],[-118.0,-30.0],[-116.0,-30.0],[-114.0,-30.0],[-112.0,-30.0],[-110.0,-30.0],[-108.0,-30.0],[-106.0,-30.0],[-104.0,-30.0],[-102.0,-30.0],[-100.0,-30.0],[-98.0,-30.0],[-96.0,-30.0],[-94.0,-30.0],[-92.0,-30.0],[-90.0,-30.0],[-88.0,-30.0],[-86.0,-30.0],[-84.0,-30.0],[-82.0,-30.0],[-80.0,-30.0],[-78.0,-30.0],[-76.0,-30.0],[-74.0,-30.0],[-72.0,-30.0],[-70.0,-30.0],[-68.0,-30.0],[-66.0,-30.0],[-64.0,-30.0],[-62.0,-30.0],[-60.0,-30.0],[-58.0,-30.0],[-56.0,-30.0],[-54.0,-30.0],[-52.0,-30.0],[-50.0,-30.0],[-48.0,-30.0],[-46.0,-30.0],[-44.0,-30.0],[-42.0,-30.0],[-40.0,-30.0],[-38.0,-30.0],[-36.0,-30.0],[-34.0,-30.0],[-32.0,-30.0],[-30.0,-30.0],[-28.0,-30.0],[-26.0,-30.0],[-24.0,-30.0],[-22.0,-30.0],[-20.0,-30.0],[-18.0,-30.0],[-16.0,-30.0],[-14.0,-30.0],[-12.0,-30.0],[-10.0,-30.0],[-8.0,-30.0],[-6.0,-30.0],[-4.0,-30.0],[-2.0,-30.0],[0.0,-30.0],[2.0,-30.0],[4.0,-30.0],[6.0,-30.0],[8.0,-30.0],[10.0,-30.0],[12.0,-30.0],[14.0,-30.0],[16.0,-30.0],[18.0,-30.0],[20.0,-30.0],[22.0,-30.0],[24.0,-30.0],[26.0,-30.0],[28.0,-30.0],[30.0,-30.0],[32.0,-30.0],[34.0,-30.0],[36.0,-30.0],[38.0,-30.0],[40.0,-30.0],[42.0,-30.0],[44.0,-30.0],[46.0,-30.0],[48.0,-30.0],[50.0,-30.0],[52.0,-30.0],[54.0,-30.0],[56.0,-30.0],[58.0,-30.0],[60.0,-30.0],[62.0,-30.0],[64.0,-30.0],[66.0,-30.0],[68.0,-30.0],[70.0,-30.0],[72.0,-30.0],[74.0,-30.0],[76.0,-30.0],[78.0,-30.0],[80.0,-30.0],[82.0,-30.0],[84.0,-30.0],[86.0,-30.0],[88.0,-30.0],[90.0,-30.0],[92.0,-30.0],[94.0,-30.0],[96.0,-30.0],[98.0,-30.0],[100.0,-30.0],[102.0,-30.0],[104.0,-30.0],[106.0,-30.0],[108.0,-30.0],[110.0,-30.0],[112.0,-30.0],[114.0,-30.0],[116.0,-30.0],[118.0,-30.0],[120.0,-30.0],[122.0,-30.0],[124.0,-30.0],[126.0,-30.0],[128.0,-30.0],[130.0,-30.0],[132.0,-30.0],[134.0,-30.0],[136.0,-30.0],[138.0,-30.0],[140.0,-30.0],[142.0,-30.0],[144.0,-30.0],[146.0,-30.0],[148.0,-30.0],[150.0,-30.0],[152.0,-30.0],[154.0,-30.0],[156.0,-30.0],[158.0,-30.0],[160.0,-30.0],[162.0,-30.0],[164.0,-30.0],[166.0,-30.0],[168.0,-30.0],[170.0,-30.0],[172.0,-30.0],[174.0,-30.0],[176.0,-30.0],[178.0,-30.0],[180.0,-30.0]]},
"properties": {
"degrees": 30,
"direction": "S",
"display":"30.0 S",
"dd":-30,
"FeatureCla":"Graticule","ScaleRank":3,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-180,0.0],[-178.0,0.0],[-176.0,0.0],[-174.0,0.0],[-172.0,0.0],[-170.0,0.0],[-168.0,0.0],[-166.0,0.0],[-164.0,0.0],[-162.0,0.0],[-160.0,0.0],[-158.0,0.0],[-156.0,0.0],[-154.0,0.0],[-152.0,0.0],[-150.0,0.0],[-148.0,0.0],[-146.0,0.0],[-144.0,0.0],[-142.0,0.0],[-140.0,0.0],[-138.0,0.0],[-136.0,0.0],[-134.0,0.0],[-132.0,0.0],[-130.0,0.0],[-128.0,0.0],[-126.0,0.0],[-124.0,0.0],[-122.0,0.0],[-120.0,0.0],[-118.0,0.0],[-116.0,0.0],[-114.0,0.0],[-112.0,0.0],[-110.0,0.0],[-108.0,0.0],[-106.0,0.0],[-104.0,0.0],[-102.0,0.0],[-100.0,0.0],[-98.0,0.0],[-96.0,0.0],[-94.0,0.0],[-92.0,0.0],[-90.0,0.0],[-88.0,0.0],[-86.0,0.0],[-84.0,0.0],[-82.0,0.0],[-80.0,0.0],[-78.0,0.0],[-76.0,0.0],[-74.0,0.0],[-72.0,0.0],[-70.0,0.0],[-68.0,0.0],[-66.0,0.0],[-64.0,0.0],[-62.0,0.0],[-60.0,0.0],[-58.0,0.0],[-56.0,0.0],[-54.0,0.0],[-52.0,0.0],[-50.0,0.0],[-48.0,0.0],[-46.0,0.0],[-44.0,0.0],[-42.0,0.0],[-40.0,0.0],[-38.0,0.0],[-36.0,0.0],[-34.0,0.0],[-32.0,0.0],[-30.0,0.0],[-28.0,0.0],[-26.0,0.0],[-24.0,0.0],[-22.0,0.0],[-20.0,0.0],[-18.0,0.0],[-16.0,0.0],[-14.0,0.0],[-12.0,0.0],[-10.0,0.0],[-8.0,0.0],[-6.0,0.0],[-4.0,0.0],[-2.0,0.0],[0.0,0.0],[2.0,0.0],[4.0,0.0],[6.0,0.0],[8.0,0.0],[10.0,0.0],[12.0,0.0],[14.0,0.0],[16.0,0.0],[18.0,0.0],[20.0,0.0],[22.0,0.0],[24.0,0.0],[26.0,0.0],[28.0,0.0],[30.0,0.0],[32.0,0.0],[34.0,0.0],[36.0,0.0],[38.0,0.0],[40.0,0.0],[42.0,0.0],[44.0,0.0],[46.0,0.0],[48.0,0.0],[50.0,0.0],[52.0,0.0],[54.0,0.0],[56.0,0.0],[58.0,0.0],[60.0,0.0],[62.0,0.0],[64.0,0.0],[66.0,0.0],[68.0,0.0],[70.0,0.0],[72.0,0.0],[74.0,0.0],[76.0,0.0],[78.0,0.0],[80.0,0.0],[82.0,0.0],[84.0,0.0],[86.0,0.0],[88.0,0.0],[90.0,0.0],[92.0,0.0],[94.0,0.0],[96.0,0.0],[98.0,0.0],[100.0,0.0],[102.0,0.0],[104.0,0.0],[106.0,0.0],[108.0,0.0],[110.0,0.0],[112.0,0.0],[114.0,0.0],[116.0,0.0],[118.0,0.0],[120.0,0.0],[122.0,0.0],[124.0,0.0],[126.0,0.0],[128.0,0.0],[130.0,0.0],[132.0,0.0],[134.0,0.0],[136.0,0.0],[138.0,0.0],[140.0,0.0],[142.0,0.0],[144.0,0.0],[146.0,0.0],[148.0,0.0],[150.0,0.0],[152.0,0.0],[154.0,0.0],[156.0,0.0],[158.0,0.0],[160.0,0.0],[162.0,0.0],[164.0,0.0],[166.0,0.0],[168.0,0.0],[170.0,0.0],[172.0,0.0],[174.0,0.0],[176.0,0.0],[178.0,0.0],[180.0,0.0]]},
"properties": {
"degrees": 0,
"direction": "N",
"display":"0.0 N",
"dd":0,
"FeatureCla":"Graticule","ScaleRank":3,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-180,30.0],[-178.0,30.0],[-176.0,30.0],[-174.0,30.0],[-172.0,30.0],[-170.0,30.0],[-168.0,30.0],[-166.0,30.0],[-164.0,30.0],[-162.0,30.0],[-160.0,30.0],[-158.0,30.0],[-156.0,30.0],[-154.0,30.0],[-152.0,30.0],[-150.0,30.0],[-148.0,30.0],[-146.0,30.0],[-144.0,30.0],[-142.0,30.0],[-140.0,30.0],[-138.0,30.0],[-136.0,30.0],[-134.0,30.0],[-132.0,30.0],[-130.0,30.0],[-128.0,30.0],[-126.0,30.0],[-124.0,30.0],[-122.0,30.0],[-120.0,30.0],[-118.0,30.0],[-116.0,30.0],[-114.0,30.0],[-112.0,30.0],[-110.0,30.0],[-108.0,30.0],[-106.0,30.0],[-104.0,30.0],[-102.0,30.0],[-100.0,30.0],[-98.0,30.0],[-96.0,30.0],[-94.0,30.0],[-92.0,30.0],[-90.0,30.0],[-88.0,30.0],[-86.0,30.0],[-84.0,30.0],[-82.0,30.0],[-80.0,30.0],[-78.0,30.0],[-76.0,30.0],[-74.0,30.0],[-72.0,30.0],[-70.0,30.0],[-68.0,30.0],[-66.0,30.0],[-64.0,30.0],[-62.0,30.0],[-60.0,30.0],[-58.0,30.0],[-56.0,30.0],[-54.0,30.0],[-52.0,30.0],[-50.0,30.0],[-48.0,30.0],[-46.0,30.0],[-44.0,30.0],[-42.0,30.0],[-40.0,30.0],[-38.0,30.0],[-36.0,30.0],[-34.0,30.0],[-32.0,30.0],[-30.0,30.0],[-28.0,30.0],[-26.0,30.0],[-24.0,30.0],[-22.0,30.0],[-20.0,30.0],[-18.0,30.0],[-16.0,30.0],[-14.0,30.0],[-12.0,30.0],[-10.0,30.0],[-8.0,30.0],[-6.0,30.0],[-4.0,30.0],[-2.0,30.0],[0.0,30.0],[2.0,30.0],[4.0,30.0],[6.0,30.0],[8.0,30.0],[10.0,30.0],[12.0,30.0],[14.0,30.0],[16.0,30.0],[18.0,30.0],[20.0,30.0],[22.0,30.0],[24.0,30.0],[26.0,30.0],[28.0,30.0],[30.0,30.0],[32.0,30.0],[34.0,30.0],[36.0,30.0],[38.0,30.0],[40.0,30.0],[42.0,30.0],[44.0,30.0],[46.0,30.0],[48.0,30.0],[50.0,30.0],[52.0,30.0],[54.0,30.0],[56.0,30.0],[58.0,30.0],[60.0,30.0],[62.0,30.0],[64.0,30.0],[66.0,30.0],[68.0,30.0],[70.0,30.0],[72.0,30.0],[74.0,30.0],[76.0,30.0],[78.0,30.0],[80.0,30.0],[82.0,30.0],[84.0,30.0],[86.0,30.0],[88.0,30.0],[90.0,30.0],[92.0,30.0],[94.0,30.0],[96.0,30.0],[98.0,30.0],[100.0,30.0],[102.0,30.0],[104.0,30.0],[106.0,30.0],[108.0,30.0],[110.0,30.0],[112.0,30.0],[114.0,30.0],[116.0,30.0],[118.0,30.0],[120.0,30.0],[122.0,30.0],[124.0,30.0],[126.0,30.0],[128.0,30.0],[130.0,30.0],[132.0,30.0],[134.0,30.0],[136.0,30.0],[138.0,30.0],[140.0,30.0],[142.0,30.0],[144.0,30.0],[146.0,30.0],[148.0,30.0],[150.0,30.0],[152.0,30.0],[154.0,30.0],[156.0,30.0],[158.0,30.0],[160.0,30.0],[162.0,30.0],[164.0,30.0],[166.0,30.0],[168.0,30.0],[170.0,30.0],[172.0,30.0],[174.0,30.0],[176.0,30.0],[178.0,30.0],[180.0,30.0]]},
"properties": {
"degrees": 30,
"direction": "N",
"display":"30.0 N",
"dd":30,
"FeatureCla":"Graticule","ScaleRank":3,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-180,60.0],[-178.0,60.0],[-176.0,60.0],[-174.0,60.0],[-172.0,60.0],[-170.0,60.0],[-168.0,60.0],[-166.0,60.0],[-164.0,60.0],[-162.0,60.0],[-160.0,60.0],[-158.0,60.0],[-156.0,60.0],[-154.0,60.0],[-152.0,60.0],[-150.0,60.0],[-148.0,60.0],[-146.0,60.0],[-144.0,60.0],[-142.0,60.0],[-140.0,60.0],[-138.0,60.0],[-136.0,60.0],[-134.0,60.0],[-132.0,60.0],[-130.0,60.0],[-128.0,60.0],[-126.0,60.0],[-124.0,60.0],[-122.0,60.0],[-120.0,60.0],[-118.0,60.0],[-116.0,60.0],[-114.0,60.0],[-112.0,60.0],[-110.0,60.0],[-108.0,60.0],[-106.0,60.0],[-104.0,60.0],[-102.0,60.0],[-100.0,60.0],[-98.0,60.0],[-96.0,60.0],[-94.0,60.0],[-92.0,60.0],[-90.0,60.0],[-88.0,60.0],[-86.0,60.0],[-84.0,60.0],[-82.0,60.0],[-80.0,60.0],[-78.0,60.0],[-76.0,60.0],[-74.0,60.0],[-72.0,60.0],[-70.0,60.0],[-68.0,60.0],[-66.0,60.0],[-64.0,60.0],[-62.0,60.0],[-60.0,60.0],[-58.0,60.0],[-56.0,60.0],[-54.0,60.0],[-52.0,60.0],[-50.0,60.0],[-48.0,60.0],[-46.0,60.0],[-44.0,60.0],[-42.0,60.0],[-40.0,60.0],[-38.0,60.0],[-36.0,60.0],[-34.0,60.0],[-32.0,60.0],[-30.0,60.0],[-28.0,60.0],[-26.0,60.0],[-24.0,60.0],[-22.0,60.0],[-20.0,60.0],[-18.0,60.0],[-16.0,60.0],[-14.0,60.0],[-12.0,60.0],[-10.0,60.0],[-8.0,60.0],[-6.0,60.0],[-4.0,60.0],[-2.0,60.0],[0.0,60.0],[2.0,60.0],[4.0,60.0],[6.0,60.0],[8.0,60.0],[10.0,60.0],[12.0,60.0],[14.0,60.0],[16.0,60.0],[18.0,60.0],[20.0,60.0],[22.0,60.0],[24.0,60.0],[26.0,60.0],[28.0,60.0],[30.0,60.0],[32.0,60.0],[34.0,60.0],[36.0,60.0],[38.0,60.0],[40.0,60.0],[42.0,60.0],[44.0,60.0],[46.0,60.0],[48.0,60.0],[50.0,60.0],[52.0,60.0],[54.0,60.0],[56.0,60.0],[58.0,60.0],[60.0,60.0],[62.0,60.0],[64.0,60.0],[66.0,60.0],[68.0,60.0],[70.0,60.0],[72.0,60.0],[74.0,60.0],[76.0,60.0],[78.0,60.0],[80.0,60.0],[82.0,60.0],[84.0,60.0],[86.0,60.0],[88.0,60.0],[90.0,60.0],[92.0,60.0],[94.0,60.0],[96.0,60.0],[98.0,60.0],[100.0,60.0],[102.0,60.0],[104.0,60.0],[106.0,60.0],[108.0,60.0],[110.0,60.0],[112.0,60.0],[114.0,60.0],[116.0,60.0],[118.0,60.0],[120.0,60.0],[122.0,60.0],[124.0,60.0],[126.0,60.0],[128.0,60.0],[130.0,60.0],[132.0,60.0],[134.0,60.0],[136.0,60.0],[138.0,60.0],[140.0,60.0],[142.0,60.0],[144.0,60.0],[146.0,60.0],[148.0,60.0],[150.0,60.0],[152.0,60.0],[154.0,60.0],[156.0,60.0],[158.0,60.0],[160.0,60.0],[162.0,60.0],[164.0,60.0],[166.0,60.0],[168.0,60.0],[170.0,60.0],[172.0,60.0],[174.0,60.0],[176.0,60.0],[178.0,60.0],[180.0,60.0]]},
"properties": {
"degrees": 60,
"direction": "N",
"display":"60.0 N",
"dd":60,
"FeatureCla":"Graticule","ScaleRank":3,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-180,90.0],[-178.0,90.0],[-176.0,90.0],[-174.0,90.0],[-172.0,90.0],[-170.0,90.0],[-168.0,90.0],[-166.0,90.0],[-164.0,90.0],[-162.0,90.0],[-160.0,90.0],[-158.0,90.0],[-156.0,90.0],[-154.0,90.0],[-152.0,90.0],[-150.0,90.0],[-148.0,90.0],[-146.0,90.0],[-144.0,90.0],[-142.0,90.0],[-140.0,90.0],[-138.0,90.0],[-136.0,90.0],[-134.0,90.0],[-132.0,90.0],[-130.0,90.0],[-128.0,90.0],[-126.0,90.0],[-124.0,90.0],[-122.0,90.0],[-120.0,90.0],[-118.0,90.0],[-116.0,90.0],[-114.0,90.0],[-112.0,90.0],[-110.0,90.0],[-108.0,90.0],[-106.0,90.0],[-104.0,90.0],[-102.0,90.0],[-100.0,90.0],[-98.0,90.0],[-96.0,90.0],[-94.0,90.0],[-92.0,90.0],[-90.0,90.0],[-88.0,90.0],[-86.0,90.0],[-84.0,90.0],[-82.0,90.0],[-80.0,90.0],[-78.0,90.0],[-76.0,90.0],[-74.0,90.0],[-72.0,90.0],[-70.0,90.0],[-68.0,90.0],[-66.0,90.0],[-64.0,90.0],[-62.0,90.0],[-60.0,90.0],[-58.0,90.0],[-56.0,90.0],[-54.0,90.0],[-52.0,90.0],[-50.0,90.0],[-48.0,90.0],[-46.0,90.0],[-44.0,90.0],[-42.0,90.0],[-40.0,90.0],[-38.0,90.0],[-36.0,90.0],[-34.0,90.0],[-32.0,90.0],[-30.0,90.0],[-28.0,90.0],[-26.0,90.0],[-24.0,90.0],[-22.0,90.0],[-20.0,90.0],[-18.0,90.0],[-16.0,90.0],[-14.0,90.0],[-12.0,90.0],[-10.0,90.0],[-8.0,90.0],[-6.0,90.0],[-4.0,90.0],[-2.0,90.0],[0.0,90.0],[2.0,90.0],[4.0,90.0],[6.0,90.0],[8.0,90.0],[10.0,90.0],[12.0,90.0],[14.0,90.0],[16.0,90.0],[18.0,90.0],[20.0,90.0],[22.0,90.0],[24.0,90.0],[26.0,90.0],[28.0,90.0],[30.0,90.0],[32.0,90.0],[34.0,90.0],[36.0,90.0],[38.0,90.0],[40.0,90.0],[42.0,90.0],[44.0,90.0],[46.0,90.0],[48.0,90.0],[50.0,90.0],[52.0,90.0],[54.0,90.0],[56.0,90.0],[58.0,90.0],[60.0,90.0],[62.0,90.0],[64.0,90.0],[66.0,90.0],[68.0,90.0],[70.0,90.0],[72.0,90.0],[74.0,90.0],[76.0,90.0],[78.0,90.0],[80.0,90.0],[82.0,90.0],[84.0,90.0],[86.0,90.0],[88.0,90.0],[90.0,90.0],[92.0,90.0],[94.0,90.0],[96.0,90.0],[98.0,90.0],[100.0,90.0],[102.0,90.0],[104.0,90.0],[106.0,90.0],[108.0,90.0],[110.0,90.0],[112.0,90.0],[114.0,90.0],[116.0,90.0],[118.0,90.0],[120.0,90.0],[122.0,90.0],[124.0,90.0],[126.0,90.0],[128.0,90.0],[130.0,90.0],[132.0,90.0],[134.0,90.0],[136.0,90.0],[138.0,90.0],[140.0,90.0],[142.0,90.0],[144.0,90.0],[146.0,90.0],[148.0,90.0],[150.0,90.0],[152.0,90.0],[154.0,90.0],[156.0,90.0],[158.0,90.0],[160.0,90.0],[162.0,90.0],[164.0,90.0],[166.0,90.0],[168.0,90.0],[170.0,90.0],[172.0,90.0],[174.0,90.0],[176.0,90.0],[178.0,90.0],[180.0,90.0]]},
"properties": {
"degrees": 90,
"direction": "N",
"display":"90.0 N",
"dd":90,
"FeatureCla":"Graticule","ScaleRank":3,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-180,-90],[-180,-88.0],[-180,-86.0],[-180,-84.0],[-180,-82.0],[-180,-80.0],[-180,-78.0],[-180,-76.0],[-180,-74.0],[-180,-72.0],[-180,-70.0],[-180,-68.0],[-180,-66.0],[-180,-64.0],[-180,-62.0],[-180,-60.0],[-180,-58.0],[-180,-56.0],[-180,-54.0],[-180,-52.0],[-180,-50.0],[-180,-48.0],[-180,-46.0],[-180,-44.0],[-180,-42.0],[-180,-40.0],[-180,-38.0],[-180,-36.0],[-180,-34.0],[-180,-32.0],[-180,-30.0],[-180,-28.0],[-180,-26.0],[-180,-24.0],[-180,-22.0],[-180,-20.0],[-180,-18.0],[-180,-16.0],[-180,-14.0],[-180,-12.0],[-180,-10.0],[-180,-8.0],[-180,-6.0],[-180,-4.0],[-180,-2.0],[-180,0.0],[-180,2.0],[-180,4.0],[-180,6.0],[-180,8.0],[-180,10.0],[-180,12.0],[-180,14.0],[-180,16.0],[-180,18.0],[-180,20.0],[-180,22.0],[-180,24.0],[-180,26.0],[-180,28.0],[-180,30.0],[-180,32.0],[-180,34.0],[-180,36.0],[-180,38.0],[-180,40.0],[-180,42.0],[-180,44.0],[-180,46.0],[-180,48.0],[-180,50.0],[-180,52.0],[-180,54.0],[-180,56.0],[-180,58.0],[-180,60.0],[-180,62.0],[-180,64.0],[-180,66.0],[-180,68.0],[-180,70.0],[-180,72.0],[-180,74.0],[-180,76.0],[-180,78.0],[-180,80.0],[-180,82.0],[-180,84.0],[-180,86.0],[-180,88.0],[-180,90.0]]},
"properties": {
"degrees": 180,
"direction": "E",
"display":"180 E",
"dd":-180,
"FeatureCla":"Graticule","ScaleRank":3,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-150.0,-90],[-150.0,-88.0],[-150.0,-86.0],[-150.0,-84.0],[-150.0,-82.0],[-150.0,-80.0],[-150.0,-78.0],[-150.0,-76.0],[-150.0,-74.0],[-150.0,-72.0],[-150.0,-70.0],[-150.0,-68.0],[-150.0,-66.0],[-150.0,-64.0],[-150.0,-62.0],[-150.0,-60.0],[-150.0,-58.0],[-150.0,-56.0],[-150.0,-54.0],[-150.0,-52.0],[-150.0,-50.0],[-150.0,-48.0],[-150.0,-46.0],[-150.0,-44.0],[-150.0,-42.0],[-150.0,-40.0],[-150.0,-38.0],[-150.0,-36.0],[-150.0,-34.0],[-150.0,-32.0],[-150.0,-30.0],[-150.0,-28.0],[-150.0,-26.0],[-150.0,-24.0],[-150.0,-22.0],[-150.0,-20.0],[-150.0,-18.0],[-150.0,-16.0],[-150.0,-14.0],[-150.0,-12.0],[-150.0,-10.0],[-150.0,-8.0],[-150.0,-6.0],[-150.0,-4.0],[-150.0,-2.0],[-150.0,0.0],[-150.0,2.0],[-150.0,4.0],[-150.0,6.0],[-150.0,8.0],[-150.0,10.0],[-150.0,12.0],[-150.0,14.0],[-150.0,16.0],[-150.0,18.0],[-150.0,20.0],[-150.0,22.0],[-150.0,24.0],[-150.0,26.0],[-150.0,28.0],[-150.0,30.0],[-150.0,32.0],[-150.0,34.0],[-150.0,36.0],[-150.0,38.0],[-150.0,40.0],[-150.0,42.0],[-150.0,44.0],[-150.0,46.0],[-150.0,48.0],[-150.0,50.0],[-150.0,52.0],[-150.0,54.0],[-150.0,56.0],[-150.0,58.0],[-150.0,60.0],[-150.0,62.0],[-150.0,64.0],[-150.0,66.0],[-150.0,68.0],[-150.0,70.0],[-150.0,72.0],[-150.0,74.0],[-150.0,76.0],[-150.0,78.0],[-150.0,80.0],[-150.0,82.0],[-150.0,84.0],[-150.0,86.0],[-150.0,88.0],[-150.0,90.0]]},
"properties": {
"degrees": 150,
"direction": "E",
"display":"150.0 E",
"dd":-150,
"FeatureCla":"Graticule","ScaleRank":3,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-120.0,-90],[-120.0,-88.0],[-120.0,-86.0],[-120.0,-84.0],[-120.0,-82.0],[-120.0,-80.0],[-120.0,-78.0],[-120.0,-76.0],[-120.0,-74.0],[-120.0,-72.0],[-120.0,-70.0],[-120.0,-68.0],[-120.0,-66.0],[-120.0,-64.0],[-120.0,-62.0],[-120.0,-60.0],[-120.0,-58.0],[-120.0,-56.0],[-120.0,-54.0],[-120.0,-52.0],[-120.0,-50.0],[-120.0,-48.0],[-120.0,-46.0],[-120.0,-44.0],[-120.0,-42.0],[-120.0,-40.0],[-120.0,-38.0],[-120.0,-36.0],[-120.0,-34.0],[-120.0,-32.0],[-120.0,-30.0],[-120.0,-28.0],[-120.0,-26.0],[-120.0,-24.0],[-120.0,-22.0],[-120.0,-20.0],[-120.0,-18.0],[-120.0,-16.0],[-120.0,-14.0],[-120.0,-12.0],[-120.0,-10.0],[-120.0,-8.0],[-120.0,-6.0],[-120.0,-4.0],[-120.0,-2.0],[-120.0,0.0],[-120.0,2.0],[-120.0,4.0],[-120.0,6.0],[-120.0,8.0],[-120.0,10.0],[-120.0,12.0],[-120.0,14.0],[-120.0,16.0],[-120.0,18.0],[-120.0,20.0],[-120.0,22.0],[-120.0,24.0],[-120.0,26.0],[-120.0,28.0],[-120.0,30.0],[-120.0,32.0],[-120.0,34.0],[-120.0,36.0],[-120.0,38.0],[-120.0,40.0],[-120.0,42.0],[-120.0,44.0],[-120.0,46.0],[-120.0,48.0],[-120.0,50.0],[-120.0,52.0],[-120.0,54.0],[-120.0,56.0],[-120.0,58.0],[-120.0,60.0],[-120.0,62.0],[-120.0,64.0],[-120.0,66.0],[-120.0,68.0],[-120.0,70.0],[-120.0,72.0],[-120.0,74.0],[-120.0,76.0],[-120.0,78.0],[-120.0,80.0],[-120.0,82.0],[-120.0,84.0],[-120.0,86.0],[-120.0,88.0],[-120.0,90.0]]},
"properties": {
"degrees": 120,
"direction": "E",
"display":"120.0 E",
"dd":-120,
"FeatureCla":"Graticule","ScaleRank":3,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-90.0,-90],[-90.0,-88.0],[-90.0,-86.0],[-90.0,-84.0],[-90.0,-82.0],[-90.0,-80.0],[-90.0,-78.0],[-90.0,-76.0],[-90.0,-74.0],[-90.0,-72.0],[-90.0,-70.0],[-90.0,-68.0],[-90.0,-66.0],[-90.0,-64.0],[-90.0,-62.0],[-90.0,-60.0],[-90.0,-58.0],[-90.0,-56.0],[-90.0,-54.0],[-90.0,-52.0],[-90.0,-50.0],[-90.0,-48.0],[-90.0,-46.0],[-90.0,-44.0],[-90.0,-42.0],[-90.0,-40.0],[-90.0,-38.0],[-90.0,-36.0],[-90.0,-34.0],[-90.0,-32.0],[-90.0,-30.0],[-90.0,-28.0],[-90.0,-26.0],[-90.0,-24.0],[-90.0,-22.0],[-90.0,-20.0],[-90.0,-18.0],[-90.0,-16.0],[-90.0,-14.0],[-90.0,-12.0],[-90.0,-10.0],[-90.0,-8.0],[-90.0,-6.0],[-90.0,-4.0],[-90.0,-2.0],[-90.0,0.0],[-90.0,2.0],[-90.0,4.0],[-90.0,6.0],[-90.0,8.0],[-90.0,10.0],[-90.0,12.0],[-90.0,14.0],[-90.0,16.0],[-90.0,18.0],[-90.0,20.0],[-90.0,22.0],[-90.0,24.0],[-90.0,26.0],[-90.0,28.0],[-90.0,30.0],[-90.0,32.0],[-90.0,34.0],[-90.0,36.0],[-90.0,38.0],[-90.0,40.0],[-90.0,42.0],[-90.0,44.0],[-90.0,46.0],[-90.0,48.0],[-90.0,50.0],[-90.0,52.0],[-90.0,54.0],[-90.0,56.0],[-90.0,58.0],[-90.0,60.0],[-90.0,62.0],[-90.0,64.0],[-90.0,66.0],[-90.0,68.0],[-90.0,70.0],[-90.0,72.0],[-90.0,74.0],[-90.0,76.0],[-90.0,78.0],[-90.0,80.0],[-90.0,82.0],[-90.0,84.0],[-90.0,86.0],[-90.0,88.0],[-90.0,90.0]]},
"properties": {
"degrees": 90,
"direction": "E",
"display":"90.0 E",
"dd":-90,
"FeatureCla":"Graticule","ScaleRank":3,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-60.0,-90],[-60.0,-88.0],[-60.0,-86.0],[-60.0,-84.0],[-60.0,-82.0],[-60.0,-80.0],[-60.0,-78.0],[-60.0,-76.0],[-60.0,-74.0],[-60.0,-72.0],[-60.0,-70.0],[-60.0,-68.0],[-60.0,-66.0],[-60.0,-64.0],[-60.0,-62.0],[-60.0,-60.0],[-60.0,-58.0],[-60.0,-56.0],[-60.0,-54.0],[-60.0,-52.0],[-60.0,-50.0],[-60.0,-48.0],[-60.0,-46.0],[-60.0,-44.0],[-60.0,-42.0],[-60.0,-40.0],[-60.0,-38.0],[-60.0,-36.0],[-60.0,-34.0],[-60.0,-32.0],[-60.0,-30.0],[-60.0,-28.0],[-60.0,-26.0],[-60.0,-24.0],[-60.0,-22.0],[-60.0,-20.0],[-60.0,-18.0],[-60.0,-16.0],[-60.0,-14.0],[-60.0,-12.0],[-60.0,-10.0],[-60.0,-8.0],[-60.0,-6.0],[-60.0,-4.0],[-60.0,-2.0],[-60.0,0.0],[-60.0,2.0],[-60.0,4.0],[-60.0,6.0],[-60.0,8.0],[-60.0,10.0],[-60.0,12.0],[-60.0,14.0],[-60.0,16.0],[-60.0,18.0],[-60.0,20.0],[-60.0,22.0],[-60.0,24.0],[-60.0,26.0],[-60.0,28.0],[-60.0,30.0],[-60.0,32.0],[-60.0,34.0],[-60.0,36.0],[-60.0,38.0],[-60.0,40.0],[-60.0,42.0],[-60.0,44.0],[-60.0,46.0],[-60.0,48.0],[-60.0,50.0],[-60.0,52.0],[-60.0,54.0],[-60.0,56.0],[-60.0,58.0],[-60.0,60.0],[-60.0,62.0],[-60.0,64.0],[-60.0,66.0],[-60.0,68.0],[-60.0,70.0],[-60.0,72.0],[-60.0,74.0],[-60.0,76.0],[-60.0,78.0],[-60.0,80.0],[-60.0,82.0],[-60.0,84.0],[-60.0,86.0],[-60.0,88.0],[-60.0,90.0]]},
"properties": {
"degrees": 60,
"direction": "E",
"display":"60.0 E",
"dd":-60,
"FeatureCla":"Graticule","ScaleRank":3,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[-30.0,-90],[-30.0,-88.0],[-30.0,-86.0],[-30.0,-84.0],[-30.0,-82.0],[-30.0,-80.0],[-30.0,-78.0],[-30.0,-76.0],[-30.0,-74.0],[-30.0,-72.0],[-30.0,-70.0],[-30.0,-68.0],[-30.0,-66.0],[-30.0,-64.0],[-30.0,-62.0],[-30.0,-60.0],[-30.0,-58.0],[-30.0,-56.0],[-30.0,-54.0],[-30.0,-52.0],[-30.0,-50.0],[-30.0,-48.0],[-30.0,-46.0],[-30.0,-44.0],[-30.0,-42.0],[-30.0,-40.0],[-30.0,-38.0],[-30.0,-36.0],[-30.0,-34.0],[-30.0,-32.0],[-30.0,-30.0],[-30.0,-28.0],[-30.0,-26.0],[-30.0,-24.0],[-30.0,-22.0],[-30.0,-20.0],[-30.0,-18.0],[-30.0,-16.0],[-30.0,-14.0],[-30.0,-12.0],[-30.0,-10.0],[-30.0,-8.0],[-30.0,-6.0],[-30.0,-4.0],[-30.0,-2.0],[-30.0,0.0],[-30.0,2.0],[-30.0,4.0],[-30.0,6.0],[-30.0,8.0],[-30.0,10.0],[-30.0,12.0],[-30.0,14.0],[-30.0,16.0],[-30.0,18.0],[-30.0,20.0],[-30.0,22.0],[-30.0,24.0],[-30.0,26.0],[-30.0,28.0],[-30.0,30.0],[-30.0,32.0],[-30.0,34.0],[-30.0,36.0],[-30.0,38.0],[-30.0,40.0],[-30.0,42.0],[-30.0,44.0],[-30.0,46.0],[-30.0,48.0],[-30.0,50.0],[-30.0,52.0],[-30.0,54.0],[-30.0,56.0],[-30.0,58.0],[-30.0,60.0],[-30.0,62.0],[-30.0,64.0],[-30.0,66.0],[-30.0,68.0],[-30.0,70.0],[-30.0,72.0],[-30.0,74.0],[-30.0,76.0],[-30.0,78.0],[-30.0,80.0],[-30.0,82.0],[-30.0,84.0],[-30.0,86.0],[-30.0,88.0],[-30.0,90.0]]},
"properties": {
"degrees": 30,
"direction": "E",
"display":"30.0 E",
"dd":-30,
"FeatureCla":"Graticule","ScaleRank":3,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[0.0,-90],[0.0,-88.0],[0.0,-86.0],[0.0,-84.0],[0.0,-82.0],[0.0,-80.0],[0.0,-78.0],[0.0,-76.0],[0.0,-74.0],[0.0,-72.0],[0.0,-70.0],[0.0,-68.0],[0.0,-66.0],[0.0,-64.0],[0.0,-62.0],[0.0,-60.0],[0.0,-58.0],[0.0,-56.0],[0.0,-54.0],[0.0,-52.0],[0.0,-50.0],[0.0,-48.0],[0.0,-46.0],[0.0,-44.0],[0.0,-42.0],[0.0,-40.0],[0.0,-38.0],[0.0,-36.0],[0.0,-34.0],[0.0,-32.0],[0.0,-30.0],[0.0,-28.0],[0.0,-26.0],[0.0,-24.0],[0.0,-22.0],[0.0,-20.0],[0.0,-18.0],[0.0,-16.0],[0.0,-14.0],[0.0,-12.0],[0.0,-10.0],[0.0,-8.0],[0.0,-6.0],[0.0,-4.0],[0.0,-2.0],[0.0,0.0],[0.0,2.0],[0.0,4.0],[0.0,6.0],[0.0,8.0],[0.0,10.0],[0.0,12.0],[0.0,14.0],[0.0,16.0],[0.0,18.0],[0.0,20.0],[0.0,22.0],[0.0,24.0],[0.0,26.0],[0.0,28.0],[0.0,30.0],[0.0,32.0],[0.0,34.0],[0.0,36.0],[0.0,38.0],[0.0,40.0],[0.0,42.0],[0.0,44.0],[0.0,46.0],[0.0,48.0],[0.0,50.0],[0.0,52.0],[0.0,54.0],[0.0,56.0],[0.0,58.0],[0.0,60.0],[0.0,62.0],[0.0,64.0],[0.0,66.0],[0.0,68.0],[0.0,70.0],[0.0,72.0],[0.0,74.0],[0.0,76.0],[0.0,78.0],[0.0,80.0],[0.0,82.0],[0.0,84.0],[0.0,86.0],[0.0,88.0],[0.0,90.0]]},
"properties": {
"degrees": 0,
"direction": "W",
"display":"0.0 W",
"dd":0,
"FeatureCla":"Graticule","ScaleRank":3,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[30.0,-90],[30.0,-88.0],[30.0,-86.0],[30.0,-84.0],[30.0,-82.0],[30.0,-80.0],[30.0,-78.0],[30.0,-76.0],[30.0,-74.0],[30.0,-72.0],[30.0,-70.0],[30.0,-68.0],[30.0,-66.0],[30.0,-64.0],[30.0,-62.0],[30.0,-60.0],[30.0,-58.0],[30.0,-56.0],[30.0,-54.0],[30.0,-52.0],[30.0,-50.0],[30.0,-48.0],[30.0,-46.0],[30.0,-44.0],[30.0,-42.0],[30.0,-40.0],[30.0,-38.0],[30.0,-36.0],[30.0,-34.0],[30.0,-32.0],[30.0,-30.0],[30.0,-28.0],[30.0,-26.0],[30.0,-24.0],[30.0,-22.0],[30.0,-20.0],[30.0,-18.0],[30.0,-16.0],[30.0,-14.0],[30.0,-12.0],[30.0,-10.0],[30.0,-8.0],[30.0,-6.0],[30.0,-4.0],[30.0,-2.0],[30.0,0.0],[30.0,2.0],[30.0,4.0],[30.0,6.0],[30.0,8.0],[30.0,10.0],[30.0,12.0],[30.0,14.0],[30.0,16.0],[30.0,18.0],[30.0,20.0],[30.0,22.0],[30.0,24.0],[30.0,26.0],[30.0,28.0],[30.0,30.0],[30.0,32.0],[30.0,34.0],[30.0,36.0],[30.0,38.0],[30.0,40.0],[30.0,42.0],[30.0,44.0],[30.0,46.0],[30.0,48.0],[30.0,50.0],[30.0,52.0],[30.0,54.0],[30.0,56.0],[30.0,58.0],[30.0,60.0],[30.0,62.0],[30.0,64.0],[30.0,66.0],[30.0,68.0],[30.0,70.0],[30.0,72.0],[30.0,74.0],[30.0,76.0],[30.0,78.0],[30.0,80.0],[30.0,82.0],[30.0,84.0],[30.0,86.0],[30.0,88.0],[30.0,90.0]]},
"properties": {
"degrees": 30,
"direction": "W",
"display":"30.0 W",
"dd":30,
"FeatureCla":"Graticule","ScaleRank":3,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[60.0,-90],[60.0,-88.0],[60.0,-86.0],[60.0,-84.0],[60.0,-82.0],[60.0,-80.0],[60.0,-78.0],[60.0,-76.0],[60.0,-74.0],[60.0,-72.0],[60.0,-70.0],[60.0,-68.0],[60.0,-66.0],[60.0,-64.0],[60.0,-62.0],[60.0,-60.0],[60.0,-58.0],[60.0,-56.0],[60.0,-54.0],[60.0,-52.0],[60.0,-50.0],[60.0,-48.0],[60.0,-46.0],[60.0,-44.0],[60.0,-42.0],[60.0,-40.0],[60.0,-38.0],[60.0,-36.0],[60.0,-34.0],[60.0,-32.0],[60.0,-30.0],[60.0,-28.0],[60.0,-26.0],[60.0,-24.0],[60.0,-22.0],[60.0,-20.0],[60.0,-18.0],[60.0,-16.0],[60.0,-14.0],[60.0,-12.0],[60.0,-10.0],[60.0,-8.0],[60.0,-6.0],[60.0,-4.0],[60.0,-2.0],[60.0,0.0],[60.0,2.0],[60.0,4.0],[60.0,6.0],[60.0,8.0],[60.0,10.0],[60.0,12.0],[60.0,14.0],[60.0,16.0],[60.0,18.0],[60.0,20.0],[60.0,22.0],[60.0,24.0],[60.0,26.0],[60.0,28.0],[60.0,30.0],[60.0,32.0],[60.0,34.0],[60.0,36.0],[60.0,38.0],[60.0,40.0],[60.0,42.0],[60.0,44.0],[60.0,46.0],[60.0,48.0],[60.0,50.0],[60.0,52.0],[60.0,54.0],[60.0,56.0],[60.0,58.0],[60.0,60.0],[60.0,62.0],[60.0,64.0],[60.0,66.0],[60.0,68.0],[60.0,70.0],[60.0,72.0],[60.0,74.0],[60.0,76.0],[60.0,78.0],[60.0,80.0],[60.0,82.0],[60.0,84.0],[60.0,86.0],[60.0,88.0],[60.0,90.0]]},
"properties": {
"degrees": 60,
"direction": "W",
"display":"60.0 W",
"dd":60,
"FeatureCla":"Graticule","ScaleRank":3,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[90.0,-90],[90.0,-88.0],[90.0,-86.0],[90.0,-84.0],[90.0,-82.0],[90.0,-80.0],[90.0,-78.0],[90.0,-76.0],[90.0,-74.0],[90.0,-72.0],[90.0,-70.0],[90.0,-68.0],[90.0,-66.0],[90.0,-64.0],[90.0,-62.0],[90.0,-60.0],[90.0,-58.0],[90.0,-56.0],[90.0,-54.0],[90.0,-52.0],[90.0,-50.0],[90.0,-48.0],[90.0,-46.0],[90.0,-44.0],[90.0,-42.0],[90.0,-40.0],[90.0,-38.0],[90.0,-36.0],[90.0,-34.0],[90.0,-32.0],[90.0,-30.0],[90.0,-28.0],[90.0,-26.0],[90.0,-24.0],[90.0,-22.0],[90.0,-20.0],[90.0,-18.0],[90.0,-16.0],[90.0,-14.0],[90.0,-12.0],[90.0,-10.0],[90.0,-8.0],[90.0,-6.0],[90.0,-4.0],[90.0,-2.0],[90.0,0.0],[90.0,2.0],[90.0,4.0],[90.0,6.0],[90.0,8.0],[90.0,10.0],[90.0,12.0],[90.0,14.0],[90.0,16.0],[90.0,18.0],[90.0,20.0],[90.0,22.0],[90.0,24.0],[90.0,26.0],[90.0,28.0],[90.0,30.0],[90.0,32.0],[90.0,34.0],[90.0,36.0],[90.0,38.0],[90.0,40.0],[90.0,42.0],[90.0,44.0],[90.0,46.0],[90.0,48.0],[90.0,50.0],[90.0,52.0],[90.0,54.0],[90.0,56.0],[90.0,58.0],[90.0,60.0],[90.0,62.0],[90.0,64.0],[90.0,66.0],[90.0,68.0],[90.0,70.0],[90.0,72.0],[90.0,74.0],[90.0,76.0],[90.0,78.0],[90.0,80.0],[90.0,82.0],[90.0,84.0],[90.0,86.0],[90.0,88.0],[90.0,90.0]]},
"properties": {
"degrees": 90,
"direction": "W",
"display":"90.0 W",
"dd":90,
"FeatureCla":"Graticule","ScaleRank":3,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[120.0,-90],[120.0,-88.0],[120.0,-86.0],[120.0,-84.0],[120.0,-82.0],[120.0,-80.0],[120.0,-78.0],[120.0,-76.0],[120.0,-74.0],[120.0,-72.0],[120.0,-70.0],[120.0,-68.0],[120.0,-66.0],[120.0,-64.0],[120.0,-62.0],[120.0,-60.0],[120.0,-58.0],[120.0,-56.0],[120.0,-54.0],[120.0,-52.0],[120.0,-50.0],[120.0,-48.0],[120.0,-46.0],[120.0,-44.0],[120.0,-42.0],[120.0,-40.0],[120.0,-38.0],[120.0,-36.0],[120.0,-34.0],[120.0,-32.0],[120.0,-30.0],[120.0,-28.0],[120.0,-26.0],[120.0,-24.0],[120.0,-22.0],[120.0,-20.0],[120.0,-18.0],[120.0,-16.0],[120.0,-14.0],[120.0,-12.0],[120.0,-10.0],[120.0,-8.0],[120.0,-6.0],[120.0,-4.0],[120.0,-2.0],[120.0,0.0],[120.0,2.0],[120.0,4.0],[120.0,6.0],[120.0,8.0],[120.0,10.0],[120.0,12.0],[120.0,14.0],[120.0,16.0],[120.0,18.0],[120.0,20.0],[120.0,22.0],[120.0,24.0],[120.0,26.0],[120.0,28.0],[120.0,30.0],[120.0,32.0],[120.0,34.0],[120.0,36.0],[120.0,38.0],[120.0,40.0],[120.0,42.0],[120.0,44.0],[120.0,46.0],[120.0,48.0],[120.0,50.0],[120.0,52.0],[120.0,54.0],[120.0,56.0],[120.0,58.0],[120.0,60.0],[120.0,62.0],[120.0,64.0],[120.0,66.0],[120.0,68.0],[120.0,70.0],[120.0,72.0],[120.0,74.0],[120.0,76.0],[120.0,78.0],[120.0,80.0],[120.0,82.0],[120.0,84.0],[120.0,86.0],[120.0,88.0],[120.0,90.0]]},
"properties": {
"degrees": 120,
"direction": "W",
"display":"120.0 W",
"dd":120,
"FeatureCla":"Graticule","ScaleRank":3,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[150.0,-90],[150.0,-88.0],[150.0,-86.0],[150.0,-84.0],[150.0,-82.0],[150.0,-80.0],[150.0,-78.0],[150.0,-76.0],[150.0,-74.0],[150.0,-72.0],[150.0,-70.0],[150.0,-68.0],[150.0,-66.0],[150.0,-64.0],[150.0,-62.0],[150.0,-60.0],[150.0,-58.0],[150.0,-56.0],[150.0,-54.0],[150.0,-52.0],[150.0,-50.0],[150.0,-48.0],[150.0,-46.0],[150.0,-44.0],[150.0,-42.0],[150.0,-40.0],[150.0,-38.0],[150.0,-36.0],[150.0,-34.0],[150.0,-32.0],[150.0,-30.0],[150.0,-28.0],[150.0,-26.0],[150.0,-24.0],[150.0,-22.0],[150.0,-20.0],[150.0,-18.0],[150.0,-16.0],[150.0,-14.0],[150.0,-12.0],[150.0,-10.0],[150.0,-8.0],[150.0,-6.0],[150.0,-4.0],[150.0,-2.0],[150.0,0.0],[150.0,2.0],[150.0,4.0],[150.0,6.0],[150.0,8.0],[150.0,10.0],[150.0,12.0],[150.0,14.0],[150.0,16.0],[150.0,18.0],[150.0,20.0],[150.0,22.0],[150.0,24.0],[150.0,26.0],[150.0,28.0],[150.0,30.0],[150.0,32.0],[150.0,34.0],[150.0,36.0],[150.0,38.0],[150.0,40.0],[150.0,42.0],[150.0,44.0],[150.0,46.0],[150.0,48.0],[150.0,50.0],[150.0,52.0],[150.0,54.0],[150.0,56.0],[150.0,58.0],[150.0,60.0],[150.0,62.0],[150.0,64.0],[150.0,66.0],[150.0,68.0],[150.0,70.0],[150.0,72.0],[150.0,74.0],[150.0,76.0],[150.0,78.0],[150.0,80.0],[150.0,82.0],[150.0,84.0],[150.0,86.0],[150.0,88.0],[150.0,90.0]]},
"properties": {
"degrees": 150,
"direction": "W",
"display":"150.0 W",
"dd":150,
"FeatureCla":"Graticule","ScaleRank":3,
}
},
{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [[180.0,-90],[180.0,-88.0],[180.0,-86.0],[180.0,-84.0],[180.0,-82.0],[180.0,-80.0],[180.0,-78.0],[180.0,-76.0],[180.0,-74.0],[180.0,-72.0],[180.0,-70.0],[180.0,-68.0],[180.0,-66.0],[180.0,-64.0],[180.0,-62.0],[180.0,-60.0],[180.0,-58.0],[180.0,-56.0],[180.0,-54.0],[180.0,-52.0],[180.0,-50.0],[180.0,-48.0],[180.0,-46.0],[180.0,-44.0],[180.0,-42.0],[180.0,-40.0],[180.0,-38.0],[180.0,-36.0],[180.0,-34.0],[180.0,-32.0],[180.0,-30.0],[180.0,-28.0],[180.0,-26.0],[180.0,-24.0],[180.0,-22.0],[180.0,-20.0],[180.0,-18.0],[180.0,-16.0],[180.0,-14.0],[180.0,-12.0],[180.0,-10.0],[180.0,-8.0],[180.0,-6.0],[180.0,-4.0],[180.0,-2.0],[180.0,0.0],[180.0,2.0],[180.0,4.0],[180.0,6.0],[180.0,8.0],[180.0,10.0],[180.0,12.0],[180.0,14.0],[180.0,16.0],[180.0,18.0],[180.0,20.0],[180.0,22.0],[180.0,24.0],[180.0,26.0],[180.0,28.0],[180.0,30.0],[180.0,32.0],[180.0,34.0],[180.0,36.0],[180.0,38.0],[180.0,40.0],[180.0,42.0],[180.0,44.0],[180.0,46.0],[180.0,48.0],[180.0,50.0],[180.0,52.0],[180.0,54.0],[180.0,56.0],[180.0,58.0],[180.0,60.0],[180.0,62.0],[180.0,64.0],[180.0,66.0],[180.0,68.0],[180.0,70.0],[180.0,72.0],[180.0,74.0],[180.0,76.0],[180.0,78.0],[180.0,80.0],[180.0,82.0],[180.0,84.0],[180.0,86.0],[180.0,88.0],[180.0,90.0]]},
"properties": {
"degrees": 180,
"direction": "W",
"display":"180.0 W",
"dd":180,
"FeatureCla":"Graticule","ScaleRank":3,
}
},
]}

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,485 @@
<!DOCTYPE qgis PUBLIC 'http://mrcc.com/qgis.dtd' 'SYSTEM'>
<qgis projectname="" version="1.7.1-Wroclaw">
<title></title>
<mapcanvas>
<units>meters</units>
<extent>
<xmin>-22504766.044595</xmin>
<ymin>-9010521.880304</ymin>
<xmax>17720790.796659</xmax>
<ymax>7174909.274757</ymax>
</extent>
<projections>1</projections>
<destinationsrs>
<spatialrefsys>
<proj4>+proj=robin +lon_0=0 +x_0=0 +y_0=0 +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs</proj4>
<srsid>100003</srsid>
<srid>0</srid>
<authid>USER:100003</authid>
<description> * Generated CRS (+proj=robin +lon_0=0 +x_0=0 +y_0=0 +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs)</description>
<projectionacronym>robin</projectionacronym>
<ellipsoidacronym></ellipsoidacronym>
<geographicflag>false</geographicflag>
</spatialrefsys>
</destinationsrs>
</mapcanvas>
<legend>
<legendlayer open="true" checked="Qt::Checked" name="OGRGeoJSON" showFeatureCount="0">
<filegroup open="true" hidden="false">
<legendlayerfile isInOverview="0" layerid="ne_10m_graticules_3020120523115409750" visible="1"/>
</filegroup>
</legendlayer>
<legendlayer open="true" checked="Qt::Checked" name="OGRGeoJSON" showFeatureCount="0">
<filegroup open="true" hidden="false">
<legendlayerfile isInOverview="0" layerid="ne_10m_graticules_2020120523115409677" visible="1"/>
</filegroup>
</legendlayer>
<legendlayer open="true" checked="Qt::Checked" name="OGRGeoJSON" showFeatureCount="0">
<filegroup open="true" hidden="false">
<legendlayerfile isInOverview="0" layerid="ne_10m_graticules_1520120523115409565" visible="1"/>
</filegroup>
</legendlayer>
<legendlayer open="true" checked="Qt::Checked" name="OGRGeoJSON" showFeatureCount="0">
<filegroup open="true" hidden="false">
<legendlayerfile isInOverview="0" layerid="ne_10m_graticules_1020120523115409409" visible="1"/>
</filegroup>
</legendlayer>
<legendlayer open="true" checked="Qt::Checked" name="OGRGeoJSON" showFeatureCount="0">
<filegroup open="true" hidden="false">
<legendlayerfile isInOverview="0" layerid="ne_10m_graticules_520120523115409139" visible="1"/>
</filegroup>
</legendlayer>
<legendlayer open="true" checked="Qt::Checked" name="OGRGeoJSON" showFeatureCount="0">
<filegroup open="true" hidden="false">
<legendlayerfile isInOverview="0" layerid="ne_10m_graticules_120120523115407670" visible="1"/>
</filegroup>
</legendlayer>
</legend>
<projectlayers layercount="6">
<maplayer minimumScale="0" maximumScale="1e+08" geometry="Line" type="vector" hasScaleBasedVisibilityFlag="0">
<id>ne_10m_graticules_1020120523115409409</id>
<datasource>/Users/nvkelso/github/pygraticule/ne_1d5/ne_10m_graticules_10.geojson</datasource>
<layername>OGRGeoJSON</layername>
<srs>
<spatialrefsys>
<proj4>+proj=longlat +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +no_defs</proj4>
<srsid>3452</srsid>
<srid>4326</srid>
<authid>EPSG:4326</authid>
<description>WGS 84</description>
<projectionacronym>longlat</projectionacronym>
<ellipsoidacronym>WGS84</ellipsoidacronym>
<geographicflag>true</geographicflag>
</spatialrefsys>
</srs>
<transparencyLevelInt>255</transparencyLevelInt>
<provider encoding="UTF-8">ogr</provider>
<vectorjoins/>
<renderer-v2 symbollevels="0" type="singleSymbol">
<symbols>
<symbol outputUnit="MM" alpha="1" type="line" name="0">
<layer pass="0" class="SimpleLine" locked="0">
<prop k="capstyle" v="square"/>
<prop k="color" v="140,91,51,255"/>
<prop k="customdash" v="5;2"/>
<prop k="joinstyle" v="bevel"/>
<prop k="offset" v="0"/>
<prop k="penstyle" v="solid"/>
<prop k="use_custom_dash" v="0"/>
<prop k="width" v="0.26"/>
</layer>
</symbol>
</symbols>
<rotation field=""/>
<sizescale field=""/>
</renderer-v2>
<customproperties/>
<displayfield></displayfield>
<label>0</label>
<labelattributes>
<label fieldname="" text="Label"/>
<family fieldname="" name="Lucida Grande"/>
<size fieldname="" units="pt" value="12"/>
<bold fieldname="" on="0"/>
<italic fieldname="" on="0"/>
<underline fieldname="" on="0"/>
<strikeout fieldname="" on="0"/>
<color fieldname="" red="0" blue="0" green="0"/>
<x fieldname=""/>
<y fieldname=""/>
<offset x="0" y="0" units="pt" yfieldname="" xfieldname=""/>
<angle fieldname="" value="0" auto="0"/>
<alignment fieldname="" value="center"/>
<buffercolor fieldname="" red="255" blue="255" green="255"/>
<buffersize fieldname="" units="pt" value="1"/>
<bufferenabled fieldname="" on=""/>
<multilineenabled fieldname="" on=""/>
<selectedonly on=""/>
</labelattributes>
<editform></editform>
<editforminit></editforminit>
<annotationform></annotationform>
<attributeactions/>
</maplayer>
<maplayer minimumScale="0" maximumScale="1e+08" geometry="Line" type="vector" hasScaleBasedVisibilityFlag="0">
<id>ne_10m_graticules_120120523115407670</id>
<datasource>/Users/nvkelso/github/pygraticule/ne_1d5/ne_10m_graticules_1.geojson</datasource>
<layername>OGRGeoJSON</layername>
<srs>
<spatialrefsys>
<proj4>+proj=longlat +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +no_defs</proj4>
<srsid>3452</srsid>
<srid>4326</srid>
<authid>EPSG:4326</authid>
<description>WGS 84</description>
<projectionacronym>longlat</projectionacronym>
<ellipsoidacronym>WGS84</ellipsoidacronym>
<geographicflag>true</geographicflag>
</spatialrefsys>
</srs>
<transparencyLevelInt>255</transparencyLevelInt>
<provider encoding="UTF-8">ogr</provider>
<vectorjoins/>
<renderer-v2 symbollevels="0" type="singleSymbol">
<symbols>
<symbol outputUnit="MM" alpha="1" type="line" name="0">
<layer pass="0" class="SimpleLine" locked="0">
<prop k="capstyle" v="square"/>
<prop k="color" v="216,109,175,255"/>
<prop k="customdash" v="5;2"/>
<prop k="joinstyle" v="bevel"/>
<prop k="offset" v="0"/>
<prop k="penstyle" v="solid"/>
<prop k="use_custom_dash" v="0"/>
<prop k="width" v="0.26"/>
</layer>
</symbol>
</symbols>
<rotation field=""/>
<sizescale field=""/>
</renderer-v2>
<customproperties/>
<displayfield></displayfield>
<label>0</label>
<labelattributes>
<label fieldname="" text="Label"/>
<family fieldname="" name="Lucida Grande"/>
<size fieldname="" units="pt" value="12"/>
<bold fieldname="" on="0"/>
<italic fieldname="" on="0"/>
<underline fieldname="" on="0"/>
<strikeout fieldname="" on="0"/>
<color fieldname="" red="0" blue="0" green="0"/>
<x fieldname=""/>
<y fieldname=""/>
<offset x="0" y="0" units="pt" yfieldname="" xfieldname=""/>
<angle fieldname="" value="0" auto="0"/>
<alignment fieldname="" value="center"/>
<buffercolor fieldname="" red="255" blue="255" green="255"/>
<buffersize fieldname="" units="pt" value="1"/>
<bufferenabled fieldname="" on=""/>
<multilineenabled fieldname="" on=""/>
<selectedonly on=""/>
</labelattributes>
<editform></editform>
<editforminit></editforminit>
<annotationform></annotationform>
<attributeactions/>
</maplayer>
<maplayer minimumScale="0" maximumScale="1e+08" geometry="Line" type="vector" hasScaleBasedVisibilityFlag="0">
<id>ne_10m_graticules_1520120523115409565</id>
<datasource>/Users/nvkelso/github/pygraticule/ne_1d5/ne_10m_graticules_15.geojson</datasource>
<layername>OGRGeoJSON</layername>
<srs>
<spatialrefsys>
<proj4>+proj=longlat +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +no_defs</proj4>
<srsid>3452</srsid>
<srid>4326</srid>
<authid>EPSG:4326</authid>
<description>WGS 84</description>
<projectionacronym>longlat</projectionacronym>
<ellipsoidacronym>WGS84</ellipsoidacronym>
<geographicflag>true</geographicflag>
</spatialrefsys>
</srs>
<transparencyLevelInt>255</transparencyLevelInt>
<provider encoding="UTF-8">ogr</provider>
<vectorjoins/>
<renderer-v2 symbollevels="0" type="singleSymbol">
<symbols>
<symbol outputUnit="MM" alpha="1" type="line" name="0">
<layer pass="0" class="SimpleLine" locked="0">
<prop k="capstyle" v="square"/>
<prop k="color" v="31,199,168,255"/>
<prop k="customdash" v="5;2"/>
<prop k="joinstyle" v="bevel"/>
<prop k="offset" v="0"/>
<prop k="penstyle" v="solid"/>
<prop k="use_custom_dash" v="0"/>
<prop k="width" v="0.26"/>
</layer>
</symbol>
</symbols>
<rotation field=""/>
<sizescale field=""/>
</renderer-v2>
<customproperties/>
<displayfield></displayfield>
<label>0</label>
<labelattributes>
<label fieldname="" text="Label"/>
<family fieldname="" name="Lucida Grande"/>
<size fieldname="" units="pt" value="12"/>
<bold fieldname="" on="0"/>
<italic fieldname="" on="0"/>
<underline fieldname="" on="0"/>
<strikeout fieldname="" on="0"/>
<color fieldname="" red="0" blue="0" green="0"/>
<x fieldname=""/>
<y fieldname=""/>
<offset x="0" y="0" units="pt" yfieldname="" xfieldname=""/>
<angle fieldname="" value="0" auto="0"/>
<alignment fieldname="" value="center"/>
<buffercolor fieldname="" red="255" blue="255" green="255"/>
<buffersize fieldname="" units="pt" value="1"/>
<bufferenabled fieldname="" on=""/>
<multilineenabled fieldname="" on=""/>
<selectedonly on=""/>
</labelattributes>
<editform></editform>
<editforminit></editforminit>
<annotationform></annotationform>
<attributeactions/>
</maplayer>
<maplayer minimumScale="0" maximumScale="1e+08" geometry="Line" type="vector" hasScaleBasedVisibilityFlag="0">
<id>ne_10m_graticules_2020120523115409677</id>
<datasource>/Users/nvkelso/github/pygraticule/ne_1d5/ne_10m_graticules_20.geojson</datasource>
<layername>OGRGeoJSON</layername>
<srs>
<spatialrefsys>
<proj4>+proj=longlat +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +no_defs</proj4>
<srsid>3452</srsid>
<srid>4326</srid>
<authid>EPSG:4326</authid>
<description>WGS 84</description>
<projectionacronym>longlat</projectionacronym>
<ellipsoidacronym>WGS84</ellipsoidacronym>
<geographicflag>true</geographicflag>
</spatialrefsys>
</srs>
<transparencyLevelInt>255</transparencyLevelInt>
<provider encoding="UTF-8">ogr</provider>
<vectorjoins/>
<renderer-v2 symbollevels="0" type="singleSymbol">
<symbols>
<symbol outputUnit="MM" alpha="1" type="line" name="0">
<layer pass="0" class="SimpleLine" locked="0">
<prop k="capstyle" v="square"/>
<prop k="color" v="152,25,146,255"/>
<prop k="customdash" v="5;2"/>
<prop k="joinstyle" v="bevel"/>
<prop k="offset" v="0"/>
<prop k="penstyle" v="solid"/>
<prop k="use_custom_dash" v="0"/>
<prop k="width" v="0.26"/>
</layer>
</symbol>
</symbols>
<rotation field=""/>
<sizescale field=""/>
</renderer-v2>
<customproperties/>
<displayfield></displayfield>
<label>0</label>
<labelattributes>
<label fieldname="" text="Label"/>
<family fieldname="" name="Lucida Grande"/>
<size fieldname="" units="pt" value="12"/>
<bold fieldname="" on="0"/>
<italic fieldname="" on="0"/>
<underline fieldname="" on="0"/>
<strikeout fieldname="" on="0"/>
<color fieldname="" red="0" blue="0" green="0"/>
<x fieldname=""/>
<y fieldname=""/>
<offset x="0" y="0" units="pt" yfieldname="" xfieldname=""/>
<angle fieldname="" value="0" auto="0"/>
<alignment fieldname="" value="center"/>
<buffercolor fieldname="" red="255" blue="255" green="255"/>
<buffersize fieldname="" units="pt" value="1"/>
<bufferenabled fieldname="" on=""/>
<multilineenabled fieldname="" on=""/>
<selectedonly on=""/>
</labelattributes>
<editform></editform>
<editforminit></editforminit>
<annotationform></annotationform>
<attributeactions/>
</maplayer>
<maplayer minimumScale="0" maximumScale="1e+08" geometry="Line" type="vector" hasScaleBasedVisibilityFlag="0">
<id>ne_10m_graticules_3020120523115409750</id>
<datasource>/Users/nvkelso/github/pygraticule/ne_1d5/ne_10m_graticules_30.geojson</datasource>
<layername>OGRGeoJSON</layername>
<srs>
<spatialrefsys>
<proj4>+proj=longlat +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +no_defs</proj4>
<srsid>3452</srsid>
<srid>4326</srid>
<authid>EPSG:4326</authid>
<description>WGS 84</description>
<projectionacronym>longlat</projectionacronym>
<ellipsoidacronym>WGS84</ellipsoidacronym>
<geographicflag>true</geographicflag>
</spatialrefsys>
</srs>
<transparencyLevelInt>255</transparencyLevelInt>
<provider encoding="UTF-8">ogr</provider>
<vectorjoins/>
<renderer-v2 symbollevels="0" type="singleSymbol">
<symbols>
<symbol outputUnit="MM" alpha="1" type="line" name="0">
<layer pass="0" class="SimpleLine" locked="0">
<prop k="capstyle" v="square"/>
<prop k="color" v="145,83,127,255"/>
<prop k="customdash" v="5;2"/>
<prop k="joinstyle" v="bevel"/>
<prop k="offset" v="0"/>
<prop k="penstyle" v="solid"/>
<prop k="use_custom_dash" v="0"/>
<prop k="width" v="0.26"/>
</layer>
</symbol>
</symbols>
<rotation field=""/>
<sizescale field=""/>
</renderer-v2>
<customproperties/>
<displayfield></displayfield>
<label>0</label>
<labelattributes>
<label fieldname="" text="Label"/>
<family fieldname="" name="Lucida Grande"/>
<size fieldname="" units="pt" value="12"/>
<bold fieldname="" on="0"/>
<italic fieldname="" on="0"/>
<underline fieldname="" on="0"/>
<strikeout fieldname="" on="0"/>
<color fieldname="" red="0" blue="0" green="0"/>
<x fieldname=""/>
<y fieldname=""/>
<offset x="0" y="0" units="pt" yfieldname="" xfieldname=""/>
<angle fieldname="" value="0" auto="0"/>
<alignment fieldname="" value="center"/>
<buffercolor fieldname="" red="255" blue="255" green="255"/>
<buffersize fieldname="" units="pt" value="1"/>
<bufferenabled fieldname="" on=""/>
<multilineenabled fieldname="" on=""/>
<selectedonly on=""/>
</labelattributes>
<editform></editform>
<editforminit></editforminit>
<annotationform></annotationform>
<attributeactions/>
</maplayer>
<maplayer minimumScale="0" maximumScale="1e+08" geometry="Line" type="vector" hasScaleBasedVisibilityFlag="0">
<id>ne_10m_graticules_520120523115409139</id>
<datasource>/Users/nvkelso/github/pygraticule/ne_1d5/ne_10m_graticules_5.geojson</datasource>
<layername>OGRGeoJSON</layername>
<srs>
<spatialrefsys>
<proj4>+proj=longlat +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +no_defs</proj4>
<srsid>3452</srsid>
<srid>4326</srid>
<authid>EPSG:4326</authid>
<description>WGS 84</description>
<projectionacronym>longlat</projectionacronym>
<ellipsoidacronym>WGS84</ellipsoidacronym>
<geographicflag>true</geographicflag>
</spatialrefsys>
</srs>
<transparencyLevelInt>255</transparencyLevelInt>
<provider encoding="UTF-8">ogr</provider>
<vectorjoins/>
<renderer-v2 symbollevels="0" type="singleSymbol">
<symbols>
<symbol outputUnit="MM" alpha="1" type="line" name="0">
<layer pass="0" class="SimpleLine" locked="0">
<prop k="capstyle" v="square"/>
<prop k="color" v="134,205,140,255"/>
<prop k="customdash" v="5;2"/>
<prop k="joinstyle" v="bevel"/>
<prop k="offset" v="0"/>
<prop k="penstyle" v="solid"/>
<prop k="use_custom_dash" v="0"/>
<prop k="width" v="0.26"/>
</layer>
</symbol>
</symbols>
<rotation field=""/>
<sizescale field=""/>
</renderer-v2>
<customproperties/>
<displayfield></displayfield>
<label>0</label>
<labelattributes>
<label fieldname="" text="Label"/>
<family fieldname="" name="Lucida Grande"/>
<size fieldname="" units="pt" value="12"/>
<bold fieldname="" on="0"/>
<italic fieldname="" on="0"/>
<underline fieldname="" on="0"/>
<strikeout fieldname="" on="0"/>
<color fieldname="" red="0" blue="0" green="0"/>
<x fieldname=""/>
<y fieldname=""/>
<offset x="0" y="0" units="pt" yfieldname="" xfieldname=""/>
<angle fieldname="" value="0" auto="0"/>
<alignment fieldname="" value="center"/>
<buffercolor fieldname="" red="255" blue="255" green="255"/>
<buffersize fieldname="" units="pt" value="1"/>
<bufferenabled fieldname="" on=""/>
<multilineenabled fieldname="" on=""/>
<selectedonly on=""/>
</labelattributes>
<editform></editform>
<editforminit></editforminit>
<annotationform></annotationform>
<attributeactions/>
</maplayer>
</projectlayers>
<properties>
<WMSServiceAbstract type="QString"></WMSServiceAbstract>
<WMSContactPerson type="QString"></WMSContactPerson>
<Identify>
<disabledLayers type="QStringList"/>
</Identify>
<WMSContactPhone type="QString"></WMSContactPhone>
<SpatialRefSys>
<ProjectCRSProj4String type="QString">+proj=robin +lon_0=0 +x_0=0 +y_0=0 +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs</ProjectCRSProj4String>
<ProjectCrs type="QString">EPSG:4326</ProjectCrs>
<ProjectCRSID type="int">100003</ProjectCRSID>
<ProjectionsEnabled type="int">1</ProjectionsEnabled>
</SpatialRefSys>
<Gui>
<SelectionColorBluePart type="int">0</SelectionColorBluePart>
<CanvasColorGreenPart type="int">255</CanvasColorGreenPart>
<CanvasColorRedPart type="int">255</CanvasColorRedPart>
<SelectionColorRedPart type="int">255</SelectionColorRedPart>
<SelectionColorAlphaPart type="int">255</SelectionColorAlphaPart>
<SelectionColorGreenPart type="int">255</SelectionColorGreenPart>
<CanvasColorBluePart type="int">255</CanvasColorBluePart>
</Gui>
<Paths>
<Absolute type="bool">true</Absolute>
</Paths>
<WMSContactMail type="QString"></WMSContactMail>
<PositionPrecision>
<DecimalPlaces type="int">2</DecimalPlaces>
<Automatic type="bool">true</Automatic>
</PositionPrecision>
<WMSAddWktGeometry type="bool">false</WMSAddWktGeometry>
<WMSContactOrganization type="QString"></WMSContactOrganization>
<WMSServiceCapabilities type="bool">false</WMSServiceCapabilities>
<WMSServiceTitle type="QString"></WMSServiceTitle>
</properties>
</qgis>

View File

@ -0,0 +1,147 @@
# By Alex Mandel Copyright 2012
# Modifications by Nathaniel Vaughn KELSO
#
# Script to generate a graticule that will reproject cleanly(smooth arcs) at world scale
# Output format is geojson, because it's easy to write as a text file python.
# Use ogr2ogr to convert to a SHP format "Esri Shapefile"
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
import sys, math
import os, stat
from optparse import OptionParser
parser = OptionParser(usage="""%prog [options]
Generates a GeoJSON file with graticules spaced at specified interval.""")
parser.add_option('-g', '--grid_interval', dest='grid_interval', default=1.0, type='float',
help='Grid interval in decimal degrees, defaults to 1.')
parser.add_option('-s', '--step_interval', dest='step_interval', default=0.5, type='float',
help='Step interval in decimal degrees, defaults to 0.5.')
parser.add_option('-o', dest='outfilename', default='',
help='Output filename (with or without path), defaults to "graticule_1dd.geojson".')
parser.add_option('-f', dest='field_content', default='',
help='Add extra fields with default values to the output.')
def frange(x, y, jump):
while x < y:
yield x
x += jump
(options, args) = parser.parse_args()
#set the stepping of the increment, converting from string to interger
grid_accuracy = options.grid_interval
step_precision = options.step_interval
field_content = options.field_content
# destination file
out_file = options.outfilename
if out_file:
# remember the directory that file is contained by
out_dir = os.path.dirname( os.path.abspath(out_file) )
out_name = os.path.basename( os.path.abspath(out_file) )
else:
out_dir = 'output/'
# destination file
out_extension = 'geojson'
# for the demo, we put the results in an "output dir for prettier results
out_name = ('graticule_%ddd') % (grid_accuracy)
out_file = out_dir + out_name + '.' + out_extension
# If the output directory doesn't exist, make it so we don't error later on file open()
if not os.path.exists(out_dir):
print 'making dir...'
os.makedirs(out_dir)
grid_file = open(out_file,"w")
# Stub out the GeoJSON format wrapper
header = ['{ "type": "FeatureCollection",','"features": [']
footer = [']','}']
grid_file.writelines(header)
# Create Geojson lines horizontal, latitude
for x in frange(-90,91,grid_accuracy):
featstart = '''{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": ['''
grid_file.write(featstart)
for y in frange(-180,181,step_precision):
if y == -180:
grid_file.write("[")
else:
grid_file.write(",[")
#print y,x
grid_file.write(",".join([str(y),str(x)]))
grid_file.write("]")
# Figure out if it's North or South
if x >= 0:
direction = "N"
else:
direction = "S"
label = " ".join([str(abs(x)),direction])
featend = ''']},
"properties": {
"degrees": %d,
"direction": "%s",
"display":"%s",
"dd":%d,
%s,
}
},\n''' % (abs(x),direction,label,x, field_content)
grid_file.write(featend)
# Create lines vertical, longitude
for y in frange(-180,181,grid_accuracy):
featstart = '''{ "type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": ['''
grid_file.write(featstart)
for x in frange(-90,91,step_precision):
if x == -90:
grid_file.write("[")
else:
grid_file.write(",[")
#print y,x
grid_file.write(",".join([str(y),str(x)]))
grid_file.write("]")
# Figure out if it's East or West
if y >= 0:
direction = "W"
else:
direction = "E"
label = " ".join([str(abs(y)),direction])
featend = ''']},
"properties": {
"degrees": %d,
"direction": "%s",
"display":"%s",
"dd":%d,
%s,
}
},\n''' % (abs(y),direction,label,y, field_content)
grid_file.write(featend)
grid_file.writelines(footer)
grid_file.close()

View File

@ -0,0 +1 @@
GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137,298.257223563]],PRIMEM["Greenwich",0],UNIT["Degree",0.017453292519943295]]

View File

@ -0,0 +1 @@
GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137,298.257223563]],PRIMEM["Greenwich",0],UNIT["Degree",0.017453292519943295]]

View File

@ -0,0 +1 @@
GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137,298.257223563]],PRIMEM["Greenwich",0],UNIT["Degree",0.017453292519943295]]

View File

@ -0,0 +1 @@
GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137,298.257223563]],PRIMEM["Greenwich",0],UNIT["Degree",0.017453292519943295]]

View File

@ -0,0 +1 @@
GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137,298.257223563]],PRIMEM["Greenwich",0],UNIT["Degree",0.017453292519943295]]

View File

@ -0,0 +1 @@
GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137,298.257223563]],PRIMEM["Greenwich",0],UNIT["Degree",0.017453292519943295]]

View File

@ -0,0 +1 @@
GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137,298.257223563]],PRIMEM["Greenwich",0],UNIT["Degree",0.017453292519943295]]

View File

@ -0,0 +1 @@
GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137,298.257223563]],PRIMEM["Greenwich",0],UNIT["Degree",0.017453292519943295]]

View File

@ -0,0 +1 @@
GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137,298.257223563]],PRIMEM["Greenwich",0],UNIT["Degree",0.017453292519943295]]

View File

@ -0,0 +1 @@
GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137,298.257223563]],PRIMEM["Greenwich",0],UNIT["Degree",0.017453292519943295]]

View File

@ -0,0 +1 @@
GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137,298.257223563]],PRIMEM["Greenwich",0],UNIT["Degree",0.017453292519943295]]

View File

@ -0,0 +1 @@
GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137,298.257223563]],PRIMEM["Greenwich",0],UNIT["Degree",0.017453292519943295]]

View File

@ -0,0 +1 @@
GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137.0,298.257223563]],PRIMEM["Greenwich",0.0],UNIT["Degree",0.017453292519943295]]

View File

@ -0,0 +1 @@
GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137.0,298.257223563]],PRIMEM["Greenwich",0.0],UNIT["Degree",0.017453292519943295]]

View File

@ -0,0 +1 @@
GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137,298.257223563]],PRIMEM["Greenwich",0],UNIT["Degree",0.017453292519943295]]

View File

@ -0,0 +1 @@
GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137,298.257223563]],PRIMEM["Greenwich",0],UNIT["Degree",0.017453292519943295]]

View File

@ -0,0 +1 @@
GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137,298.257223563]],PRIMEM["Greenwich",0],UNIT["Degree",0.017453292519943295]]

View File

@ -0,0 +1 @@
GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137,298.257223563]],PRIMEM["Greenwich",0],UNIT["Degree",0.017453292519943295]]

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