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
530
iD: A New Editor for OpenStreetMap
jfirebaugh
5
1.9k
Other Decks in Technology
See All in Technology
触れるけど壊れないWordPressの作り方
masakawai
0
690
激動の2025年、Modern Data Stackの最新技術動向
sagara
0
1.1k
Playwrightで始めるUI自動テスト入門
devops_vtj
0
210
OPENLOGI Company Profile for engineer
hr01
1
47k
CloudComposerによる大規模ETL 「制御と実行の分離」の実践
leveragestech
0
190
文字列操作の達人になる ~ Kotlinの文字列の便利な世界 ~ - Kotlin fest 2025
tomorrowkey
2
540
GTC 2025 : 가속되고 있는 미래
inureyes
PRO
0
160
データエンジニアとして生存するために 〜界隈を盛り上げる「お祭り」が必要な理由〜 / data_summit_findy_Session_1
sansan_randd
1
1k
InsightX 会社説明資料/ Company deck
insightx
0
210
個人開発からエンプラまで。AIコードレビューで開発を楽しもう
moongift
PRO
0
240
開発者が知っておきたい複雑さの正体/where-the-complexity-comes-from
hanhan1978
6
1.8k
AIの個性を理解し、指揮する
shoota
3
650
Featured
See All Featured
Art, The Web, and Tiny UX
lynnandtonic
303
21k
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
132
19k
Typedesign – Prime Four
hannesfritz
42
2.9k
Designing for humans not robots
tammielis
254
26k
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
231
22k
BBQ
matthewcrist
89
9.9k
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
31
2.9k
Git: the NoSQL Database
bkeepers
PRO
431
66k
Fireside Chat
paigeccino
41
3.7k
Side Projects
sachag
455
43k
Navigating Team Friction
lara
190
15k
Why Our Code Smells
bkeepers
PRO
340
57k
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