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
隙間ツール開発のすすめ / PHP Conference Fukuoka 2025
meihei3
0
180
AWS 環境で GitLab Self-managed を試してみた/aws-gitlab-self-managed
emiki
0
290
Oracle Cloud Infrastructure:2025年10月度サービス・アップデート
oracle4engineer
PRO
0
120
Pythonで構築する全国市町村ナレッジグラフ: GraphRAGを用いた意味的地域検索への応用
negi111111
8
2.7k
どうなる Remix 3
tanakahisateru
1
290
AIエージェントを導入する [ 社内ナレッジ活用編 ] / Implement AI agents
glidenote
1
270
Snowflake Marketplaceには”PODB”という便利なオープンデータがあってAI Ready対応してるらしいよ/the-snowflake-marketplace-has-a-useful-open-data-source-called-PODB-that-is-apparently-AI-ready
shinyaa31
0
220
AIがコードを書いてくれるなら、新米エンジニアは何をする? / komekaigi2025
nkzn
25
17k
メタプログラミングRuby問題集の活用
willnet
1
160
[Oracle TechNight#94] Oracle AI World 2025 Oracle Database関連フィードバック
oracle4engineer
PRO
0
180
ソフトウェアテストのAI活用_ver1.50
fumisuke
0
220
龍昌餃子で理解するWebサーバーの並行処理モデル - 東葛.dev #9
kozy4324
1
130
Featured
See All Featured
No one is an island. Learnings from fostering a developers community.
thoeni
21
3.5k
Java REST API Framework Comparison - PWX 2021
mraible
34
8.9k
Docker and Python
trallard
46
3.6k
Documentation Writing (for coders)
carmenintech
76
5.1k
How to train your dragon (web standard)
notwaldorf
97
6.3k
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
34
2.3k
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
132
19k
The Illustrated Children's Guide to Kubernetes
chrisshort
51
51k
The Cult of Friendly URLs
andyhume
79
6.7k
Agile that works and the tools we love
rasmusluckow
331
21k
I Don’t Have Time: Getting Over the Fear to Launch Your Podcast
jcasabona
34
2.5k
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
162
15k
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