Skip to content

Commit

Permalink
deploy: 4e7f66f
Browse files Browse the repository at this point in the history
  • Loading branch information
warm-coolguy committed Feb 3, 2025
1 parent ea78dd2 commit 06a0d58
Show file tree
Hide file tree
Showing 97 changed files with 15,372 additions and 10,365 deletions.
1 change: 1 addition & 0 deletions docs/afm/client-afm.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ <h3 id="programmatic-integration" tabindex="-1">Programmatic integration</h3>
<h2>Child documents</h2><nav><ul>
<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-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-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>
<a href="https://github.com/Dataport/polar/blob/main/LEGALNOTICE.md" style="font-family: sans-serif;">Legal Notice (Impressum)</a>
Expand Down
47 changes: 46 additions & 1 deletion docs/afm/core.html
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,8 @@ <h5 id="mapconfiguration.languageoption" tabindex="-1">mapConfiguration.Language
},
]
</code></pre>
<p>To figure out the name of the locales to override, inspect the matching plugin in GitHub's file browser. In <code>packages/plugins</code>, open the plugin you desire to override. Each plugin's <code>src</code> folder contains a <code>language.ts</code> listing all used locale keys with appropriate nesting.</p>
<p>To figure out the name of overridable locales, inspect the documentation of your client; <a href="https://dataport.github.io/polar/docs/snowbox/client-snowbox.html">for example, this is the documentation page of the snowbox</a>. All child documents with locales feature a table of default translations at the end, and some clients bring their own locales and pre-existing overrides.</p>
<p>When reading the locale tables, please mind that the dot notation (<code>a.b.c | value</code>) has to be written as separate keys in nested objects as seen in the example above (<code>{a: {b: {c: &quot;value&quot;}}}</code>).</p>
<h5 id="mapconfiguration.extendedmasterportalapimarkers" tabindex="-1">mapConfiguration.extendedMasterportalapiMarkers</h5>
<table>
<thead>
Expand Down Expand Up @@ -731,6 +732,50 @@ <h3 id="getters" tabindex="-1">Getters</h3>
</table>


<h2>Locales</h2>
<table>
<thead>
<tr>
<th scope="col">Locale Key</th>
<th scope="col">German default</th>
<th scope="col">English default</th>
</tr>
</thead>
<tbody>

<tr>
<td>common.canvas.label</td>
<td>Kartenanwendung</td>
<td>Map application</td>
</tr>

<tr>
<td>common.error.serviceUnavailable</td>
<td>Der Kartendienst "{{serviceName}}" (ID: {{serviceId}}) ist derzeit nicht verfügbar. Dies kann die Funktionalität der Karte einschränken.</td>
<td>Service "{{serviceName}}" (ID: {{serviceId}}) is unavailable. This may limit the map's functionality.</td>
</tr>

<tr>
<td>common.overlay.noControlOnZoom</td>
<td>Verwenden Sie Strg+Scrollen zum Zoomen der Karte</td>
<td>Use Ctrl+Mousewheel to zoom into the map</td>
</tr>

<tr>
<td>common.overlay.noCommandOnZoom</td>
<td>Verwenden Sie Command ⌘ + Scrollen zum Zoomen der Karte</td>
<td>Use Command ⌘ + Mousewheel to zoom into the map</td>
</tr>

<tr>
<td>common.overlay.oneFingerPan</td>
<td>Verwenden Sie mindestens zwei Finger zum Verschieben der Karte</td>
<td>Use at least two fingers to pan the map</td>
</tr>

</tbody>
</table>

</article>
<hr>
<a href="https://github.com/Dataport/polar/blob/main/LEGALNOTICE.md" style="font-family: sans-serif;">Legal Notice (Impressum)</a>
Expand Down
74 changes: 74 additions & 0 deletions docs/afm/plugin-address-search.html
Original file line number Diff line number Diff line change
Expand Up @@ -554,6 +554,80 @@ <h3 id="state" tabindex="-1">State</h3>
<p>Address object <em>as returned by search service</em>. The result and its fields differ depending on the used backend. The callback is used whenever the user clicks on a search result or started a one-result search, which results in an auto-select of the singular result.</p>


