Clean up get_plats.py
This commit is contained in:
parent
51a3629794
commit
08b3a0bac5
1 changed files with 2 additions and 8 deletions
|
|
@ -15,13 +15,7 @@ params={
|
||||||
"f": "geojson",
|
"f": "geojson",
|
||||||
"returnGeometry": "true",
|
"returnGeometry": "true",
|
||||||
"spatialRel": "esriSpatialRelIntersects",
|
"spatialRel": "esriSpatialRelIntersects",
|
||||||
# {"xmin":-10397214.368951382,"ymin":6023763.834217183,"xmax":-10397185.705065776,"ymax":6023792.498102792,"spatialReference":{"wkid":102100}}
|
"geometry": json.dumps({ # TODO: why do I need json.dumps here?
|
||||||
# {"xmin":-10395523.199700572,"ymin":6021824.244624444,"xmax":-10395465.871929357,"ymax":6021881.572395659,"spatialReference":{"wkid":102100}}
|
|
||||||
"geometry": json.dumps({
|
|
||||||
# "xmin": -10397313.413735004,
|
|
||||||
# "ymin": 6024888.239059315,
|
|
||||||
# "xmax": -10395148.64317237,
|
|
||||||
# "ymax": 6021777.960551391,
|
|
||||||
"xmin": -10397214.368951382,
|
"xmin": -10397214.368951382,
|
||||||
"xmax": -10395465.871929357,
|
"xmax": -10395465.871929357,
|
||||||
"ymin": 6021824.244624444,
|
"ymin": 6021824.244624444,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue