https://github.com/Seattle-Attractions/map
Interactive map of Seattle's Premier Attractions
https://github.com/Seattle-Attractions/map
Last synced: 5 months ago
JSON representation
Interactive map of Seattle's Premier Attractions
- Host: GitHub
- URL: https://github.com/Seattle-Attractions/map
- Owner: Seattle-Attractions
- License: mit
- Created: 2014-09-29T02:42:15.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-05-26T01:46:29.000Z (almost 10 years ago)
- Last Synced: 2024-08-03T02:09:23.714Z (9 months ago)
- Language: Ruby
- Size: 1.38 MB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-open-ror - Seattle-Attractions - Interactive map of Seattle's Premier Attractions (Vizualization)
README
# Seattle Attractions Map
## Description
Interactive map built using Rails and PostgreSQL of [Seattle's Premier Attractions](http://www.seattleattractions.com/) that can be viewed at: http://seattleattractionsmap.herokuapp.com/The map includes:
* Markers on map for each attraction
* Optional markers for restaurants and parking for advertising revenue
* Information on each attraction, restaurant, or parking lot
* Ability to zoom to the location on the map when an attraction is selected in the sidebar
* Ability to filter by location to narrow down the list of attractions
* Ability for admins to add, edit or remove attractions, restaurants and parking lots
* Mobile view with different design and functionality including a way to find attractions near your current locationRelevent Gems:
* Google Maps for Rails
* Geocoder## Set up
* Git clone
* `bundle install`
* `rake db:migrate`
* `foreman start` to start the server
* View at `http://localhost:3000`## Authors
* [Deirdre Allison](https://github.com/DeirdreAllison)
* [Derek Maffett](https://github.com/DerekMaffett)
* [Pete Mitchell](https://github.com/petemmitchell)