Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Interactive maps improvements #2081

Merged
merged 3 commits into from
Jul 25, 2017

Conversation

fxprunayre
Copy link
Member

@fxprunayre fxprunayre commented Jul 24, 2017

  • Add home page link to maps (if no map, no panel)

image

  • Add support to load map through URL
  • Add list of map to the map viewer to open all maps registered in the catalog

image

  • Add capability to load layers based on maps
  • Reorganize layer loader panel ie. load from maps/search/services/files

image

  • Add capability to save a map as simple PNG
  • Migrate Jeeves service make metadata record from context to Spring
  • Add map overview when create a metadata on map

image

  • Move zoom to your location to the search a place widget

image

  • Homogeneous map icon in search results, record view, map view
  • JSLint
  • ISO19139 / Make google KML link optional and disabled by default

Related work:

Funding International Office for Water (IOW)

@fxprunayre fxprunayre added this to the 3.4.0 milestone Jul 24, 2017
@fxprunayre fxprunayre requested a review from fgravin July 25, 2017 08:35
Copy link
Member

@fgravin fgravin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good.
Why did you change bootstrap submodule ?
What version is it ?

@fxprunayre
Copy link
Member Author

Why did you change bootstrap submodule ?

This is a mistake. Fixed.

* Add home page link to maps
* Add support to load map through URL
* Add list of map to the map viewer to open all maps registered in the catalog
* Add capability to load layers based on maps
* Reorganize layer loader panel ie. load from maps/search/services/files
* Add capability to save a map as simple PNG
* Migrate Jeeves service make metadata record from context to Spring
* Add map overview when create a metadata on map
* Move zoom to your location to the search a place widget
* Homogeneous map icon in search results, record view, map view
* JSLint
@fxprunayre fxprunayre merged commit 020cd16 into geonetwork:develop Jul 25, 2017
@@ -505,13 +505,15 @@
source = new ol.source.ImageWMS({
params: layerParams,
url: options.url,
crossOrigin: 'anonymous',
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems to break a lot of getMap requests.
For me it's not robust and has to be removed.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yep works well with GeoServers and allows to quickly get a PNG image from the map viewer. I'll add an option to turn it off with the export map as PNG actions. #2149

@fxprunayre
Copy link
Member Author

Demo on video https://youtu.be/mDUWsYLqpO8

fxprunayre added a commit that referenced this pull request Jan 17, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants