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
240
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
My small contributions - Fujiwara Tech Conference 2025
ijin
0
1.5k
機械学習を「社会実装」するということ 2025年版 / Social Implementation of Machine Learning 2025 Version
moepy_stats
5
1.3k
東京Ruby会議12 Ruby と Rust と私 / Tokyo RubyKaigi 12 Ruby, Rust and me
eagletmt
3
870
Building Scalable Backend Services with Firebase
wisdommatt
0
110
Kotlin Multiplatformのポテンシャル
recruitengineers
PRO
2
150
デジタルアイデンティティ技術 認可・ID連携・認証 応用 / 20250114-OIDF-J-EduWG-TechSWG
oidfj
2
690
Copilotの力を実感!3ヶ月間の生成AI研修の試行錯誤&成功事例をご紹介。果たして得たものとは・・?
ktc_shiori
0
350
embedパッケージを深掘りする / Deep Dive into embed Package in Go
task4233
1
220
Accessibility Inspectorを活用した アプリのアクセシビリティ向上方法
hinakko
0
180
Amazon Q Developerで.NET Frameworkプロジェクトをモダナイズしてみた
kenichirokimura
1
200
ABWGのRe:Cap!
hm5ug
1
120
Bring Your Own Container: When Containers Turn the Key to EDR Bypass/byoc-avtokyo2024
tkmru
0
860
Featured
See All Featured
Java REST API Framework Comparison - PWX 2021
mraible
28
8.3k
[RailsConf 2023] Rails as a piece of cake
palkan
53
5.1k
Chrome DevTools: State of the Union 2024 - Debugging React & Beyond
addyosmani
3
240
Optimising Largest Contentful Paint
csswizardry
33
3k
The Invisible Side of Design
smashingmag
299
50k
Designing Experiences People Love
moore
139
23k
Fireside Chat
paigeccino
34
3.1k
The Cost Of JavaScript in 2023
addyosmani
46
7.2k
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
330
21k
BBQ
matthewcrist
85
9.4k
Build The Right Thing And Hit Your Dates
maggiecrowley
33
2.5k
The MySQL Ecosystem @ GitHub 2015
samlambert
250
12k
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