My favorites | Sign in
Google
       
Search
for
Updated Jan 26, 2009 by pamela.fox
Labels: Featured
ExampleSites  
Links to examples of implementations of the various libraries offered here.

Example Sites

If you've used one of the libraries offered here, feel free to link to an example site. Please list libraries used and any implementation tips.

  • Link: http://www.kreisalarm.de/drkmap
    • Libraries used: LabeledMarker, MarkerManager, ExtJS
    • Shows dozens of marker when zooming in
    • Shows changing the z-index on mouseover for stacked markers
  • Link: http://bleau.info/map/
    • Libraries used: LabeledMarker, ExtInfoWindow
    • The map contains about 700 markers (when zoomed in)


Comment by anniemoraine, Mar 23, 2008

ploubalay

Comment by pcoughlin, Jul 07, 2008

Excellent example using multiple utilities.

Comment by huynp85, Aug 08, 2008

dddd

Comment by adwin.timmer, Aug 24, 2008
  1. Libraries used: MarkerManager?, LabeledMarker?, ExtInfoWindow?
  2. The map contains about 700 markers (when zoomed in)
Comment by saichholzer, Sep 21, 2008

I've modified your current version in order to be able to set a background color for the div containing the zoom imagen, in case you don't want it to be white and yellow...

var otherOpts = { buttonHTML: "<img src='../img/zoom-control-inactive.png' />", buttonHTML_BG: "none", buttonZoomingHTML: "<img src='../img/zoom-control-active.png' />", buttonZoomingHTML_BG: "none", buttonStartingStyle: {width: '24px', height: '24px', background: 'none'}, overlayRemoveTime: 2 };

I can send you my revision in order for you to update this feature if you like it.

Thank you

Comment by saichholzer, Sep 21, 2008

I just notices you already have something done for that... ;)

Thank you

Comment by zendragon, Mar 24, 2009
Comment by bob.silv...@gmail.com, May 07, 2009

Sign in to add a comment