<h2>Locales</h2>
<table>
<thead>
<tr>
<th scope="col">Locale Key</th>
<th scope="col">German default</th>
<th scope="col">English default</th>
</tr>
</thead>
<tbody>

<tr>
<td>plugins.addressSearch.hint.error</td>
<td>Etwas ist bei der Suche schiefgegangen.</td>
<td>Something went wrong.</td>
</tr>

<tr>
<td>plugins.addressSearch.hint.noResults</td>
<td>Keine Ergebnisse gefunden.</td>
<td>No results for the current query.</td>
</tr>

<tr>
<td>plugins.addressSearch.hint.loading</td>
<td>Suche ...</td>
<td>Searching ...</td>
</tr>

<tr>
<td>plugins.addressSearch.hint.tooShort</td>
<td>Für die Suche bitte mindestens {{minLength}} Zeichen eingeben.</td>
<td>Please enter at least {{minLength}} characters.</td>
</tr>

<tr>
<td>plugins.addressSearch.defaultGroup</td>
<td>Adresssuche</td>
<td>Address Search</td>
</tr>

<tr>
<td>plugins.addressSearch.groupSelector</td>
<td>Suchthema auswählen</td>
<td>Select search topic</td>
</tr>

<tr>
<td>plugins.addressSearch.resultCount</td>
<td>({{count}} Ergebnisse)</td>
<td>({{count}} results)</td>
</tr>

<tr>
<td>plugins.addressSearch.resultList.extend</td>
<td>Alle Ergebnisse anzeigen</td>
<td>Show all results</td>
</tr>

<tr>
<td>plugins.addressSearch.resultList.extendMax</td>
<td>Alle Ergebnisse (max. {{queryParameters.maxFeatures}}) anzeigen</td>
<td>Show all results (max. {{queryParameters.maxFeatures}})</td>
</tr>

<tr>
<td>plugins.addressSearch.resultList.reduce</td>
<td>Ergebnisliste reduzieren</td>
<td>Reduce result list</td>
</tr>

</tbody>
</table>

</article>
<hr>
<a href="https://github.com/Dataport/polar/blob/main/LEGALNOTICE.md" style="font-family: sans-serif;">Legal Notice (Impressum)</a>
Expand Down
38 changes: 38 additions & 0 deletions docs/afm/plugin-attributions.html
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,44 @@ <h4 id="attributions.layerattribution" tabindex="-1">attributions.layerAttributi
</code></pre>


<h2>Locales</h2>
<table>
<thead>
<tr>
<th scope="col">Locale Key</th>
<th scope="col">German default</th>
<th scope="col">English default</th>
</tr>
</thead>
<tbody>

<tr>
<td>plugins.attributions.button.closeTitle</td>
<td>Quellennachweis ausblenden</td>
<td>Hide Attributions</td>
</tr>

<tr>
<td>plugins.attributions.button.openTitle</td>
<td>Quellennachweis einblenden</td>
<td>Show Attributions</td>
</tr>

<tr>
<td>plugins.attributions.sourceCode</td>
<td><span><a href="https://github.com/Dataport/polar" target="_blank">Quellcode</a> lizenziert unter <a href="https://github.com/Dataport/polar/blob/main/LICENSE" target="_blank">EUPL v1.2</a></span></td>
<td><span><a href="https://github.com/Dataport/polar" target="_blank">Source code</a> licensed under <a href="https://github.com/Dataport/polar/blob/main/LICENSE" target="_blank">EUPL v1.2</a></span></td>
</tr>

<tr>
<td>plugins.attributions.title</td>
<td>Quellennachweis</td>
<td>Attributions</td>
</tr>

</tbody>
</table>

