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

incorporate CPAD API #21

Closed
mkoo opened this issue Feb 27, 2018 · 2 comments
Closed

incorporate CPAD API #21

mkoo opened this issue Feb 27, 2018 · 2 comments

Comments

@mkoo
Copy link
Member

mkoo commented Feb 27, 2018

https://gis.cnra.ca.gov/arcgis/rest/services/Boundaries

@jdeck88
Copy link
Member

jdeck88 commented Feb 27, 2018

CPAD interface (calls their backend API):
http://www.calands.org/map

Boundaries can be fetched from CPAD using their API, like this:

curl http://www.mapcollaborator.org/cpad/search/by_agency -d "agency_type=State&agency_name=University of California"

note that this bundles multiple Univ. California reserves into a single WKT file, so this file will need to be parsed.

Can call reservemapper with this syntax:

http://reservemapper.berkeley.edu/{agency_type}/{agency_name}/{layer_name}

When a user calls with the above, the appropriate agency/name/layer_name is extracted from CPAD and displayed as the area of interest.... So, this task is enabling this syntax when calling reservemapper and zooming into the selected layer.

@jdeck88
Copy link
Member

jdeck88 commented May 23, 2018

This is complete.

@jdeck88 jdeck88 closed this as completed May 23, 2018
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

No branches or pull requests

2 participants