Skip to content

Commit

Permalink
deploy: 10e3d4c
Browse files Browse the repository at this point in the history
  • Loading branch information
dopenguin committed Jan 29, 2025
1 parent 807ad4e commit 72e70ca
Show file tree
Hide file tree
Showing 48 changed files with 55,460 additions and 54,444 deletions.
36 changes: 5 additions & 31 deletions docs/afm/github-markdown-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,13 @@
color-scheme: dark;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
margin: 0;
color: #f0f6fc;
background-color: #0d1117;
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Noto Sans",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";
font-size: 16px;
word-wrap: break-word;
margin: 0;
min-height: 100vh;
line-height: 1.5;
scroll-behavior: smooth;
word-wrap: break-word;
}

.markdown-body .octicon {
Expand Down Expand Up @@ -134,12 +132,12 @@
}

.markdown-body input {
font: inherit;
margin: 0;
overflow: visible;
font-family: inherit;
font-size: inherit;
line-height: inherit;
font: inherit;
}

.markdown-body [type=button],
Expand Down Expand Up @@ -1101,31 +1099,7 @@
margin-top: 0 !important;
}

.markdown-body ul[role='list'],
.markdown-body ol[role='list'] {
list-style: none;
}

.markdown-body html[focus-within] {
scroll-behavior: smooth;
}

.markdown-body html:focus-within {
scroll-behavior: smooth;
}

.markdown-body a:not([class]) {
-webkit-text-decoration-skip: ink;
text-decoration-skip-ink: auto;
}

.markdown-body img,
.markdown-body picture {
max-width: 100%;
display: block;
}

.markdown-body [class^=Primer_Brand__Link-module__Link___]::after {
width: calc(100% - 20px);
.markdown-body .highlight pre:has(+.zeroclipboard-container) {
min-height: 52px;
}

36 changes: 5 additions & 31 deletions docs/afm/github-markdown-light.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,13 @@
color-scheme: light;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
margin: 0;
color: #1f2328;
background-color: #ffffff;
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Noto Sans",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";
font-size: 16px;
word-wrap: break-word;
margin: 0;
min-height: 100vh;
line-height: 1.5;
scroll-behavior: smooth;
word-wrap: break-word;
}

.markdown-body .octicon {
Expand Down Expand Up @@ -134,12 +132,12 @@
}

.markdown-body input {
font: inherit;
margin: 0;
overflow: visible;
font-family: inherit;
font-size: inherit;
line-height: inherit;
font: inherit;
}

.markdown-body [type=button],
Expand Down Expand Up @@ -1101,31 +1099,7 @@
margin-top: 0 !important;
}

.markdown-body ul[role='list'],
.markdown-body ol[role='list'] {
list-style: none;
}

.markdown-body html[focus-within] {
scroll-behavior: smooth;
}

.markdown-body html:focus-within {
scroll-behavior: smooth;
}

.markdown-body a:not([class]) {
-webkit-text-decoration-skip: ink;
text-decoration-skip-ink: auto;
}

.markdown-body img,
.markdown-body picture {
max-width: 100%;
display: block;
}

.markdown-body [class^=Primer_Brand__Link-module__Link___]::after {
width: calc(100% - 20px);
.markdown-body .highlight pre:has(+.zeroclipboard-container) {
min-height: 52px;
}

36 changes: 5 additions & 31 deletions docs/afm/github-markdown.css
Original file line number Diff line number Diff line change
Expand Up @@ -126,15 +126,13 @@
.markdown-body {
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
margin: 0;
color: var(--fgColor-default);
background-color: var(--bgColor-default);
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Noto Sans",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";
font-size: 16px;
word-wrap: break-word;
margin: 0;
min-height: 100vh;
line-height: 1.5;
scroll-behavior: smooth;
word-wrap: break-word;
}

.markdown-body .octicon {
Expand Down Expand Up @@ -257,12 +255,12 @@
}

.markdown-body input {
font: inherit;
margin: 0;
overflow: visible;
font-family: inherit;
font-size: inherit;
line-height: inherit;
font: inherit;
}

.markdown-body [type=button],
Expand Down Expand Up @@ -1224,31 +1222,7 @@
margin-top: 0 !important;
}

.markdown-body ul[role='list'],
.markdown-body ol[role='list'] {
list-style: none;
}

.markdown-body html[focus-within] {
scroll-behavior: smooth;
}

.markdown-body html:focus-within {
scroll-behavior: smooth;
}

