Demo of using geo data in PHP web applications
- Demonstrate basic data storage and retrieval methods using Geo specific data
- Orient the user to SQL (MySQL) and NoSQL (MongoDB) containers
- Introduction to GeoJSON
- Discussion of methods for comparing data
- Introduction to database queries and indexing for Geometric/Geographic data
Base URL : {domain} /api/v1/
PUT/POST/DELETE requests are required to include a header X-Authorization
with it's value set to an API token matching a token found in the api_keys
table.
Collection of all of the locations stored in the locations
MySQL table.
- geometry - (array)
- name (string)
- description (text)
- geometry - (array)
- name (string)
- description (text)
- lat - (float) latitude of a point to test against locations
- lng - (float) longitude of a point to test against locations
Collection of all of the locations that contain the point described in the request parameters.
- geometry - (array) Array of points that define a closed polygon
Collection of all locations intersected by the geometry described in the request parameter.
- geometry - (array) Array of points that define a closed polygon
Collection of all locations wholly bounded by the geometry described in the request parameter.