+58
-3
@@ -3,12 +3,20 @@
|
||||
"schemaVersion": 1,
|
||||
"id": "de.add-ideas.geo-tools",
|
||||
"name": "Geo Tools",
|
||||
"version": "0.1.0",
|
||||
"description": "Inspect, convert and analyse geospatial files locally in the browser.",
|
||||
"version": "0.2.0",
|
||||
"description": "Inspect, edit, measure and convert geospatial files locally.",
|
||||
"entry": "./",
|
||||
"icon": "./favicon.svg",
|
||||
"categories": ["geography", "data", "files"],
|
||||
"tags": ["geojson", "gpx", "kml", "track", "coordinates"],
|
||||
"tags": [
|
||||
"geojson",
|
||||
"gpx",
|
||||
"kml",
|
||||
"track",
|
||||
"geometry",
|
||||
"measure",
|
||||
"coordinates"
|
||||
],
|
||||
"integration": {
|
||||
"contextVersion": 1,
|
||||
"launchModes": ["navigate", "new-tab"],
|
||||
@@ -21,6 +29,53 @@
|
||||
"crossOriginIsolated": false,
|
||||
"topLevelContext": false
|
||||
},
|
||||
"io": {
|
||||
"accepts": [
|
||||
{
|
||||
"mediaType": "application/geo+json",
|
||||
"extensions": [".geojson", ".json"],
|
||||
"label": "GeoJSON"
|
||||
},
|
||||
{
|
||||
"mediaType": "application/gpx+xml",
|
||||
"extensions": [".gpx"],
|
||||
"label": "GPX"
|
||||
},
|
||||
{
|
||||
"mediaType": "application/vnd.google-earth.kml+xml",
|
||||
"extensions": [".kml"],
|
||||
"label": "KML"
|
||||
},
|
||||
{
|
||||
"mediaType": "text/csv",
|
||||
"extensions": [".csv"],
|
||||
"label": "Coordinate CSV"
|
||||
}
|
||||
],
|
||||
"produces": [
|
||||
{
|
||||
"mediaType": "application/geo+json",
|
||||
"extensions": [".geojson", ".json"],
|
||||
"label": "GeoJSON"
|
||||
},
|
||||
{
|
||||
"mediaType": "application/gpx+xml",
|
||||
"extensions": [".gpx"],
|
||||
"label": "GPX"
|
||||
},
|
||||
{
|
||||
"mediaType": "application/vnd.google-earth.kml+xml",
|
||||
"extensions": [".kml"],
|
||||
"label": "KML"
|
||||
},
|
||||
{
|
||||
"mediaType": "text/csv",
|
||||
"extensions": [".csv"],
|
||||
"label": "Coordinate CSV"
|
||||
}
|
||||
]
|
||||
},
|
||||
"capabilities": { "required": [], "optional": ["clipboard-write"] },
|
||||
"privacy": {
|
||||
"processing": "local",
|
||||
"fileUploads": true,
|
||||
|
||||
Reference in New Issue
Block a user