Update some example styles / formatting

This commit is contained in:
Maximilian Krög
2020-08-01 11:47:26 +02:00
parent 82328fe2c1
commit 37e5529b22
14 changed files with 97 additions and 92 deletions

View File

@@ -112,13 +112,13 @@ tags: "geojson, vector, openstreetmap, label"
<label>Offset Y:</label>
<input type="text" value="0" id="points-offset-y" />
<br />
<label>Color :</label>
<label>Color:</label>
<input type="text" value="#aa3300" id="points-color" />
<br />
<label title="Outline Color">O. Color:</label>
<input type="text" value="#ffffff" id="points-outline" />
<br />
<label title="Outline Width">O. Width :</label>
<label title="Outline Width">O. Width:</label>
<input type="text" value="3" id="points-outline-width" />
</div>
</div>
@@ -224,13 +224,13 @@ tags: "geojson, vector, openstreetmap, label"
<label>Offset Y:</label>
<input type="text" value="0" id="lines-offset-y" />
<br />
<label>Color :</label>
<label>Color:</label>
<input type="text" value="green" id="lines-color" />
<br />
<label title="Outline Color">O. Color:</label>
<input type="text" value="#ffffff" id="lines-outline" />
<br />
<label title="Outline Width">O. Width :</label>
<label title="Outline Width">O. Width:</label>
<input type="text" value="3" id="lines-outline-width" />
</div>
</div>
@@ -336,14 +336,13 @@ tags: "geojson, vector, openstreetmap, label"
<label>Offset Y:</label>
<input type="text" value="0" id="polygons-offset-y" />
<br />
<label>Color :</label>
<label>Color:</label>
<input type="text" value="blue" id="polygons-color" />
<br />
<label title="Outline Color">O. Color:</label>
<input type="text" value="#ffffff" id="polygons-outline" />
<br />
<label title="Outline Width">O. Width :</label>
<label title="Outline Width">O. Width:</label>
<input type="text" value="3" id="polygons-outline-width" />
</div>
</div>
<div class="clearall"></div>