<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Connection error while attempting to connect to WMS server in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Connection-error-while-attempting-to-connect-to-WMS-server/m-p/373609#M62331</link>
    <description>&lt;P&gt;Sorry, that was thoughtless on my part. I'm glad more recent versions of JMP work for you!&lt;/P&gt;</description>
    <pubDate>Thu, 01 Apr 2021 17:57:21 GMT</pubDate>
    <dc:creator>Craige_Hales</dc:creator>
    <dc:date>2021-04-01T17:57:21Z</dc:date>
    <item>
      <title>Connection error while attempting to connect to WMS server</title>
      <link>https://community.jmp.com/t5/Discussions/Connection-error-while-attempting-to-connect-to-WMS-server/m-p/372949#M62283</link>
      <description>&lt;P&gt;In JMP 9.0.1 I get this message when I try to embed a map from a WMS server:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;"Connection error while attempting to connect to WMS server"&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Is there a solution?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Sun, 11 Jun 2023 11:12:35 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Connection-error-while-attempting-to-connect-to-WMS-server/m-p/372949#M62283</guid>
      <dc:creator>gallardet</dc:creator>
      <dc:date>2023-06-11T11:12:35Z</dc:date>
    </item>
    <item>
      <title>Re: Connection error while attempting to connect to WMS server</title>
      <link>https://community.jmp.com/t5/Discussions/Connection-error-while-attempting-to-connect-to-WMS-server/m-p/373070#M62290</link>
      <description>&lt;P&gt;Either the URL is incorrect or perhaps authentication is required for your chosen service. What are you using for URL and Layer?&lt;/P&gt;</description>
      <pubDate>Wed, 31 Mar 2021 17:08:09 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Connection-error-while-attempting-to-connect-to-WMS-server/m-p/373070#M62290</guid>
      <dc:creator>Mark_Bailey</dc:creator>
      <dc:date>2021-03-31T17:08:09Z</dc:date>
    </item>
    <item>
      <title>Re: Connection error while attempting to connect to WMS server</title>
      <link>https://community.jmp.com/t5/Discussions/Connection-error-while-attempting-to-connect-to-WMS-server/m-p/373092#M62297</link>
      <description>&lt;P&gt;Dear Mark the connection URL is:&amp;nbsp;&lt;A href="https://geoserveis.icgc.cat/icc_mapesbase/wms/service?" target="_blank"&gt;https://geoserveis.icgc.cat/icc_mapesbase/wms/service?&lt;/A&gt;&lt;/P&gt;&lt;P&gt;The&amp;nbsp;name of the layer is: orto25m&lt;/P&gt;</description>
      <pubDate>Wed, 31 Mar 2021 18:27:39 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Connection-error-while-attempting-to-connect-to-WMS-server/m-p/373092#M62297</guid>
      <dc:creator>gallardet</dc:creator>
      <dc:date>2021-03-31T18:27:39Z</dc:date>
    </item>
    <item>
      <title>Re: Connection error while attempting to connect to WMS server</title>
      <link>https://community.jmp.com/t5/Discussions/Connection-error-while-attempting-to-connect-to-WMS-server/m-p/373102#M62298</link>
      <description>&lt;P&gt;I got the same error message as you did. I went to the service site and found this URL, &lt;STRONG&gt;&lt;A href="https://geoserveis.icgc.cat/icc_mapesbase/wms/service" target="_blank"&gt;https://geoserveis.icgc.cat/icc_mapesbase/wms/service&lt;/A&gt;?&lt;/STRONG&gt;, which looks the same as your URL, but I do not get the same error any more. I used the same layer code as you did. I now get a new error, "Unknown image type while attempting to retrieve maps from WMS server."&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am no expert in these map services. It should work with a valid URL and layer code. Perhaps you can ask this service for technical support.&lt;/P&gt;</description>
      <pubDate>Wed, 31 Mar 2021 19:33:09 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Connection-error-while-attempting-to-connect-to-WMS-server/m-p/373102#M62298</guid>
      <dc:creator>Mark_Bailey</dc:creator>
      <dc:date>2021-03-31T19:33:09Z</dc:date>
    </item>
    <item>
      <title>Re: Connection error while attempting to connect to WMS server</title>
      <link>https://community.jmp.com/t5/Discussions/Connection-error-while-attempting-to-connect-to-WMS-server/m-p/373496#M62315</link>
      <description>&lt;P&gt;Something like this:&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Graph Builder(
	Size( 1593, 909 ),
	Show Control Panel( 0 ),
	Variables( X( :height ), Y( :weight ), Overlay( :sex ) ),
	Elements( Points( X, Y, Legend( 1 ) ), Smoother( X, Y, Legend( 2 ) ) ),
	SendToReport(
		Dispatch(
			{},
			"height",
			ScaleBox,
			{Scale( "Geodesic" ), Format( "Fixed Dec", 12, 3 ),
			Min( 1.31223015389874 ), Max( 1.40750524670734 ), Inc( 0.01 ),
			Minor Ticks( 1 )}
		),
		Dispatch(
			{},
			"weight",
			ScaleBox,
			{Scale( "Geodesic" ), Format( "Fixed Dec", 12, 3 ),
			Min( 41.6982769662546 ), Max( 41.7501872243177 ), Inc( 0.002 ),
			Minor Ticks( 1 )}
		),
		Dispatch(
			{},
			"Graph Builder",
			FrameBox,
			{Background Map(
				Images(
					"Web Map Service",
					"https://geoserveis.icgc.cat/icc_fonstopografic/wms/service?",
					"mtc25msg"
				),
				Boundaries( "World" )
			)}
		)
	)
)&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Information around here: &lt;A href="https://www.icgc.cat/es/Administracion-y-empresa/Servicios/Servicios-en-linea-Geoservicios/WMS-y-teselas-Cartografia-de-referencia/WMS-Mapas-grises" target="_blank"&gt;https://www.icgc.cat/es/Administracion-y-empresa/Servicios/Servicios-en-linea-Geoservicios/WMS-y-teselas-Cartografia-de-referencia/WMS-Mapas-grises&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Note this server seems to be for a tiny area on the face of the earth, if you are not looking in the right place, you get nothing.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 999px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/31818i5ECD520F984CAA34/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Yes, I used big class height and weight for longitude and latitude.&lt;/P&gt;</description>
      <pubDate>Thu, 01 Apr 2021 12:27:22 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Connection-error-while-attempting-to-connect-to-WMS-server/m-p/373496#M62315</guid>
      <dc:creator>Craige_Hales</dc:creator>
      <dc:date>2021-04-01T12:27:22Z</dc:date>
    </item>
    <item>
      <title>Re: Connection error while attempting to connect to WMS server</title>
      <link>https://community.jmp.com/t5/Discussions/Connection-error-while-attempting-to-connect-to-WMS-server/m-p/373577#M62326</link>
      <description>&lt;P&gt;Benvolgut Craige,&lt;BR /&gt;I don't know where in the world you live but I know very well where I live. A tiny area, a small triangle in the northwestern Mediterranean, a country with almost eight million inhabitants, half a million less than Switzerland. With Constitutions since 1283 and which were abolished by military victory of Philip V of Castile in 1714. Catalonia is trying to regain its independence by democratic means, but neither Spain nor its government is willing to do so. They prefer the rulings of the right-wing supreme court against the Catalan leaders. Dare you say that Switzerland is a tiny area.&lt;BR /&gt;The "Institut Cartogràfic i Geològic de Catalunya" has a public WMS where you can get different layers of the map of Catalonia. With JMP 14 on Windows it connects and downloads the layer, with JMP 9 on Mac it does not.&lt;BR /&gt;I attach screenshots made with JMP 14 to verify it.&lt;/P&gt;
&lt;P&gt;Translated with &lt;A href="http://www.DeepL.com/Translator" target="_blank" rel="noopener"&gt;www.DeepL.com/Translator&lt;/A&gt; (free version)&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Set background map.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/31829i3BE725E27CE4F55D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Set background map.png" alt="Set background map.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt; &lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Captura de pantalla 2021-04-01 a les 18.08.36.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/31830i4D88A633572268A6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Captura de pantalla 2021-04-01 a les 18.08.36.png" alt="Captura de pantalla 2021-04-01 a les 18.08.36.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Thu, 01 Apr 2021 16:51:14 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Connection-error-while-attempting-to-connect-to-WMS-server/m-p/373577#M62326</guid>
      <dc:creator>gallardet</dc:creator>
      <dc:date>2021-04-01T16:51:14Z</dc:date>
    </item>
    <item>
      <title>Re: Connection error while attempting to connect to WMS server</title>
      <link>https://community.jmp.com/t5/Discussions/Connection-error-while-attempting-to-connect-to-WMS-server/m-p/373589#M62327</link>
      <description>&lt;P&gt;&lt;U&gt;Thanks&lt;/U&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Apr 2021 16:38:00 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Connection-error-while-attempting-to-connect-to-WMS-server/m-p/373589#M62327</guid>
      <dc:creator>gallardet</dc:creator>
      <dc:date>2021-04-01T16:38:00Z</dc:date>
    </item>
    <item>
      <title>Re: Connection error while attempting to connect to WMS server</title>
      <link>https://community.jmp.com/t5/Discussions/Connection-error-while-attempting-to-connect-to-WMS-server/m-p/373609#M62331</link>
      <description>&lt;P&gt;Sorry, that was thoughtless on my part. I'm glad more recent versions of JMP work for you!&lt;/P&gt;</description>
      <pubDate>Thu, 01 Apr 2021 17:57:21 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Connection-error-while-attempting-to-connect-to-WMS-server/m-p/373609#M62331</guid>
      <dc:creator>Craige_Hales</dc:creator>
      <dc:date>2021-04-01T17:57:21Z</dc:date>
    </item>
    <item>
      <title>Re: Connection error while attempting to connect to WMS server</title>
      <link>https://community.jmp.com/t5/Discussions/Connection-error-while-attempting-to-connect-to-WMS-server/m-p/374160#M62387</link>
      <description>&lt;P&gt;I appreciate your reply and your interest in helping me.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Manel&lt;/P&gt;</description>
      <pubDate>Sat, 03 Apr 2021 16:48:07 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Connection-error-while-attempting-to-connect-to-WMS-server/m-p/374160#M62387</guid>
      <dc:creator>gallardet</dc:creator>
      <dc:date>2021-04-03T16:48:07Z</dc:date>
    </item>
  </channel>
</rss>

