GeoEditor

GeoEditor

Draw points, polygons and lines on the maps. Collect field data and notes related to a location, attach a photo and fill custom…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "GeoEditor",
  "version": "1",
  "manifest_version": 2,
  "app": {
    "urls": [
      "https://geoeditor.maptiler.com/"
    ],
    "launch": {
      "web_url": "https://geoeditor.maptiler.com/"
    }
  },
  "container": "GOOGLE_DRIVE",
  "api_console_project_id": "90891093433",
  "gdrive_mime_types": {
    "http://drive.google.com/intents/opendrivedoc": [
      {
        "type": [
          "application/vnd.geo+json",
          "application/vnd.google.drive.ext-type.geojson"
        ],
        "href": "https://geoeditor.maptiler.com/",
        "title": "Open",
        "disposition": "window"
      }
    ]
  },
  "icons": {
    "128": "icon-128.png"
  }
}