Skip to content

Instantly share code, notes, and snippets.

@iwillig
Created April 9, 2009 16:58
Show Gist options
  • Select an option

  • Save iwillig/92593 to your computer and use it in GitHub Desktop.

Select an option

Save iwillig/92593 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<StyledLayerDescriptor
xmlns="http://www.opengis.net/sld"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:ogc="http://www.opengis.net/ogc"
version="1.0.0">
<NamedLayer>
<Name>alachua:bike_stores</Name>
<UserStyle>
<FeatureTypeStyle>
<Name>alachua:bike_stores</Name>
<Title>Bike_Stores</Title>
<Abstract>styles for the alachua project</Abstract>
<FeatureTypeName>alachua:bike_stores</FeatureTypeName>
<Rule>
<PointSymbolizer>
<Graphic>
<ExternalGraphic>
<OnlineResource
xlink:type="simple"
xlink:href="http://maps.alachuacounty.us/geogreen/icons/bike_store_greenmap_small.gif" />
<Format>image/gif</Format>
</ExternalGraphic>
<Size>16</Size>
</Graphic>
</PointSymbolizer>
</Rule>
</FeatureTypeStyle>
</UserStyle>
</NamedLayer>
</StyledLayerDescriptor>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment