17 lines
778 B
Markdown
17 lines
778 B
Markdown
## Requirements
|
||
|
||
Build a simple application using ***existing technologies** (hint: we don’t need you to build a shapefile parser from scratch)* that will allow shapefiles to be visualized on a map. Shapefile data does not need to be persisted into a database, this application should be ephemeral and have the potential to be entirely offline.
|
||
|
||
You’re free to use the framework of your choice. We want to understand how you approach this from a product perspective. Remember, we’re chasing ease of use!
|
||
|
||
**Please don’t spend more than 1-2 hours on this exercise. Get something working, and we can have a discussion about features that would have followed.**
|
||
|
||
|
||
|
||
steps:
|
||
|
||
- streamlit getting started
|
||
- display a shapefile
|
||
- add a legend
|
||
- add feature to select shape file
|