这是indexloc提供的服务,不要输入任何密码
Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<img src="https://api.travis-ci.org/JasonSanford/geojsonlint.com.png">

A simple Django app to validate your GeoJSON.
A simple Django app to validate your GeoJSON. This app is available at http://geojsonlint.com but can run locally with minimal effort.

## Getting Started

Expand Down
2 changes: 1 addition & 1 deletion geojsonlint/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
</div>
</div>
<div class="container">
<p>Use this site to validate and view your GeoJSON. For details about GeoJSON, <a href="https://tools.ietf.org/html/rfc7946">read the spec</a>.</p>
<p>Use this site to validate and view your GeoJSON. For details about GeoJSON, <a href="https://tools.ietf.org/html/rfc7946">read the spec</a>. This site's source code can be found on <a href="https://github.com/JasonSanford/geojsonlint.com">Github</a> </p>
</div>
<div class="container">
<div id="input-output" class="row">
Expand Down