geonode-client icon indicating copy to clipboard operation
geonode-client copied to clipboard

OL3 - React map client for GeoNode (DEPRECATED)

Results 30 geonode-client issues
Sort by recently updated
recently updated
newest added

I like this a lot; such a cool project. I did a `npm install` and got `found 94 vulnerabilities (28 low, 22 moderate, 35 high, 9 critical) in 11201 scanned...

Python 2 is end of life on Dec. 31, 2019. The django wrapper around the app will need to make sure to utilize Python 3, and any deprecated code updated.

I did the following. Add django-geonode-client to your requirements.txt Add geonode-client to your INSTALLED_APPS For GeoNode Change the LAYER_PREVIEW_LIBRARY to react But I don't see the react map template in...

bug

Document how the print service works (dependencies etc) and how to provide new templates.

I'm running Geonode 2.6 installed with apt-get, and geonode-client 0.23 compiled from source at master (#4118783 for the record, although I get the same behaviour using the pip install v0.0.18)....

When you click on print in layer or map details page, the resulting PDF map that is generated is all black when in 3D mode.

fixed-in-sdk

We had changed this in https://github.com/GeoNode/geonode-client/blob/3a8aad84b9979d412b1546c9f46285d0737ff4e6/src/components/geonode.jsx#L51 but now that we pass in the map config (to get the baselayer), we are getting a different zoom again.

Is this an issue somewhere on the Django side? ``` var config = Object.assign( defaultConfig, {"map": {"layers": [{"opacity": 1, "source": "0", "fixed": false, "visibility": true} ``` ``` "sources": {"1": {"ptype":...