Skip to content

Commit

Permalink
Update package.json and README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jumpinjackie committed Jun 6, 2016
1 parent 6e845d2 commit f4cc4d2
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# VSCode Map Preview

This extension provides the ability to preview spatial data files / snippets on a map
This extension provides the ability to preview spatial data files and snippets on a map

# Supported Formats

Expand Down Expand Up @@ -30,4 +30,4 @@ See attached gif for an example:
# Caveats/Limitations

* The data you are previewing must be convertible to [Web Mercator](http://wiki.openstreetmap.org/wiki/EPSG:3857), in order to properly overlay against any of the provided base map layers.
* Will probably choke on really large data files (this extension is really meant for quick-and-dirty previews of small files/snippets)
* Will probably choke on really large data files (this extension is really meant for quick-and-dirty previews of small files and snippets)
20 changes: 16 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,27 @@
{
"name": "vscode-map-preview",
"displayName": "vscode-map-preview",
"description": "VSCode extension for visually previewing geographic data files (GeoJSON, KML, etc)",
"version": "0.0.1",
"publisher": "jumpinjackie",
"displayName": "VSCode Map Preview",
"description": "VSCode extension for visually previewing geospatial file content (GeoJSON, KML, etc) on a map",
"version": "0.1.0",
"private": true,
"publisher": "Jackie Ng",
"engines": {
"vscode": "^1.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/jumpinjackie/vscode-map-preview"
},
"categories": [
"Other"
],
"keywords": [
"map",
"gis",
"geospatial",
"geojson",
"kml"
],
"activationEvents": [
"onCommand:map.preview"
],
Expand Down

0 comments on commit f4cc4d2

Please sign in to comment.