aorrego1 / GSU-map-app

Creating an interactive Georgia State Campus map app
0 stars 1 forks source link

Style #4

Open CodeFluent opened 9 years ago

CodeFluent commented 9 years ago

Style: Allow for easy and striking visualization through stylized maps.

http://googlemapsmania.blogspot.com/2013/07/creating-campus-map-with-maps-api.html

Style #1 does not need the use of images. Instead direct to GeoJSON styling is used. For styling points, lines, and polygons, use this to import a style array and copy/paste into the style function. Use this to make a started style array and import to snazzy maps.

Ground overlays will be used to get the 3D look later in the project. It will be similar to the Oklahoma example in the link above. More on this in another issue.

Style #2: Looking at this and atlmaps UI examples shows some ways we can manage UX design. Need someone to take on that.

For styling, we'll meet with Jay Varner, an associate that has worked in the past for the AtlMaps project. People on this issue will be working with some Javascript libraries and frameworks or through Google's thing.

CodeFluent commented 9 years ago

I'll try taking part 1 of this on sunday since I'll also be working on graphics stuff for the website as well.

CodeFluent commented 9 years ago

Custom Controls: https://developers.google.com/maps/documentation/javascript/examples/control-custom

For Search: https://developers.google.com/maps/documentation/javascript/3.exp/reference#SearchBox