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

Create embeddable map generator for council districts (or any geojson) #3

Open
eeeschwartz opened this issue Feb 18, 2015 · 3 comments

Comments

@eeeschwartz
Copy link
Member

One sentence description

As a council aide, I want to create an embed snippet for a webmap of my district so I can add it to my district page on lexingtonky.gov

Link (more details/brain dump/alpha)

This could be a pure javascript app that connects to a geojson representation of the districts (we could include one on the data portal). The aide could then mouse-select the geojson feature that they want to export. They click a generate button and the app kicks out an embed snippet.

This should be generalized way to select a subset of geojson features to export a new webmap.

Project Needs (dev/design/resources)

Status (in progress, pie-in-the-sky)

Really doable.

@eeeschwartz eeeschwartz changed the title Create district embeddable map generator Create embeddable map generator for council districts (or any geojson) Feb 18, 2015
@jmhollinger
Copy link

@eeeschwartz I think I'll take a stab at this one. I have some code I was using to make a parks finder that could be recycled. One caveat is that I think the City's CMS strips script tags when you publish, so it will probably need to be an iframe.

@eeeschwartz
Copy link
Member Author

@jmhollinger ah yes I remember hearing about the lack of scripting. Iframe it is. Holler if I can help at all.

@eeeschwartz
Copy link
Member Author

@jmhollinger one lingering idea: we could use a query parameter to point to the geojson file so that the tool can easily be used with any geojson dataset.

When we send the link to the aides (or post on the intranet, etc), the query param would point to the district geojson file so it'd fit their specific use case. If that makes any sense.

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