-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
152 additions
and
0 deletions.
There are no files selected for viewing
49 changes: 49 additions & 0 deletions
49
etc/geoserver/workspaces/MobiData-BW/gtfs-db/shapes_with_routes/featuretype.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
17 changes: 17 additions & 0 deletions
17
etc/geoserver/workspaces/MobiData-BW/gtfs-db/shapes_with_routes/layer.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
72 changes: 72 additions & 0 deletions
72
etc/geoserver/workspaces/MobiData-BW/styles/mdbw_transit_routes_default.sld
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
14 changes: 14 additions & 0 deletions
14
etc/geoserver/workspaces/MobiData-BW/styles/mdbw_transit_routes_default.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |