Ticket #1610: patch-1610-r7462-A0.diff
| File patch-1610-r7462-A0.diff, 1.0 kB (added by pgiraud, 6 months ago) |
|---|
-
theme/default/style.css
old new 1 1 div.olLayerDiv { 2 -moz-user-select: none 2 -moz-user-select: none; 3 text-align: left; 3 4 } 4 5 5 6 .olLayerGoogleCopyright { -
examples/vector-features.html
old new 107 107 <p id="shortdesc"> 108 108 Shows the use of the shows drawing simple vector features, in different styles. 109 109 </p> 110 111 <div id="map" class="smallmap"></div>112 110 <div style="text-align: right"> 111 <div id="map" class="smallmap"></div> 112 </div> 113 113 <div id="docs"> 114 114 <p>This example shows drawing simple vector features -- point, line, polygon 115 115 in different styles, created 'manually', by constructing the entire style