.markdown-body a:not([class]) {
-webkit-text-decoration-skip: ink;
text-decoration-skip-ink: auto;
}

.markdown-body img,
.markdown-body picture {
max-width: 100%;
display: block;
}

.markdown-body [class^=Primer_Brand__Link-module__Link___]::after {
width: calc(100% - 20px);
.markdown-body .highlight pre:has(+.zeroclipboard-container) {
min-height: 52px;
}

49 changes: 47 additions & 2 deletions docs/afm/plugin-draw.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,11 @@ <h3 id="draw-1" tabindex="-1">draw</h3>
<td>If <code>true</code>, draw options are displayed, like choosing and changing stroke color. Not available for texts features. Defaults to <code>false</code>.</td>
</tr>
<tr>
<td>measureOptions</td>
<td>measureOptions?</td>
<td>If set, an additional radio is being shown to the user to be able to let the (then) drawn features display their length and / or area. See <a href="#drawmeasureoptions">draw.measureOptions</a> for further information. Not shown by default.</td>
</tr>
<tr>
<td>selectableDrawModes</td>
<td>string[]?</td>
<td>List 'Point', 'LineString', 'Circle', 'Text' and/or 'Polygon' as desired. All besides 'Text' are selectable by default.</td>
Expand Down Expand Up @@ -100,6 +105,38 @@ <h3 id="draw-1" tabindex="-1">draw</h3>
},
</code></pre>
</details>
<h4 id="draw.measureoptions" tabindex="-1">draw.measureOptions</h4>
<table>
<thead>
<tr>
<th>fieldName</th>
<th>type</th>
<th>description</th>
</tr>
</thead>
<tbody>
<tr>
<td>metres</td>
<td>boolean?</td>
<td>Whether to show the measure option <code>'m / m²'</code> to the user. <code>false</code> by default.</td>
</tr>
<tr>
<td>kilometres</td>
<td>boolean?</td>
<td>Whether to show the measure option <code>'km / km²'</code> to the user. <code>false</code> by default.</td>
</tr>
<tr>
<td>hectares</td>
<td>boolean?</td>
<td>Whether to show the measure option <code>'km / ha‚'</code> to the user. <code>false</code> by default.</td>
</tr>
<tr>
<td>initialOption</td>
<td>'none' | 'meters' | 'kilometres' | 'hectares'</td>
<td>The initial measure option to be selected. Defaults to <code>'none'</code>.</td>
</tr>
</tbody>
</table>
<h4 id="draw.textstyle" tabindex="-1">draw.textStyle</h4>
<table>
<thead>
Expand Down Expand Up @@ -173,8 +210,16 @@ <h4 id="draw.style-(by-example)" tabindex="-1">draw.style (by example)</h4>
circle: {
radius: 7,
fillColor: '#e51313'
},
// Styling for text of measurements; supports everything described at https://openlayers.org/en/v9.2.4/apidoc/module-ol_style_Text-Text.html
measure: {
font: '16px sans-serif',
placement: 'line',
fill: new Fill({ color: 'black' }),
stroke: new Stroke({ color: 'black' }),
offsetY: -5
}
},
}
}
}
</code></pre>
Expand All @@ -184,7 +229,7 @@ <h3 id="state" tabindex="-1">State</h3>
/* Your code. */
})
</code></pre>
<p>The returned featureCollection is a <a href="https://geojson.org/">GeoJSON</a> FeatureCollection. It includes all drawn features and updates on changes.</p>
<p>The returned featureCollection is a <a href="https://geojson.org/">GeoJSON</a> FeatureCollection. It includes all drawn features (including possible measurements in meters with two decimals precision) and updates on changes.</p>
<h3 id="actions" tabindex="-1">Actions</h3>
<pre><code class="language-js">map.$store.dispatch('plugin/draw/addFeatures', {
geoJSON: {
Expand Down
2 changes: 1 addition & 1 deletion docs/generic/client-generic.html
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ <h3 id="destroy-instance" tabindex="-1">Destroy instance</h3>
</code></pre>

<h2>Child documents</h2><nav><ul>
<li><a href="core.html" target="_blank">core.html</a></li><li><a href="lib-custom-types.html" target="_blank">lib-custom-types.html</a></li><li><a href="plugin-address-search.html" target="_blank">plugin-address-search.html</a></li><li><a href="plugin-attributions.html" target="_blank">plugin-attributions.html</a></li><li><a href="plugin-draw.html" target="_blank">plugin-draw.html</a></li><li><a href="plugin-export.html" target="_blank">plugin-export.html</a></li><li><a href="plugin-filter.html" target="_blank">plugin-filter.html</a></li><li><a href="plugin-fullscreen.html" target="_blank">plugin-fullscreen.html</a></li><li><a href="plugin-geo-location.html" target="_blank">plugin-geo-location.html</a></li><li><a href="plugin-gfi.html" target="_blank">plugin-gfi.html</a></li><li><a href="plugin-icon-menu.html" target="_blank">plugin-icon-menu.html</a></li><li><a href="plugin-layer-chooser.html" target="_blank">plugin-layer-chooser.html</a></li><li><a href="plugin-legend.html" target="_blank">plugin-legend.html</a></li><li><a href="plugin-loading-indicator.html" target="_blank">plugin-loading-indicator.html</a></li><li><a href="plugin-pins.html" target="_blank">plugin-pins.html</a></li><li><a href="plugin-reverse-geocoder.html" target="_blank">plugin-reverse-geocoder.html</a></li><li><a href="plugin-scale.html" target="_blank">plugin-scale.html</a></li><li><a href="plugin-toast.html" target="_blank">plugin-toast.html</a></li><li><a href="plugin-zoom.html" target="_blank">plugin-zoom.html</a></li>
<li><a href="core.html" target="_blank">core.html</a></li><li><a href="plugin-address-search.html" target="_blank">plugin-address-search.html</a></li><li><a href="plugin-attributions.html" target="_blank">plugin-attributions.html</a></li><li><a href="plugin-draw.html" target="_blank">plugin-draw.html</a></li><li><a href="plugin-export.html" target="_blank">plugin-export.html</a></li><li><a href="plugin-filter.html" target="_blank">plugin-filter.html</a></li><li><a href="plugin-fullscreen.html" target="_blank">plugin-fullscreen.html</a></li><li><a href="plugin-geo-location.html" target="_blank">plugin-geo-location.html</a></li><li><a href="plugin-gfi.html" target="_blank">plugin-gfi.html</a></li><li><a href="plugin-icon-menu.html" target="_blank">plugin-icon-menu.html</a></li><li><a href="plugin-layer-chooser.html" target="_blank">plugin-layer-chooser.html</a></li><li><a href="plugin-legend.html" target="_blank">plugin-legend.html</a></li><li><a href="plugin-loading-indicator.html" target="_blank">plugin-loading-indicator.html</a></li><li><a href="plugin-pins.html" target="_blank">plugin-pins.html</a></li><li><a href="plugin-reverse-geocoder.html" target="_blank">plugin-reverse-geocoder.html</a></li><li><a href="plugin-scale.html" target="_blank">plugin-scale.html</a></li><li><a href="plugin-toast.html" target="_blank">plugin-toast.html</a></li><li><a href="plugin-zoom.html" target="_blank">plugin-zoom.html</a></li>
</ul></nav>
</article>
<hr>
Expand Down
36 changes: 5 additions & 31 deletions docs/generic/github-markdown-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,13 @@
color-scheme: dark;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
margin: 0;
color: #f0f6fc;
background-color: #0d1117;
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Noto Sans",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";
font-size: 16px;
word-wrap: break-word;
margin: 0;
min-height: 100vh;
line-height: 1.5;
scroll-behavior: smooth;
word-wrap: break-word;
}

.markdown-body .octicon {
Expand Down Expand Up @@ -134,12 +132,12 @@
}

.markdown-body input {
font: inherit;
margin: 0;
overflow: visible;
font-family: inherit;
font-size: inherit;
line-height: inherit;
font: inherit;
}

.markdown-body [type=button],
Expand Down Expand Up @@ -1101,31 +1099,7 @@
margin-top: 0 !important;
}

.markdown-body ul[role='list'],
.markdown-body ol[role='list'] {
list-style: none;
}

.markdown-body html[focus-within] {
scroll-behavior: smooth;
}

.markdown-body html:focus-within {
scroll-behavior: smooth;
}

.markdown-body a:not([class]) {
-webkit-text-decoration-skip: ink;
text-decoration-skip-ink: auto;
}

.markdown-body img,
.markdown-body picture {
max-width: 100%;
display: block;
}

.markdown-body [class^=Primer_Brand__Link-module__Link___]::after {
width: calc(100% - 20px);
.markdown-body .highlight pre:has(+.zeroclipboard-container) {
min-height: 52px;
}

Loading

0 comments on commit 72e70ca

Please sign in to comment.