Skip to content

Commit

Permalink
- Bump to version 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
afabiani committed Mar 10, 2020
1 parent 9e5c18a commit 88f9927
Show file tree
Hide file tree
Showing 66 changed files with 32,427 additions and 21,040 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Change Log

## 2.0.2 [2020-03-09]

### Main features

- Install `pip install django-mapstore-adapter==2.0.2` instructions [Here](https://pypi.org/project/django-mapstore-adapter/)
- Install `pip install django-geonode-mapstore-client==2.0.2` instructions [Here](https://pypi.org/project/django-geonode-mapstore-client/2.0.2/)
- Based on [GeoNode MapStore Adapter v2.0.2](https://github.com/GeoNode/django-mapstore-adapter/releases/tag/2.0.2)
- Based on [MapStore2 - v2020.01.00](https://github.com/geosolutions-it/MapStore2/releases/tag/v2020.01.00)

[Full Changelog](https://github.com/GeoNode/geonode-mapstore-client/compare/2.0.1...2.0.2)

<li> 2020-03-10: allyoucanmap <a href="http://github.com/GeoNode/geonode-mapstore-client/commit/b51ed3d4879224750c748b7a35ad93ae09fec1fe" target="blank"> update requires of plugins</a></li>
<li> 2020-03-10: allyoucanmap <a href="http://github.com/GeoNode/geonode-mapstore-client/commit/f124e78cbf548a740cd869765ccc076af48dc210" target="blank"> format files</a></li>
<li> 2020-03-10: allyoucanmap <a href="http://github.com/GeoNode/geonode-mapstore-client/commit/8b129431317b66b884a31b77c6f07c60be6fc5b1" target="blank"> update MapStore version to v2020.01.00</a></li>
<li> 2020-03-09: afabiani <a href="http://github.com/GeoNode/geonode-mapstore-client/commit/e0e3424ee02fb4760931f060a6f94fdfbcceee32" target="blank"> ref. https://github.com/GeoNode/geonode/issues/5614 Remove Geo-EXT and Print custom GeoServer plugin wrapper from GeoNode</a></li>

## 2.0.1 [2020-02-27]

### Main features
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.1
2.0.2
2 changes: 1 addition & 1 deletion geonode_mapstore_client/client/MapStore2
Submodule MapStore2 updated 79 files
+2 −2 .travis.yml
+7 −1 README.md
+2 −8 build/buildConfig.js
+3 −4 package.json
+6 −8 project/custom/templates/webpack.config.js
+10 −1 web/client/actions/mapimport.js
+1 −1 web/client/components/TOC/Toolbar.jsx
+2 −1 web/client/components/import/dragZone/ErrorContent.jsx
+17 −1 web/client/components/import/dragZone/enhancers/__tests__/processFiles-test.jsx
+3 −1 web/client/components/import/dragZone/enhancers/__tests__/testData.js
+25 −2 web/client/components/import/dragZone/enhancers/processFiles.jsx
+28 −10 web/client/components/import/style/StylePanel.jsx
+4 −4 web/client/components/import/style/__tests__/StylePanel-test.jsx
+2 −0 web/client/components/map/BaseMap.jsx
+3 −1 web/client/components/map/cesium/Map.jsx
+15 −0 web/client/components/map/cesium/__tests__/Map-test-chrome.jsx
+8 −6 web/client/components/map/leaflet/Map.jsx
+16 −0 web/client/components/map/leaflet/__tests__/Map-test.jsx
+10 −6 web/client/components/map/openlayers/Map.jsx
+15 −0 web/client/components/map/openlayers/__tests__/Map-test.jsx
+1 −1 web/client/components/resources/forms/Metadata.jsx
+16 −0 web/client/components/resources/forms/__tests__/Metadata-test.jsx
+76 −0 web/client/components/widgets/enhancers/__tests__/dependenciesToExtent-test.jsx
+96 −46 web/client/components/widgets/enhancers/__tests__/dependenciesToFilter-test.jsx
+93 −0 web/client/components/widgets/enhancers/__tests__/dependenciesToLayers-test.jsx
+50 −0 web/client/components/widgets/enhancers/__tests__/dependenciesToWidget-test.jsx
+98 −0 web/client/components/widgets/enhancers/dependenciesToExtent.js
+47 −20 web/client/components/widgets/enhancers/dependenciesToFilter.js
+66 −0 web/client/components/widgets/enhancers/dependenciesToLayers.js
+77 −10 web/client/components/widgets/enhancers/dependenciesToWidget.js
+2 −1 web/client/components/widgets/enhancers/tableWidget.js
+28 −2 web/client/components/widgets/enhancers/utils.js
+4 −4 web/client/components/widgets/enhancers/wpsChart.js
+3 −5 web/client/components/widgets/enhancers/wpsCounter.js
+10 −3 web/client/components/widgets/view/WidgetsView.jsx
+4 −0 web/client/components/widgets/widget/DefaultWidget.jsx
+21 −8 web/client/components/widgets/widget/MapWidget.jsx
+8 −3 web/client/components/widgets/widget/TableWidget.jsx
+63 −19 web/client/epics/widgets.js
+47 −0 web/client/observables/wps/bounds.js
+33 −13 web/client/plugins/Dashboard.jsx
+9 −4 web/client/plugins/Dashboards.jsx
+22 −1 web/client/plugins/FeaturedMaps.jsx
+8 −3 web/client/plugins/GeoStories.jsx
+4 −4 web/client/plugins/Map.jsx
+2 −1 web/client/plugins/MapImport.jsx
+8 −2 web/client/plugins/Maps.jsx
+82 −0 web/client/plugins/__tests__/Dashboards-test.jsx
+82 −0 web/client/plugins/__tests__/Geostories-test.jsx
+83 −0 web/client/plugins/__tests__/Maps-test.jsx
+6 −2 web/client/plugins/dashboard/EmptyDashboardsView.jsx
+6 −2 web/client/plugins/geostories/EmptyGeostoriesView.jsx
+3 −1 web/client/plugins/import/StyleDialog.jsx
+2 −3 web/client/plugins/manager/RulesToolbar.jsx
+5 −1 web/client/plugins/maps/EmptyMaps.jsx
+5 −3 web/client/plugins/widgetbuilder/commons.js
+10 −1 web/client/plugins/widgetbuilder/enhancers/connection/mapBuilderConnect.js
+20 −5 web/client/plugins/widgetbuilder/enhancers/connection/viewportBuilderConnect.js
+2 −1 web/client/plugins/widgetbuilder/enhancers/connection/withMapConnect.js
+73 −0 web/client/plugins/widgets/getWidgetFilterRenderers.js
+9 −0 web/client/reducers/__tests__/mapimport-test.js
+3 −1 web/client/reducers/dashboard.js
+10 −2 web/client/reducers/mapimport.js
+29 −3 web/client/selectors/widgets.js
+1 −0 web/client/test-resources/unsupportedMap.config
+115 −0 web/client/test-resources/widgets/dependenciesToFiltersData.js
+69 −0 web/client/test-resources/widgets/dependenciesToLayersData.js
+10 −5 web/client/translations/data.de-DE
+10 −5 web/client/translations/data.en-US
+10 −5 web/client/translations/data.es-ES
+10 −5 web/client/translations/data.fr-FR
+3 −3 web/client/translations/data.hr-HR
+10 −5 web/client/translations/data.it-IT
+3 −3 web/client/translations/data.pt-PT
+3 −3 web/client/translations/data.zh-ZH
+8 −1 web/client/utils/LayersUtils.js
+92 −2 web/client/utils/MapUtils.js
+3 −2 web/client/utils/VendorParamsUtils.js
+11 −0 web/client/utils/__tests__/VendorParamsUtils-test.js
4 changes: 2 additions & 2 deletions geonode_mapstore_client/client/js/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const {keyBy, values} = require('lodash');
*
* ConfigUtils.setConfigProp('translationsPath', ['./MapStore2/web/client/translations', './translations']);
*/
// ConfigUtils.setConfigProp('translationsPath', ['../MapStore2/web/client/translations', './translations'] );
ConfigUtils.setConfigProp('translationsPath', ['../MapStore2/web/client', './'] );
ConfigUtils.setConfigProp('themePrefix', 'msgapi');
const Persistence = require("../MapStore2/web/client/api/persistence");
Persistence.addApi("geonode", require("./api/geonode"));
Expand Down Expand Up @@ -64,7 +64,7 @@ const createMapStore2Api = function(plugins) {
path: getScriptPath() + '/themes'
},
noLocalConfig: true,
translations: getScriptPath() + '/../MapStore2/web/client/translations'
translations: getScriptPath() + '/../MapStore2/web/client'
});
// window.MapStore2 = MapStore2;
return assign({}, MapStore2, { create: function(container, opts) {
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"about_ul0_li0": "MapViewer je jednostavni preglednik predefiniranih karata (po izboru pohranjenih u bazi koristeći GeoStore)",
"about_ul0_li1": "MapPublisher je razvijen za jednostavno i intuitivno kreiranje, spremanje i dijeljenje karata i kombinacija podataka dobivenih odabirom sadržaja koji dolaze iz standardnih izvora kao što su Google Maps i OpenStreetMap ili putem servisa koje pružaju organizacije koristeći otvorene protokole kao što su OGC WMS, WFS, WMTS ili TMS itd. Za više informacija provjerite",
"about_h20": "Licenca",
"about_p3": "MapStore je slobodan softver otvorenoga koda, baziran je na OpenLayers 3, Leaflet i ReactJS bibliotekama i licenciran je pod jednostavnom BSD licencom.",
"about_p3": "MapStore je slobodan softver otvorenoga koda, baziran je na OpenLayers, Leaflet i ReactJS bibliotekama i licenciran je pod jednostavnom BSD licencom.",
"about_p5-0": "Za više informacija posjetite",
"about_a0": "ovu",
"about_p5-1": "stranicu.",
Expand Down Expand Up @@ -604,10 +604,23 @@
"s_wfs_props_label" : "Svojstva WFS servisa",
"s_wfs_opt_props_label" : "Dodatna svojstva",
"s_result_props_label": "Svojstva prikaza rezultata",
"s_priority_info": "Koristi se za sortiranje rezultata pretrage, veće vrijednosti prvo. Nominatim razultati imaju prednost = 5",
"s_priority_info": "Koristi se za sortiranje rezultata pretrage, prvo niže vrijednosti. Nominatim razultati imaju prednost = 5",
"serviceslistempty": "Nije definiran niti jedan servis",
"service_missing": "{serviceType} servis nije konfiguriran",
"generic_error": "Došlo je do greške prilikom pretrage. Detalji greške: {message}"
"generic_error": "Došlo je do greške prilikom pretrage. Detalji greške: {message}",
"errors": {
"nonQueriableLayers": "The layer provided in the url is not queriable or not visible in map",
"serverError": "The server has return an error when performing the GetFeatureInfo request. Check if the params are correct"
},
"s_launch_info_panel": {
"label": "Launch Info panel",
"no_info": "No Info",
"all_layers": "All Layers",
"single_layer": "Search Layer",
"no_info_description": "Identify panel will not show up on search",
"all_layers_description": "Identify panel will show up displaying information of all layers visible in map",
"single_layer_description": "Identify panel will show up with the data already available through the WFS search"
}
},
"draw": {
"fill": "Ispuna",
Expand Down Expand Up @@ -1017,6 +1030,7 @@
"creatingGroup": "Kreirana...",
"groupMembers": "Članovi:",
"addMember": "Dodaj člana:",
"selectMemberPlaceholder": "Odaberite člana ...",
"noUsers": "Nema korisnika za ovu grupu",
"errorSaving": "Došlo je do greške prilikom spremanja ove grupe",
"errorDelete": "Došlo je do greške prilikom brisanja ove grupe",
Expand Down Expand Up @@ -1431,9 +1445,9 @@
"preview": "Pregled",
"addLayer": "Dodaj sloj na kartu",
"useTheSelectedLayer": "Koristi odabrani sloj",
"connectToAMap": "Poveži s kartom",
"connectToTheMap": "Poveži s kartom",
"selectMapToConnect": "Odaberi kartu za povezivanje",
"connectToAMap": "Povežite se s drugim widgetom",
"connectToTheMap": "Spojite se na drugi widget",
"selectMapToConnect": "Odaberite widget za povezivanje",
"clearConnection": "Izbriši vezu"
},
"errors": {
Expand Down Expand Up @@ -1579,6 +1593,8 @@
"title": "Izmijeni svojstva kontrolne ploče",
"name": "Naziv",
"description": "Opis",
"createdAt": "Stvorio",
"modifiedAt": "Promijenjen",
"namePlaceholder": "Unesi ime...",
"descriptionPlaceholder": "Unesi opis...",
"confirmCloseText": "U tijeku su izmjene, jeste li sigurni da želite zatvoriti bez spremanja?",
Expand All @@ -1597,7 +1613,7 @@
"notFound": "Kontrolna ploča nije pronađena",
"notAccessible": "Kontrolna ploča nije dostupna"
},
"resourceAlreadyExists": "Resurs sa ovim imenom već postoji. Pokušajte '{data}'"
"resourceAlreadyExists": "Resurs sa ovim imenom već postoji"
},
"editor": {
"save": "Spremi kontrolnu ploču",
Expand Down Expand Up @@ -1861,7 +1877,7 @@
"error": "Greška: cilj nije pronađen",
"intro": {
"title": "Dobrodošli u MapStore",
"text": "framework za izradu web mapping aplikacija koristeći standardne biblioteke kao što su OpenLayers 3 i Leaflet."
"text": "framework za izradu web mapping aplikacija koristeći standardne biblioteke kao što su OpenLayers i Leaflet."
},
"drawerMenu": {
"title": "Glavni izbornik",
Expand Down
Loading

0 comments on commit 88f9927

Please sign in to comment.