Update some example styles / formatting
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user