[Geomoose-users] Layer Type Annotation

Sacha Black sacha.black at gmail.com
Thu Jan 8 18:19:02 EST 2009


Is there a special case in GeoMoose for Mapserver layers of type
ANNOTATION ? I have a bunch of these layers, some just have text
labels some have symbols plus labels as in the example below. None of
them seem to want to show up in GeoMoose for some reason, despite the
STATUS DEFAULT setting.

any ideas?

sacha

-------------------

  layer
    name us_hwy_shields
    type annotation
    status default
    TILEINDEX "c:\mydata\uh_index.shp"
    maxscale 200000
    minscale 1000
    labelitem "NameNum"
    class
      style
          color 0 0 0
          symbol 'us_highway_shield'
      end
      label
        type truetype
        antialias true
        font sans-bold
        size 6
        position cc
        color 70 70 70
        buffer 40
        partials false
      end
    end
  end




More information about the Geomoose-users mailing list