diff --git a/Logic/ExtraFunctions.ts b/Logic/ExtraFunctions.ts
index 7d523bde07..8687196e18 100644
--- a/Logic/ExtraFunctions.ts
+++ b/Logic/ExtraFunctions.ts
@@ -45,6 +45,7 @@ class OverlapFunc implements ExtraFunction {
return (...layerIds: string[]) => {
const result: { feat: any, overlap: number }[] = []
+ console.log("Calculating overlap")
const bbox = BBox.get(feat)
for (const layerId of layerIds) {
diff --git a/langs/en.json b/langs/en.json
index 6fc3c3ced5..525041959a 100644
--- a/langs/en.json
+++ b/langs/en.json
@@ -96,7 +96,7 @@
"number": "number",
"osmLinkTooltip": "Browse this object on OpenStreetMap for history and more editing options",
"add": {
- "addNewMapLabel": "Add new item",
+ "addNewMapLabel": "Click here to add a new item",
"disableFiltersExplanation": "Some features might be hidden by a filter",
"disableFilters": "Disable all filters",
"addNew": "Add a new {category} here",
@@ -111,6 +111,10 @@
"confirmButton": "Add a {category} here.
Your addition is visible for everyone
",
"openLayerControl": "Open the layer control box",
"layerNotEnabled": "The layer {layer} is not enabled. Enable this layer to add a point",
+ "hasBeenImported": "This point has already been imported",
+ "importTags": "The element will receive {tags}",
+ "zoomInMore": "Zoom in more to import this feature",
+ "wrongType": "This element is not a point or a way and can not be imported",
"import": {
"officialThemesOnly": "The import button is disabled for unofficial themes to prevent accidents",
"howToTest": "To test, add test=true or backend=osm-test to the URL. The changeset will be printed in the console. Please open a PR to officialize this theme to actually enable the import button.",
@@ -200,8 +204,7 @@
"downloadAsPdf": "Download a PDF of the current map",
"downloadAsPdfHelper": "Ideal to print the current map",
"downloadGeojson": "Download visible data as GeoJSON",
- "downloadFeatureAsGpx": "Download as GPX-file",
- "downloadFeatureAsGeojson": "Download as GeoJson-file",
+ "downloadGpx": "Download as GPX-file",
"downloadGpxHelper": "A GPX-file can be used with most navigation devices and applications",
"uploadGpx": "Upload your track to OpenStreetMap",
"exporting": "Exporting…",
@@ -210,7 +213,9 @@
"downloadCSVHelper": "Compatible with LibreOffice Calc, Excel, …",
"includeMetaData": "Include metadata (last editor, calculated values, …)",
"licenseInfo": "Copyright notice
The provided data is available under ODbL. Reusing it is gratis for any purpose, but - the attribution © OpenStreetMap contributors is required
- Any change must be use the license
Please read the full copyright notice for details.",
- "noDataLoaded": "No data is loaded yet. Download will be available soon"
+ "noDataLoaded": "No data is loaded yet. Download will be available soon",
+ "downloadFeatureAsGpx": "Download as GPX-file",
+ "downloadFeatureAsGeojson": "Download as GeoJson-file"
},
"weekdays": {
"abbreviations": {