Project Description:
This is a simple project and should take a Javascript developer under 1 hour of work. Would expect bids to be $60 or less, payment on delivery.
Existing Google Map example can be found at
http://sandbox2.project4.net/index.htm
We are currently adding markers via an XML File.
Task
----
We have placed a formatted json test file in the code to use as a data source for the markers.
/json/floods.json to add additional markers to the map.
The 'coordinates' item contains the longitude and latitude for the marker.
The 'flooding.png' file should be used as the marker for the floods.json file markers.
The 'headline', 'main category', and 'other advice' items should appear in an infowindow (bubble) when clicked
A second json file /json/roadwork.json should be loaded on the same map with the floods.json data to test that the system can load multiple json marker files.
The 'coordinates' item contains the longitude and latitude for the marker.
The 'scheduled_road_works.png' file should be used as the marker for the roadwork.json file markers.
The 'headline', 'main category', and 'other advice' items should appear in an infowindow (bubble) when clicked
Requirements
------------
- Must use Google Maps JavaScript API v3
- Must leave Markers, geocoding, and clustering working on existing map.
Test Code
-----------
Test code to develop with can be downloaded from
http://sandbox2.project4.net/code.zip