Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
GeoJSON: A simple geodata format for the web
Search
John Firebaugh
July 01, 2013
Technology
2
250
GeoJSON: A simple geodata format for the web
John Firebaugh
July 01, 2013
Tweet
Share
More Decks by John Firebaugh
See All by John Firebaugh
Implementing change in OpenStreetMap
jfirebaugh
0
500
iD: A New Editor for OpenStreetMap
jfirebaugh
5
1.8k
Other Decks in Technology
See All in Technology
AIエージェントの地上戦 〜開発計画と運用実践 / 2025/04/08 Findy W&Bミートアップ #19
smiyawaki0820
17
4.2k
出前館を支えるJavaとKotlin
demaecan
0
130
OCI Database with PostgreSQLのご紹介
rkajiyama
0
120
コドモンのQAの今までとこれから -XPによる成長と見えてきた課題-
masasuna
0
140
FinOps_Demo
tkhresk
0
110
OCI見積もり入門セミナー
oracle4engineer
PRO
0
160
Restarting_SRE_Road_to_SRENext_.pdf
_awache
1
210
20250325_Logic Apps / Power Automate の SharePoint コネクタの裏側を知る 〜Graph APIで直接操作してみよう〜
yutakaosada
0
110
17年のQA経験が導いたスクラムマスターへの道 / 17 Years in QA to Scrum Master
toma_sm
0
490
3/26 クラウド食堂LT #2 GenU案件を通して学んだ教訓 登壇資料
ymae
1
230
30 代子育て SRE が考える SRE ナレッジマネジメントの現在と将来
kworkdev
PRO
0
170
コード品質向上で得られる効果と実践的取り組み
ham0215
2
220
Featured
See All Featured
The Art of Programming - Codeland 2020
erikaheidi
53
13k
How GitHub (no longer) Works
holman
314
140k
Why You Should Never Use an ORM
jnunemaker
PRO
55
9.3k
The Power of CSS Pseudo Elements
geoffreycrofte
75
5.7k
For a Future-Friendly Web
brad_frost
176
9.6k
Producing Creativity
orderedlist
PRO
344
40k
実際に使うSQLの書き方 徹底解説 / pgcon21j-tutorial
soudai
177
52k
Product Roadmaps are Hard
iamctodd
PRO
52
11k
Documentation Writing (for coders)
carmenintech
69
4.7k
VelocityConf: Rendering Performance Case Studies
addyosmani
328
24k
Building Adaptive Systems
keathley
41
2.5k
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
227
22k
Transcript
GeoJSON A simple geodata format for the web
GeoJSON A simple geodata format for the web
GeoJSON geometries Point MultiPoint LineString MultiLineString Polygon MultiPolygon
GeoJSON features { "type": "Feature", "properties": { "name": "Stetson's Famous
Bar & Grill", "telephone": "(202) 667-6295", "website": "http://stetsons-dc.com/" }, "geometry": { "type": "Point", "coordinates": [-77.037315, 38.916787] } }
GeoJSON collections GeometryCollection FeatureCollection
OpenStreetMap in GeoJSON teczno.com/s/r3p
NHD in GeoJSON NelsonMinar/vector-river-map
CSV ➡ GeoJSON tmcw/csv2geojson
Spreadsheet ➡ GeoJSON jlord/gs2geojson
Lint your GeoJSON www.flickr.com/photos/cherie_priest/211286121/ geojsonlint.com
Open Source your GeoJSON
Edit your GeoJSON
Edit your GeoJSON
Text Thanks! jfire jfirebaugh