summarylogtreecommitdiffstats
path: root/micromacro-crimecity-demo.dgml
blob: a78b267259b4392ee7f358559eb4fb67036c3720 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<?xml version="1.0" encoding="UTF-8"?>
<dgml xmlns="http://edu.kde.org/marble/dgml/2.0">
  <document>
    <head>
      <name>MicroMacro - Crime City - DEMO</name>
      <target>MicroMacro</target>
      <theme>micromacro-crimecity-demo</theme>
      <icon pixmap="preview.png"/>
      <visible>true</visible>
      <description><![CDATA[Browse the DEMO game map of the detective board game "MicroMacro: Crime City". Copyright: <a href="https://micromacro-game.com/">EDITION SPIELWIESE/ Pegasus Spiele</a>.]]></description>
      <zoom>
        <minimum> 900 </minimum>
        <maximum> 1900 </maximum>
        <discrete> true </discrete>
      </zoom>
    </head>
    <map bgcolor="#000000">
      <canvas/>
      <target/>
      <layer name="micromacro-crimecity-demo" backend="texture">
        <texture name="map" expire="604800">
          <sourcedir format="PNG">MicroMacro/micromacro-crimecity-demo</sourcedir>
          <tileSize width="512" height="512"/>
          <storageLayout levelZeroColumns="1" levelZeroRows="1" maximumTileLevel="6" mode="Custom"/>
          <projection name="Mercator"/>
          <downloadUrl protocol="https" host="webapp.micromacro-game.com" path="/democase/img/map/2x/{zoomLevel}/{y}/{x}.png" query=""/>
          <downloadPolicy usage="Browse" maximumConnections="4"/>
          <downloadPolicy usage="Bulk" maximumConnections="2"/>
        </texture>
      </layer>
    </map>
    <settings>
        <property name="overviewmap">
            <value>false</value>
            <available>true</available>
        </property>
        <property name="compass">
            <value>true</value>
            <available>true</available>
        </property>
        <property name="scalebar">
            <value>true</value>
            <available>true</available>
        </property>
    </settings>
    <legend>
    </legend>
  </document>
</dgml>