Skip to content

Commit

Permalink
Add layer shapes_with_routes
Browse files Browse the repository at this point in the history
  • Loading branch information
hbruch committed Sep 26, 2023
1 parent 7e3d514 commit b6fd262
Show file tree
Hide file tree
Showing 4 changed files with 152 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
<featureType>
<id>FeatureTypeInfoImpl--13cd1a5c:18ad207f4e0:-13b3</id>
<name>shapes_with_routes</name>
<nativeName>shapes_with_routes</nativeName>
<namespace>
<id>NamespaceInfoImpl--48f676ef:18997a59df5:-7ff5</id>
</namespace>
<title>shapes_with_routes</title>
<abstract>ÖPNV-Linien</abstract>
<keywords>
<string>features</string>
<string>shapes_with_routes</string>
</keywords>
<srs>EPSG:4326</srs>
<nativeBoundingBox>
<minx>7.0</minx>
<maxx>12.0</maxx>
<miny>47.0</miny>
<maxy>52.0</maxy>
</nativeBoundingBox>
<latLonBoundingBox>
<minx>7.0</minx>
<maxx>12.0</maxx>
<miny>47.0</miny>
<maxy>52.0</maxy>
<crs>EPSG:4326</crs>
</latLonBoundingBox>
<projectionPolicy>FORCE_DECLARED</projectionPolicy>
<enabled>true</enabled>
<metadata>
<entry key="cachingEnabled">false</entry>
</metadata>
<store class="dataStore">
<id>DataStoreInfoImpl--3b38816a:18a8b06ea7a:-7ff5</id>
</store>
<serviceConfiguration>false</serviceConfiguration>
<simpleConversionEnabled>false</simpleConversionEnabled>
<internationalTitle>
<de>shapes_with_routes</de>
</internationalTitle>
<internationalAbstract/>
<maxFeatures>0</maxFeatures>
<numDecimals>0</numDecimals>
<padWithZeros>false</padWithZeros>
<forcedDecimal>false</forcedDecimal>
<overridingServiceSRS>false</overridingServiceSRS>
<skipNumberMatched>false</skipNumberMatched>
<circularArcPresent>false</circularArcPresent>
</featureType>
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<layer>
<name>shapes_with_routes</name>
<id>LayerInfoImpl--13cd1a5c:18ad207f4e0:-13b2</id>
<type>VECTOR</type>
<defaultStyle>
<id>StyleInfoImpl--13cd1a5c:18ad2307323:416d</id>
</defaultStyle>
<resource class="featureType">
<id>FeatureTypeInfoImpl--13cd1a5c:18ad207f4e0:-13b3</id>
</resource>
<attribution>
<logoWidth>0</logoWidth>
<logoHeight>0</logoHeight>
</attribution>
<dateCreated>2023-09-26 15:50:08.350 UTC</dateCreated>
<dateModified>2023-09-26 16:11:52.104 UTC</dateModified>
</layer>
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
<?xml version="1.0" encoding="UTF-8"?>
<StyledLayerDescriptor version="1.0.0"
xsi:schemaLocation="http://www.opengis.net/sld http://schemas.opengis.net/sld/1.0.0/StyledLayerDescriptor.xsd"
xmlns="http://www.opengis.net/sld" xmlns:ogc="http://www.opengis.net/ogc"
xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

<NamedLayer>
<Name>mdbw_transit_stations_default</Name>
<UserStyle>
<Title>MobiData-BW Bahnhöfe und Haltestellen</Title>
<FeatureTypeStyle>
<Rule>
<Title>Straßen-, Stadt und U-Bahn-Linien</Title>
<ogc:Filter>
<ogc:PropertyIsEqualTo>
<ogc:PropertyName>route_type</ogc:PropertyName>
<ogc:Literal>0</ogc:Literal>
</ogc:PropertyIsEqualTo>
</ogc:Filter>
<LineSymbolizer>
<Stroke>
<CssParameter name="stroke">#0065B0</CssParameter>
</Stroke>
</LineSymbolizer>
</Rule>
<Rule>
<Title>Buslinie</Title>
<ogc:Filter>
<ogc:PropertyIsEqualTo>
<ogc:PropertyName>route_type</ogc:PropertyName>
<ogc:Literal>3</ogc:Literal>
</ogc:PropertyIsEqualTo>
</ogc:Filter>
<LineSymbolizer>
<Stroke>
<CssParameter name="stroke">#A7007E</CssParameter>
</Stroke>
</LineSymbolizer>
</Rule>
<Rule>
<Title>Bahnlinie</Title>
<ogc:Filter>
<ogc:PropertyIsEqualTo>
<ogc:PropertyName>route_type</ogc:PropertyName>
<ogc:Literal>2</ogc:Literal>
</ogc:PropertyIsEqualTo>
</ogc:Filter>
<LineSymbolizer>
<Stroke>
<CssParameter name="stroke">#666666</CssParameter>
</Stroke>
</LineSymbolizer>
</Rule>
<Rule>
<Title>Andere Linie</Title>
<ElseFilter />
<PointSymbolizer>
<Graphic>
<Mark>
<WellKnownName>circle</WellKnownName>
<Fill>
<CssParameter name="fill">#dddddd</CssParameter>
</Fill>
</Mark>
<Size>6</Size>
</Graphic>
</PointSymbolizer>
</Rule>
</FeatureTypeStyle>
</UserStyle>
</NamedLayer>
</StyledLayerDescriptor>
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<style>
<id>StyleInfoImpl--13cd1a5c:18ad2307323:416d</id>
<name>mdbw_transit_routes_default</name>
<workspace>
<id>WorkspaceInfoImpl--48f676ef:18997a59df5:-7ff6</id>
</workspace>
<format>sld</format>
<languageVersion>
<version>1.0.0</version>
</languageVersion>
<filename>mdbw_transit_routes_default.sld</filename>
<dateCreated>2023-09-26 16:10:54.753 UTC</dateCreated>
<dateModified>2023-09-26 16:14:14.554 UTC</dateModified>
</style>

0 comments on commit b6fd262

Please sign in to comment.