POI creation tool using a custom Google maps control.
Based on similar code used in the Drag Zoom tool works from Google Maps Utility Library, I created an add POI tool library which is activated through a custom map control (see addpoitool.js in resources/lib for the source)
###Instructions To add a new POI, click on the control (looks like a pushpin button) in the top left of the map above the standard zoom\pan controls. This will dim the map panel, and turn the cursor into a crosshair when mousing over the map area.
Click on a location where you wish to create a new POI, and an ExtJS window containing form will display, allowing you to enter in some details.
After successfully creating the POI, it will get added to a local ExtJS store which is bound to a grid component displayed to the left hand side of the map.