Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Education
Marble
Commits
aca42f45
Commit
aca42f45
authored
Aug 19, 2020
by
Volker Krause
Committed by
Torsten Rahn
Aug 31, 2020
Browse files
Add configuration for the the vectorosm/dev tileset
This matches what's currently on maps.kde.org.
parent
8bce7c48
Changes
5
Hide whitespace changes
Inline
Side-by-side
tools/vectorosm-tilecreator/setup/etc/apache2/mod_tile_integration.conf
View file @
aca42f45
...
...
@@ -14,4 +14,5 @@ Alias "/earth" "/data2/k/osm/htdocs/earth"
# and delivered differently.
RewriteEngine
on
RewriteRule
^(.*/\
d
\
d
/\
d
+/\
d
+)\.
o5m
$ /
tirex
$
1
.
ofm
[
PT
]
RewriteRule
^(.*/
vectorosm
/
v1
/\
d
\
d
/\
d
+/\
d
+)\.
o5m
$ /
tirex
$
1
.
ofm
[
PT
]
RewriteRule
^(.*/
vectorosm
/
dev
/\
d
\
d
/\
d
+/\
d
+)\.
o5m
$ /
tirex
$
1
.
ofm
[
PT
]
tools/vectorosm-tilecreator/setup/etc/tirex/mod_tile.conf
View file @
aca42f45
[
vectorosm
]
[
vectorosm
/
v1
]
URI
=/
tirex
/
earth
/
vectorosm
/
v1
TILEDIR
=/
k
/
osm
/
tirex
/
tiles
/
;
HOST
=
tile
.
openstreetmap
.
org
...
...
@@ -15,3 +15,21 @@ TYPE=ofm application/octet-stream
;
ASPECTX
=
1
;
ASPECTY
=
1
;
SCALE
=
1
.
0
[
vectorosm
/
dev
]
URI
=/
tirex
/
earth
/
vectorosm
/
dev
TILEDIR
=/
k
/
osm
/
tirex
/
tiles
/
;
HOST
=
tile
.
openstreetmap
.
org
TILESIZE
=
256
;
HTCPHOST
=
proxy
.
openstreetmap
.
org
;**
config
options
used
by
mod_tile
,
but
not
renderd
**
MINZOOM
=
11
MAXZOOM
=
17
TYPE
=
ofm
application
/
octet
-
stream
;
DESCRIPTION
=
This
is
a
description
of
the
tile
layer
used
in
the
tile
json
request
;
ATTRIBUTION
=&
copy
;<
a
href
=\
"http://www.openstreetmap.org/\"
>
OpenStreetMap
</
a
>
and
<
a
href
=\
"http://wiki.openstreetmap.org/wiki/Contributors\"
>
contributors
</
a
>, <
a
href
=\
"http://opendatacommons.org/licenses/odbl/\"
>
ODbL
</
a
>
;
SERVER_ALIAS
=
http
://
localhost
/
;
CORS
=
http
://
www
.
openstreetmap
.
org
;
ASPECTX
=
1
;
ASPECTY
=
1
;
SCALE
=
1
.
0
tools/vectorosm-tilecreator/setup/etc/tirex/renderer/marble-dev.conf
0 → 100644
View file @
aca42f45
#-----------------------------------------------------------------------------
#
# Configuration for the Marble vector tile generator - development version
#
#-----------------------------------------------------------------------------
# symbolic name
name
=
marble
-
dev
# path to executable of renderer
path
=/
k
/
osm
/
generator
/
bin
/
marble
-
vectorosm
-
tirex
-
backend
-
dev
# UDP port where the master can contact this renderer
# must be individual for each renderer
port
=
9332
# number of processes that should be started
procs
=
1
# activate this to see debug messages from renderer
debug
=
1
tools/vectorosm-tilecreator/setup/etc/tirex/renderer/marble-dev/marble-dev.conf
0 → 100644
View file @
aca42f45
#-----------------------------------------------------------------------------
#
# Configuration for Marble vector tile generator - development version
#
#-----------------------------------------------------------------------------
# symbolic name of this map
name
=
vectorosm
/
dev
# tile directory
tiledir
=/
k
/
osm
/
tirex
/
tiles
/
vectorosm
/
dev
/
# cache directory with the input data for the generator
cache
-
directory
=/
k
/
osm
/
cache
# minimum zoom level allowed
minz
=
11
# maximum zoom level allowed
maxz
=
17
tools/vectorosm-tilecreator/setup/etc/tirex/renderer/marble/marble.conf
View file @
aca42f45
...
...
@@ -7,10 +7,10 @@
#-----------------------------------------------------------------------------
# symbolic name of this map
name
=
vectorosm
name
=
vectorosm
/
v1
# tile directory
tiledir
=/
k
/
osm
/
tirex
/
tiles
/
vectorosm
/
tiledir
=/
k
/
osm
/
tirex
/
tiles
/
vectorosm
/
v1
/
# cache directory with the input data for the generator
cache
-
directory
=/
k
/
osm
/
cache
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment