rclark / tucson-trailguide

Trails around Tucson
dev.tucsontrailguide.com
MIT License
1 stars 0 forks source link

Map View for models #18

Open rclark opened 11 years ago

rclark commented 11 years ago

Show the model on a map:

Basically, each model should expose itself as a Leaflet layer

davidtheclark commented 11 years ago

How about this:

davidtheclark commented 11 years ago

Mobile map-view idea:

The interactive map itself is a full-screen display and only, really, a full-screen display. This avoids the problem of scrolling around pages with maps that large enough to interact with. User can move and zoom on this map and clicking a feature will open that feature's popup. Each popup has a button to view routes associated with that feature -- opening the route list.

The route list is a different view, then: at the top is a static map showing the active item (this map, if clicked, will re-open the interactive map); beneath it is a view for the active item; and beneath that is the route list. Routes open accordion-style, and part of the info for each route is a static map-image representing it. Clicking this map will also open the interactive map -- this time with the selected route highlighted (everything else, all other interactions, the same).