Hi there,
I updated my GN installation v2.6.3 with fix #462 (Load wms in map viewer
for service metadata/
http://geonetwork.svn.sourceforge.net/viewvc/geonetwork?view=revision&revision=7383)
but I'm still unable to display a WMS map on clicking the interactive button
in an ISO19139 record.
I'm inserting the following link (from GeoServer app) into the ISO19139
template:
http://mydomain.com/geoserver/ows?service=wms&version=1.1.1&request=GetCapabilities
I'm guessing that it's an issue with the syntax of the above link (obtained
from the GeoServer application). When I insert into the URL field of the
viewer I get an error message:
'There was an error connecting to the Web Map Service, please check the URL'
However, another WMS link (e.g.,
http://132.156.10.87/cgi-bin/atlaswms_en?REQUEST=GetCapabilities) when
inserted into the URL field populates the viewer with a list of WMS layers.
I can also see GeoServer layers listed under the viewer's 'GeoServer Web Map
Service'
Any help would be appreciated.
Thanks,
Rich
I haven't downloaded and tried on v2.6.4 as yet where fix #462 is
implemented.
--
View this message in context: http://osgeo-org.1803224.n2.nabble.com/Unable-to-display-metadata-WMS-in-interactive-map-viewer-tp6418486p6418486.html
Sent from the GeoNetwork users mailing list archive at Nabble.com.
When I insert
http://132.156.10.87/cgi-bin/atlaswms_en?REQUEST=GetCapabilities as a WMS
link in the ISO19139 metadata, clicking on the interactive map button
results in a single layer listing under 'Overlay' but no layer is displayed
(also multiple layers are available through this WMS).
--
View this message in context: http://osgeo-org.1803224.n2.nabble.com/Unable-to-display-metadata-WMS-in-interactive-map-viewer-tp6418486p6418556.html
Sent from the GeoNetwork users mailing list archive at Nabble.com.
Hi Richard,
A couple of things:
- Can you check if the server is "visible" / can be accessed by the server running GeoNetwork?
- Could you try to add the server directly to the map viewer and then add a layer to see it works?
- Could you test the same configuration using the 2.6.4 installer to be sure the patch is working as expected?
Cheers,
Jeroen
On 30 mei 2011, at 12:42, RichC wrote:
When I insert
http://132.156.10.87/cgi-bin/atlaswms_en?REQUEST=GetCapabilities as a WMS
link in the ISO19139 metadata, clicking on the interactive map button
results in a single layer listing under 'Overlay' but no layer is displayed
(also multiple layers are available through this WMS).
--
View this message in context: http://osgeo-org.1803224.n2.nabble.com/Unable-to-display-metadata-WMS-in-interactive-map-viewer-tp6418486p6418556.html
Sent from the GeoNetwork users mailing list archive at Nabble.com.
------------------------------------------------------------------------------
vRanger cuts backup time in half-while increasing security.
With the market-leading solution for virtual backup and recovery,
you get blazing-fast, flexible, and affordable data protection.
Download your free trial now.
Best Open Source Mac Front-Ends 2024
_______________________________________________
GeoNetwork-users mailing list
GeoNetwork-users@lists.sourceforge.net
geonetwork-users List Signup and Options
GeoNetwork OpenSource is maintained at GeoNetwork - Geographic Metadata Catalog download | SourceForge.net
Hi,
i would like to use resolution in ordre to achieve a sum of a value for each data located in the same position.
Each time i zoom inside, the map became larger and the element need to be separate, so each individual value can be seen!
For example as i konw better sql query thant SLD description, using a sql query :
select cout(power),the_geom from my_table
group by the_geom; as i zoom outside the map (a very large view)
and when i zoom in, something like this :
select power,the_geom from my_table;
Is it possible to do that with a SLD description ?
Thnak's for your answer,
sincerly,
Emmanuel
> - Could you test the same configuration using the 2.6.4 installer to be
sure the patch is working as expected?
Appears to be similar on 2.6.4.
I inserted http://132.156.10.87/cgi-bin/atlaswms_en?REQUEST=GetCapabilities
as a 'Web Map Service' in a ISO19139 record. Clicking on the 'Interactive
map' button results in a single listing (canada in attached image) under
'Overlays' in the layer tree of the map viewer (there should be many layers
listed) and no maps are displayed.
Richard
http://osgeo-org.1803224.n2.nabble.com/file/n6419177/264_homepage.png
--
View this message in context: http://osgeo-org.1803224.n2.nabble.com/Unable-to-display-metadata-WMS-in-interactive-map-viewer-tp6418486p6419177.html
Sent from the GeoNetwork users mailing list archive at Nabble.com.
Hi Richard,
Here are some screenshots that should explain how your service should be working. It works for me as you can see in the screenshots. I added (red arrows) the server + the layername and (green arrows) only the service that results in opening the full selection window.
Only work with http://132.156.10.87/cgi-bin/atlaswms_en? and let GeoNetwork add the request parameters.
Cheers,
Jeroen
(attachments)
Add a WMS server.pdf (829 KB)
Hi Jeroen,
I've updated the files of my v2.6.3 installation as per
http://geonetwork.svn.sourceforge.net/viewvc/geonetwork?view=revision&revision=7383
I copied these files from the v2.6.4 installation to v.2.6.3 and also added
a 'WMS layers' label in strings.xml:
gn_search.js
BrowserPanel.js
ol_map.js
metadata-iso19115.xsl
AddWMS.js
I can open and display a single layer in the map viewer (as per red arrows
in your attachment), but clicking on the 'WMS layers' link (i.e, metadata
without name resource given) doesn't open the map window. Mousing over the
latter link does show
javascript:AddWMSServerLayers('http://132.156.10.87/cgi-bin/atlaswms_en?')
however.
Is there another file that needs updating?
Cheers,
Richard
--
View this message in context: http://osgeo-org.1803224.n2.nabble.com/Unable-to-display-metadata-WMS-in-interactive-map-viewer-tp6418486p6425669.html
Sent from the GeoNetwork users mailing list archive at Nabble.com.
Hi Richard,
Hmm, that will be rather complex to debug from here
I suggest you take your own changes in 2.6.3 and merge them into 2.6.4 instead. The revision number for 2.6.4 is 7729, so you may have missed a couple of changes there.
Cheers,
Jeroen
On 1 jun 2011, at 07:48, RichC wrote:
Hi Jeroen,
I've updated the files of my v2.6.3 installation as per
GeoNetwork - Geographic Metadata Catalog download | SourceForge.net
I copied these files from the v2.6.4 installation to v.2.6.3 and also added
a 'WMS layers' label in strings.xml:
gn_search.js
BrowserPanel.js
ol_map.js
metadata-iso19115.xsl
AddWMS.js
I can open and display a single layer in the map viewer (as per red arrows
in your attachment), but clicking on the 'WMS layers' link (i.e, metadata
without name resource given) doesn't open the map window. Mousing over the
latter link does show
javascript:AddWMSServerLayers('http://132.156.10.87/cgi-bin/atlaswms_en?')
however.
Is there another file that needs updating?
Cheers,
Richard
--
View this message in context: http://osgeo-org.1803224.n2.nabble.com/Unable-to-display-metadata-WMS-in-interactive-map-viewer-tp6418486p6425669.html
Sent from the GeoNetwork users mailing list archive at Nabble.com.
------------------------------------------------------------------------------
Simplify data backup and recovery for your virtual environment with vRanger.
Installation's a snap, and flexible recovery options mean your data is safe,
secure and there when you need it. Data protection magic?
Nope - It's vRanger. Get your free trial download today.
Best Open Source Mac Front-Ends 2024
_______________________________________________
GeoNetwork-users mailing list
GeoNetwork-users@lists.sourceforge.net
geonetwork-users List Signup and Options
GeoNetwork OpenSource is maintained at GeoNetwork - Geographic Metadata Catalog download | SourceForge.net
Hi Richard
The javascript files are minified you need to create these files and replace
them. For this you need to use the source code and run in web folder:
$ mvn install
after this you'll get in web/src/main/webapp/scripts/lib the minified
javascript files that you need to copy to the related folder in your
deployed version (INSTALL_DIR/web/geonetwork/scripts/lib). Also in 2.6.4
OpenLayers was updated to 2.10, so not sure if will work only replacing the
previous files.
You'll need at least metadata-iso19139.xsl from files you list.
Regards,
Jose GarcĂa
On Wed, Jun 1, 2011 at 7:48 AM, RichC <richard@anonymised.com> wrote:
Hi Jeroen,
I've updated the files of my v2.6.3 installation as per
http://geonetwork.svn.sourceforge.net/viewvc/geonetwork?view=revision&revision=7383
I copied these files from the v2.6.4 installation to v.2.6.3 and also added
a 'WMS layers' label in strings.xml:
gn_search.js
BrowserPanel.js
ol_map.js
metadata-iso19115.xsl
AddWMS.js
I can open and display a single layer in the map viewer (as per red arrows
in your attachment), but clicking on the 'WMS layers' link (i.e, metadata
without name resource given) doesn't open the map window. Mousing over the
latter link does show
javascript:AddWMSServerLayers('http://132.156.10.87/cgi-bin/atlaswms_en?')
however.
Is there another file that needs updating?
Cheers,
Richard
--
View this message in context:
http://osgeo-org.1803224.n2.nabble.com/Unable-to-display-metadata-WMS-in-interactive-map-viewer-tp6418486p6425669.html
Sent from the GeoNetwork users mailing list archive at Nabble.com.
------------------------------------------------------------------------------
Simplify data backup and recovery for your virtual environment with
vRanger.
Installation's a snap, and flexible recovery options mean your data is
safe,
secure and there when you need it. Data protection magic?
Nope - It's vRanger. Get your free trial download today.
http://p.sf.net/sfu/quest-sfdev2dev
_______________________________________________
GeoNetwork-users mailing list
GeoNetwork-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geonetwork-users
GeoNetwork OpenSource is maintained at
http://sourceforge.net/projects/geonetwork