A website allowing a user to find GIS contacts by agency type & name (e.g., State,County, City), using the map to navigate to a city, or by searching for an organization or name.
- Open Terminal and clone this repository by running
git clone https://github.com/maptimeLA/GIS-Resources-Map.git
cd GIS-Resources-Map
python -m SimpleHTTPServer 8000
- Go to your browser and open
http://localhost:8000/
- To open on your phone, find your IP address and open
http://[YOUR-IP-ADDRESS]:8000/
git clone https://github.com/burnash/gspread.git
cd gspread
python setup.py install
git push origin master
git checkout gh-pages
git rebase master
git push origin gh-pages
- Visit at http://maptimela.github.io/GIS-Resources-Map/
To embed the map into your own website, you will only need to add one line of code:
<iframe src="http://maptimela.github.io/GIS-Resources-Map/" width="100%" height="700px" frameborder="0"></iframe>
- Added v01 to test intial page
- county and city geojson test files used
- hover over features and zoom to feature added
- Added v02, removed v01
- Disabled hover over features and zoom to feature, to be enabled when additional layers are made.
- Incorporated city geojson
- This version tests the leaflet search plugin by stefanocudini
- So far it only searches the geojson containing cities, but each marker is a circleMarker where the color is styled according to whether the city has a website for their GIS dept or section.
- Test demo here
- Updated files to reflect current demo here
- Add Tabletop.js to connect Google Spreadsheet to page.