Skip to content

Commit e84534d

Browse files
committed
Merge pull request #243 from cugos/docs-upload-234
update README with info for #234, ##235, #236, #237
2 parents 910f043 + b17930e commit e84534d

File tree

1 file changed

+61
-34
lines changed

1 file changed

+61
-34
lines changed

README.md

Lines changed: 61 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -13,48 +13,75 @@ Dropchop is a browser-based GIS powered by [Mapbox.js](http://mapbox.com/mapbox.
1313

1414
## User's Manual
1515

16-
### Adding Data
17-
Dropchop provides several ways to add multiple types of data. Outlined below are examples of data-types you can add.
18-
#### GeoJSON
19-
This function allows you to add a GeoJSON file from your computer to Dropchop. Select the green :heavy_plus_sign: button and choose `upload from your computer`.
20-
21-
![GeoJSON](assets/dc-readme-add-geojson.gif)
22-
23-
#### URL
24-
This function allows you to import a GeoJSON file from a url to Dropchop. Select the green :heavy_plus_sign: button and choose `import from a url`.
25-
26-
![url](assets/dc-readme-add-url.gif)
27-
28-
#### Gist
29-
This function allows you to import a GitHub Gist to Dropchop. Select the green :heavy_plus_sign: button and choose `import files from gist`.
30-
31-
![gist](assets/dc-readme-add-gist.gif)
32-
33-
#### OpenStreetMap
34-
This function allows you to use the Overpass API to query OpenStreetMap. More infomation on the Overpass API can be found [on the wiki](http://wiki.openstreetmap.org/wiki/Overpass_API/Language_Guide). Select the green :heavy_plus_sign: button and choose `query the overpass api`.
35-
36-
![osm](assets/dc-readme-add-overpass.gif)
37-
38-
#### ArcGIS Server Feature Service
39-
This function allows you to query and import an ArcGIS Feature Service. Select the green :heavy_plus_sign: button and choose `query an arcgis feature service`.
40-
41-
![arcgis](assets/dc-readme-add-arcgis.gif)
42-
43-
#### User Location
16+
* [Adding Data](#adding-data)
17+
* [Upload](#upload)
18+
* [URL](#url)
19+
* [Gist](#gist)
20+
* [Open Street Map](#open-street-map)
21+
* [ArcGIS Server Feature Service](#arcgis-server-feature-service)
22+
* [User Location](#user-location)
23+
* [Exporting Data](#exporting-data)
24+
* [GeoJSON](#geojson)
25+
* [TopoJSON](#topojson)
26+
* [Shapefile](#shapefile)
27+
* [Keyboard Shortcuts](#keyboard-shortcuts)
28+
29+
### Adding Data
30+
31+
Dropchop provides several ways to add data. Outlined below are examples of these methods.
32+
33+
##### Upload
34+
35+
You can upload your own files via *click-and-drag* or *selecting files on your computer* using the system dialogue. File types allowed are `.json` (assuming valid TopoJSON or GeoJSON), `.geojson`, `.topojson`, Shapefiles in `.zip` format.
36+
37+
Select the green :heavy_plus_sign: button and choose `upload from your computer`.
38+
39+
![GeoJSON](assets/dc-readme-add-geojson.gif)
40+
41+
##### URL
42+
External URL's that are valid geometry can be uploaded in a similar fashion to Gists. Use the tool option in dropchop or include in your URL parameters (_e.g._ `http://dropchop.io/?url=http://earthquake.usgs.gov/earthquakes/feed/v1.0/summary/4.5_day.geojson`).
43+
44+
Select the green :heavy_plus_sign: button and choose `import from a url`.
45+
46+
![url](assets/dc-readme-add-url.gif)
47+
48+
##### Gist
49+
50+
To turn data from a [Gist](http://gist.github.com/) into dropchop layers, you can upload via the tool option or include the Gist `ID` in the URL (_e.g._ `http://dropchop.io/?gist=09129c20ec020b83bf85`). Gist is a great way to store you data and save it for later.
51+
52+
Select the green :heavy_plus_sign: button and choose `import files from gist`.
53+
54+
![gist](assets/dc-readme-add-gist.gif)
55+
56+
##### Open Street Map
57+
58+
Dropchop allows you to import [OpenStreetMap](http://www.openstreetmap.org/) data via the [Overpass API](http://wiki.openstreetmap.org/wiki/Overpass_API) query language. Selecting this option queries the OSM planet database and will add successful responses as layers to your project. More infomation on the Overpass API can be found [on the wiki](http://wiki.openstreetmap.org/wiki/Overpass_API/Language_Guide). *Note: this feature is still a prototype, and doesn't work fully as expected. See [issue 189](https://github.com/cugos/dropchop/issues/189) for a reference.*
59+
60+
Select the green :heavy_plus_sign: button and choose `query the overpass api`.
61+
62+
![osm](assets/dc-readme-add-overpass.gif)
63+
64+
##### ArcGIS Server Feature Service
65+
This function allows you to query and import an ArcGIS Feature Service.
66+
67+
Select the green :heavy_plus_sign: button and choose `query an arcgis feature service`.
68+
69+
![arcgis](assets/dc-readme-add-arcgis.gif)
70+
71+
##### User Location
4472
This function allows you to add your location to Dropchop. You will need to select `yes` to allow Dropchop to use your location if prompted.
4573

74+
Select the green :heavy_plus_sign: button and choose `add your location as a layer`.
75+
4676
![user location](assets/dc-readme-add-location.gif)
47-
4877

4978
### Exporting Data
5079

51-
#### GeoJSON
52-
53-
#### TopoJSON
54-
55-
#### Shapefile
80+
##### GeoJSON
5681

82+
##### TopoJSON
5783

84+
##### Shapefile
5885

5986
### Keyboard Shortcuts
6087

0 commit comments

Comments
 (0)