Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

front end issue #74_location endpoint for mapping #103

Merged
merged 7 commits into from
Nov 5, 2019

Conversation

t-ketchem
Copy link
Collaborator

Addresses MEEP frontend issue #74 (codeforkansascity/meep#74). Creates the /locationMap endpoint that returns json according to:

interface Location Marker {
points: LatLongArray
project_name: string,
center: LatLongObject
project_id: number,
project_type: string
}

interface LatLongObject {
lat: number,
lng: number
}

interface LatLongArray extends LatLongObject{}

… the locations. Need verification that these are in the right format
@t-ketchem t-ketchem requested a review from galbwe October 7, 2019 23:57
@galbwe galbwe merged commit 2c5188c into master Nov 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants