Add a wms layer to OL for Drupal - drupal-7

Just installed Openlayers 7.2 for Drupal 7. I have trouble figuring out how to make a wms layer that shows these info:
http://www.kulturstyrelsen.dk/fileadmin/_migrated/content_uploads/2_1_3_Beskrivelse_af_WMS_WFS_tjenester_01.pdf
I tried to create a standard wms layer, from the layer option and put : http://www.kulturarv.dk/ffpublic/wms/ows?service=wms&version=1.1.0&request=GetCapabilities In the Base url, but nothing shows.
I tried to play with this in qgis. Inserted the same link as a WMS layer in Qgis, and this worked very well. What am i missing ? Is this the wrong way to approach it in OL ?

Related

Palette is not available in Jboss Developer Studio

I want to create a sample project to demo Camel routes working with message communication/transformation between two applications. But when I move to palette to create the routes for CamelContext.xml file , I don't find any palette item.
I tried to search how I can get palette install into my Red Hat Jboss developer studio, but no luck.
Please suggest.
Note this will only work if you are working or starting a new Camel project.
Here is some notes on how to show the palette window.
Make sure you have your camel blueprint or spring file selected. As far as I know this will only work for XML DSL. The screenshot below shows the file I am talking about it is normally found under camel contexts. Make sure this opened in the editor by double clicking on it. You should have a visual representation of your camel route on screen.
To show the palette you can active it by using the menu options Windows -> Show View -> Other. Under the general tab you will find Palette. Double click it and open it. The screenshot below shows you what you should see.

Foundation responsive not works proper?

I am using foundation's latest version (5.4.5). I have created a web page that shows a scroll-bar at the bottom. I have added all three types of column classes (large, medium and small), but I'm facing a problem when visiting the site using a smaller device. Help me and Any idea?
Image of my problem:

GeoServer map layers/tiles Loaded in the screen or Not

I'm using OpenLayers - 2.11,GeoServer 2.13, ExtJS 3.4, and Java for developing GIS based web applications.
Please guide me to check if all my GeoServer map layers/tiles Loaded in the screen or not.
While dragging map is taking time to load next tiles. So that time i want to mask all the map body and unmask after loading all the map tiles.
Please open the below link for getting Answer for the Above Question :)
https://gis.stackexchange.com/questions/74061/geoserver-map-layers-tiles-loaded-in-the-screen-or-not/74069?noredirect=1#comment101451_74069

Loading Images for Silverlight app from server without ssl

I have an Silverlight application that uses ssl to communicate with the site-of-origin. The application loads a number of images from a separate server (running apache under port 81 without ssl). The images are regular png's. The images from the Apache machine are not loaded properly, i.e. the image control remains blank. When I post the same image on my app server (i.e. site-of-origin), and modify the link accordingly, the images are displayed properly. This link on MSDN says that images are media are excluded from access-restriction policies.
Would appreciate any suggestions.
I hope you are deploying your Silverlight application to a web server and not running it using the Visual Studio development server. I had a similar problem with images when I was using the built in development web server. You can find about my experience here.
It might help if you subscribe to ImageFailed event and post the stacktrace.
You are running into cross-scheme access restrictions in silverlight, see table at the bottom of http://msdn.microsoft.com/en-us/library/cc189008(v=vs.95).aspx
One possible solution is to load image using WebClient and call SetSource on image element. That is what we do in our app. In fact we wraped it into custom image control that hides all annoying details.

How to save esri map as an image file

I am using Silverlight 3 and I am trying to take a screenshot of esri map.
I was able to take a screenshot and save as a file for silverlight controls, but when I try to access Esri map image, I get "Pixel access not allowed" error. I heard this is because of different domain (I am trying to get map image on the client side, and map image is not accessible at server side in my silverlight application).
So I am trying to find a function from esri so that I can save the map image as a file.
does anybody know how to do this? or any other way around?
I am using a script from the Code Gallery for both printing and exporting map images.
The script requires a little bit of tweaking to get it to work (plus you need to dig a little bit into WCF and self-hosted services), but it has been working great for several months now. You can see it in action at our web site.

Resources