Coder Social home page Coder Social logo

locate's Introduction

Resources for developers want to work with Landgate's Locate map service.

If you've stumbled upon this page without first reading out developer documentation please head over there first for a lot of useful information about Locate and how to access SLIP Future.

layers.json

Contains the list of layers in Locate, along with their layerIds, layerKeys, datasourceIds, URIs for their datasources, and some additional useful metadata.

{
  layerId: /* A globally unique ID used to refer to this layer */
  layerKey: /* The layer key - For the GMaps JS Lib. Not unique. */
  name: /* The layer name */
  description: /* The layer description */
  bbox: /* An array of four numbers (west, south, east, north) which define 
    the rectangular bounding box covered by the layer as latitude and longitude in decimal degrees */
  datasourceType: /* The type of layer - one of "table" or "image" */
  datasources: /* The path to the GME API resource of the more specific version of this asset. 
    Used for querying features and only applies to datasourceType "image". */
}

For easier viewing of layers.json try the JSONView Chrome extension or the free online JSON Visualisation tool.

Coming Soon: Our brand new search and discovery tool! We'll intergrate all of this information and more in a single easy to use web interface.

Accessing Locate's Data

How you access Locate's data depends on the API endpoints that you're using.

The GME API & WFS

Accessing data via the Google Maps Engine API or WFS is at the datasource-level and requires a datasource assetId to be provided.

GME API: https://www.googleapis.com/mapsengine/v1/tables/{assetId}/features?version=published&key={your-api-key}

WFS: https://clients6.google.com/mapsengine/wfs_experimental/wfs/{assetId}/?REQUEST=GetCapabilities&SERVICE=WFS2.0&assetVersion=published

Google Maps JavaScript API

The Google Maps JavaScript API has two ways of accessing data in Google Maps Engine:

  1. Via the layerId (recommended), or
  2. By supplying a mapId and a layerKey.

Locate's mapID: 09372590152434720789-00913315481290556980

WMS & WMTS

WMS and WMTS access to Locate only require the mapId.

Locate's mapID: 09372590152434720789-00913315481290556980

WMS Capabilities | WMTS Capabilities

locate's People

Watchers

James Cloos avatar Keith Moss avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.