I think you would like to the map file we are using:

MAP
        NAME GMAP_TILE
        STATUS ON
        SIZE 256 256
        UNITS meters

        PROJECTION
                "proj=merc"
                        "a=6378137"
                        "b=6378137"
                        "lat_ts=0.0"
                        "lon_0=0.0"
                        "x_0=0.0"
                        "y_0=0"
                        "units=m"
                        "k=1.0"
                        "nadgri...@null"
                END

        IMAGECOLOR 192 192 192
        IMAGEQUALITY 100
        IMAGETYPE PNG
        OUTPUTFORMAT
                NAME png
                DRIVER 'GD/PNG'
                MIMETYPE 'image/png'
                EXTENSION 'png'
                TRANSPARENT ON
        END

        LAYER
                NAME betriebe
                TYPE POINT
                STATUS DEFAULT


                PROCESSING "RESAMPLE=AVERAGE"

                TEMPLATE "query.html"
                TOLERANCE 100000
                TOLERANCEUNITS METERS
                DUMP TRUE
                CONNECTIONTYPE OGR
        CONNECTION "../../../../../../mobilitaet.ovf"
        DATA mobilitaet_betriebe
        TRANSPARENCY alpha

        CLASS
                OVERLAYOUTLINECOLOR 255 0 0 #here is the trick - will force 
outline
bsymbol insted of overlay one
                 OVERLAYSYMBOL "l-solid" #line symbol
                OVERLAYSIZE 10
                OVERLAYMAXSIZE 12

                        COLOR 0 250 0
                        OUTLINECOLOR 0 0 0
                        SYMBOL "circle"
                        SIZE 18
                        LABEL
                                POSITION AUTO
                                COLOR 250 0 250
                                FORCE TRUE
                                SHADOWSIZE 1 1
                                ANTIALIAS TRUE
                                OUTLINECOLOR 255 255 255
                        END
                END
        END
END


On 19 Mrz., 12:00, Rossko <[email protected]> wrote:
> > Is there a parameter I can use to set a border, padding or is there a
> > similar setting?
>
> No idea, that function is part of the 'mapserver' server-side code
> that you're using.  We can't even see what you have, only the image
> tiles it serves.
>
> cheers, Ross K
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Maps API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/Google-Maps-API?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to