-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
track untracked files generated by geoserver 2.25.0
- Loading branch information
Showing
3 changed files
with
34 additions
and
0 deletions.
There are no files selected for viewing
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,12 @@ | ||
# Max #of features | ||
maxFeatures=100000 | ||
#8000 px X 8000 px | ||
rasterSizeLimits=64000000 | ||
#8000 px X 8000 px (USELESS RIGHT NOW) | ||
writeLimits=64000000 | ||
# 50 MB | ||
hardOutputLimit=52428800 | ||
# STORE =0, BEST =8 | ||
compressionLevel=4 | ||
# When set to 0 or below, no limit | ||
maxAnimationFrames=1000 |
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,3 @@ | ||
#Current version of the security directory. Do not remove or alter this file | ||
#Wed Mar 20 06:24:07 UTC 2024 | ||
version=2.5 |
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,19 @@ | ||
<wmts> | ||
<id>WMTSInfoImpl--535976b9:18e5a87216d:-7fff</id> | ||
<enabled>true</enabled> | ||
<name>WMTS</name> | ||
<title>GeoServer Web Map Tile Service</title> | ||
<maintainer>GeoServer</maintainer> | ||
<abstrct>Predefined map tiles generated from vector data, raster data, and imagery.</abstrct> | ||
<accessConstraints>NONE</accessConstraints> | ||
<fees>NONE</fees> | ||
<versions> | ||
<org.geotools.util.Version> | ||
<version>1.0.0</version> | ||
</org.geotools.util.Version> | ||
</versions> | ||
<citeCompliant>false</citeCompliant> | ||
<onlineResource>https://geoserver.org</onlineResource> | ||
<schemaBaseURL>http://schemas.opengis.net</schemaBaseURL> | ||
<verbose>false</verbose> | ||
</wmts> |