Skip to content

Commit

Permalink
added documentation for maps
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlesGrimont committed Feb 6, 2025
1 parent 377c1e3 commit a1a6b0c
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 5 deletions.
5 changes: 4 additions & 1 deletion DisplayObjects/mobile/assets/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,8 @@
"Action_2": "Action 2",
"Identifier": "ID",
"lines":"lines",
"columns":"Columns"
"columns":"Columns",
"maps_markers": "Please select from the following elements the columns that will define your markers. You must sort your columns in the following order: label, latitude, longitude.",
"maps_circles": "Please select from the following elements the columns that will define your circles. You must sort your columns in the following order: label, latitude, longitude, radius in meters.",
"maps_polygons": "Please select from the following elements the columns that will define your polygons. You must sort your columns in the following order: label, latitude, longitude. For the latitude and longitude columns, these must be lookup fields containing multiple latitude and longitude values."
}
5 changes: 4 additions & 1 deletion DisplayObjects/mobile/assets/i18n/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,8 @@
"Value": "Valeur",
"Identifier": "Identifiant",
"lines":"Lignes",
"columns":"Colonnes"
"columns":"Colonnes",
"maps_markers": "Veuillez sélectionner parmi les éléments suivants les colonnes qui définiront vos repères. Vous devez trier vos colonnes dans l'ordre suivant : libellé, latitude, longitude.",
"maps_circles": "Veuillez sélectionner parmi les éléments suivants les colonnes qui définiront vos cercles. Vous devez trier vos colonnes dans l'ordre suivant : libellé, latitude, longitude, rayon en métres.",
"maps_polygons": "Veuillez sélectionner parmi les éléments suivants les colonnes qui définiront vos polygones. Vous devez trier vos colonnes dans l'ordre suivant : libellé, latitude, longitude. Pour les colonnes de latitude et longitude, celles-ci devront être des champs rapportés comportant plusieurs valeurs pour latitude et longitude."
}
5 changes: 4 additions & 1 deletion _c8oProject/mobilePages/BrowseTables.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -645,7 +645,7 @@ title: First page
textValue:
- xmlizable:
- ↑classname: com.twinsoft.convertigo.beans.ngx.components.MobileSmartSourceType
- MobileSmartSourceType: plain:notice2
- MobileSmartSourceType: 'script:(this.local.txt_i18n != null ? this.local.txt_i18n : ''notice2'') | translate'
↓Style [ngx.components.UIStyle-1678905330241]:
styleContent:
- xmlizable:
Expand Down Expand Up @@ -3227,6 +3227,9 @@ title: First page
page.local.target = "table";
if(page.navParams.data.target == "table"){
page.local.type = "table";
if(page.navParams.data.type == "maps_markers" || page.navParams.data.type == "maps_circles" || page.navParams.data.type == "maps_polygons"){
page.local.txt_i18n = page.navParams.data.type;
}
page.local.target = "table";
}
else if(page.navParams.data.type == "select" || page.navParams.data.type == "checkbox" || page.navParams.data.type == "radio"){
Expand Down
2 changes: 1 addition & 1 deletion c8oProject.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
contextTimeout: ${lib_baserow.context_timout=3600}
corsOrigin: =Origin
httpSessionTimeout: ${lib_baserow.session_timout=3600}
version: 1.1.9
version: 1.1.10
↓Baserow_API_spec [connectors.HttpConnector]: 🗏 connectors/Baserow_API_spec.yaml
↓MediaConnector [connectors.HttpConnector]: 🗏 connectors/MediaConnector.yaml
↓_disabled_formssource_GetSelectDataOld [sequences.GenericSequence]: 🗏 sequences/_disabled_formssource_GetSelectDataOld.yaml
Expand Down
2 changes: 1 addition & 1 deletion project.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ see [documentation](http://localhost:18080/convertigo/xsd/couchdb/CouchDb.xsd)
## ![](https://github.com/convertigo/convertigo/blob/develop/engine/src/com/twinsoft/convertigo/beans/references/images/ProjectSchemaReference_16x16.png?raw=true "ProjectSchemaReference") lib_ExtendedComponents_ui_ngx


see [readme](https://github.com/convertigo/c8oprj-lib-extended-components-ui-ngx/tree/8.4.0.0#readme)
see [readme](https://github.com/convertigo/c8oprj-lib-extended-components-ui-ngx/tree/3baccc787893e26c44e258b413cac0b79112bbff#readme)
</p></blockquote></details>
</p></blockquote></details>

Expand Down

0 comments on commit a1a6b0c

Please sign in to comment.