-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Currently only supports single layer FileGDB - Proper support is dependent on solving #72
- Loading branch information
Dane Springmeyer
committed
Jan 24, 2015
1 parent
b1135dd
commit 30b297d
Showing
4 changed files
with
92 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
{ | ||
"filesize": 428328, | ||
"projection": "+proj=utm +zone=18 +datum=WGS84 +units=m +no_defs", | ||
"filename": "multipoint", | ||
"center": [ | ||
-75.16024141355962, | ||
39.95769202781635 | ||
], | ||
"extent": [ | ||
-75.16026089315217, | ||
39.9576802349116, | ||
-75.16022193396708, | ||
39.9577038207211 | ||
], | ||
"json": { | ||
"vector_layers": [ | ||
{ | ||
"id": "multipoint", | ||
"description": "", | ||
"minzoom": 0, | ||
"maxzoom": 22, | ||
"fields": {} | ||
} | ||
] | ||
}, | ||
"minzoom": 0, | ||
"maxzoom": 22, | ||
"layers": [ | ||
"multipoint" | ||
], | ||
"dstype": "ogr", | ||
"filetype": ".gdb" | ||
} |