[TYPO3-UG Denmark] GoogleMaps API og PHP MySQL

Torben Dam Jensen tdj at _fjern_mig_c.dk
Mon Jul 31 22:51:21 CEST 2006


Preben <con3855 at vip.cybercity.dk> wrote in
news:mailman.1.1154211320.8957.typo3-ug-denmark at lists.netfielders.de: 

> http://www.havhingsten.dk/index.php?id=436

Spændende :)

Var det evt muligt for dig at poste typoscript-koden bag
denne løsning ? Evt på noget Typo3-wiki for andre
at lære af ?

Mvh Torben



PS: Jeg ville nok overveje at lave flere undersider, den er 
ved at blive noget lang den side. Men spændende er det.



Det med at ændre ikonet (går ud fra du mener den lille røde dims)
er beskrevet her: http://www.googlemapbuilder.com/faq.html

**********************
 Q: Is there any way to use a different marker besided the flag or circle?

A: Once you download the page, find this:
    	var icon=new GIcon();
    	icon.image="http://site.dk/design/orange_FLAG.gif";
    	icon.iconSize=new GSize(39,37);
    	icon.iconAnchor=new GPoint(37,35);
    	icon.infoWindowAnchor=new GPoint(18,17);

Replace the url to the image with your own image URL. The icon size is self 
explanatory.

The icon anchor is the x,y coordinates of the bottom TIP of the arrow, 
pointer, stem, or whatever.

the icon infoWindowAnchor is the x,y coordinates of the center of the 
marker body

(in our case, the center of the flag) where the info window seems to extend 
from.)
************************



More information about the TYPO3-UG-denmark mailing list