</article>
<hr>
<a href="https://github.com/Dataport/polar/blob/main/LEGALNOTICE.md" style="font-family: sans-serif;">Legal Notice (Impressum)</a>
Expand Down
158 changes: 158 additions & 0 deletions docs/afm/plugin-draw.html
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,164 @@ <h3 id="actions" tabindex="-1">Actions</h3>
<p>Calling the action <code>zoomToFeature</code> zooms to all drawn features, fits them in the map view with a padding of size <code>margin</code> in every direction of the features.</p>


<h2>Locales</h2>
<table>
<thead>
<tr>
<th scope="col">Locale Key</th>
<th scope="col">German default</th>
<th scope="col">English default</th>
</tr>
</thead>
<tbody>

<tr>
<td>plugins.draw.mode.none</td>
<td>Keine Interaktion</td>
<td>No interaction</td>
</tr>

<tr>
<td>plugins.draw.mode.draw</td>
<td>Zeichnen</td>
<td>Draw</td>
</tr>

<tr>
<td>plugins.draw.mode.measure</td>
<td>Zeichnen und Messen</td>
<td>Draw and measure</td>
</tr>

<tr>
<td>plugins.draw.mode.write</td>
<td>Zeichnen und Schreiben</td>
<td>Draw and write</td>
</tr>

<tr>
<td>plugins.draw.mode.writeAndMeasure</td>
<td>Zeichnen, Schreiben und Messen</td>
<td>Draw, write and measure</td>
</tr>

<tr>
<td>plugins.draw.mode.edit</td>
<td>Bearbeiten</td>
<td>Edit</td>
</tr>

<tr>
<td>plugins.draw.mode.delete</td>
<td>Löschen</td>
<td>Delete</td>
</tr>

<tr>
<td>plugins.draw.drawMode.circle</td>
<td>Kreis</td>
<td>Circle</td>
</tr>

<tr>
<td>plugins.draw.drawMode.lineString</td>
<td>Linie</td>
<td>Line</td>
</tr>

<tr>
<td>plugins.draw.drawMode.point</td>
<td>Punkt</td>
<td>Point</td>
</tr>

<tr>
<td>plugins.draw.drawMode.polygon</td>
<td>Polygon</td>
<td>Polygon</td>
</tr>

<tr>
<td>plugins.draw.drawMode.text</td>
<td>Text</td>
<td>Text</td>
</tr>

<tr>
<td>plugins.draw.measureMode.none</td>
<td>Keine Messung</td>
<td>No measure</td>
</tr>

<tr>
<td>plugins.draw.measureMode.metres</td>
<td>m / m²</td>
<td>m</td>
</tr>

<tr>
<td>plugins.draw.measureMode.kilometres</td>
<td>km / km²</td>
<td>km</td>
</tr>

<tr>
<td>plugins.draw.measureMode.hectares</td>
<td>km / ha</td>
<td>km / ha</td>
</tr>

<tr>
<td>plugins.draw.options.stroke</td>
<td>Linienfarbe</td>
<td>Stroke color</td>
</tr>

<tr>
<td>plugins.draw.title.drawMode</td>
<td>Zeichenmodus</td>
<td>Drawing mode</td>
</tr>

<tr>
<td>plugins.draw.title.mode</td>
<td>Modus</td>
<td>Mode</td>
</tr>

<tr>
<td>plugins.draw.title.measureMode</td>
<td>Messmodus</td>
<td>Measure mode</td>
</tr>

<tr>
<td>plugins.draw.title.options</td>
<td>Zeichenoptionen</td>
<td>Draw options</td>
</tr>

<tr>
<td>plugins.draw.label.textSize</td>
<td>Textgröße (px) wählen:</td>
<td>Choose text size (px):</td>
</tr>

<tr>
<td>plugins.draw.measureMode.metresArea</td>
<td></td>
<td>m / m²</td>
</tr>

<tr>
<td>plugins.draw.measureMode.kilometresArea</td>
<td></td>
<td>km / km²</td>
</tr>

</tbody>
</table>

</article>
<hr>
<a href="https://github.com/Dataport/polar/blob/main/LEGALNOTICE.md" style="font-family: sans-serif;">Legal Notice (Impressum)</a>
Expand Down
Loading

0 comments on commit 06a0d58

Please sign in to comment.