Welcome to the Cumulus Support forum.

Latest Cumulus MX V3 release 3.28.6 (build 3283) - 21 March 2024

Cumulus MX V4 beta test release 4.0.0 (build 4019) - 03 April 2024

Legacy Cumulus 1 release 1.9.4 (build 1099) - 28 November 2014
(a patch is available for 1.9.4 build 1099 that extends the date range of drop-down menus to 2030)

Download the Software (Cumulus MX / Cumulus 1 and other related items) from the Wiki

Get the map of this site.

Discussion of Ken True's web site templates

Moderator: saratogaWX

Post Reply
josecmorales
Posts: 19
Joined: Thu 04 Jul 2013 4:13 pm
Weather Station: Davis Vantage Pro 2
Operating System: Windows 7
Location: Ciudad Guayana, Venezuela

Get the map of this site.

Post by josecmorales »

Is possible to get the map and/or the data of the national institute of earthquake of Venezuela, this is the adress
http://www.funvisis.gob.ve/sis_reciente.php

i tryed with iframe, but get the all page, and i dont want this.

this is my php testpage http://climaguayana.comuv.com/wxfunvisis.php
User avatar
saratogaWX
Posts: 1185
Joined: Wed 06 May 2009 5:02 am
Weather Station: Davis Vantage Pro Plus
Operating System: Windows 10 Professional
Location: Saratoga, CA, USA
Contact:

Re: Get the map of this site.

Post by saratogaWX »

It looks like you could use something like

Code: Select all

<table width="620">
<tr><td align="center">:: Mapa epicentral (imagen actualizada seg&uacute;n el listado de eventos arriba publicados ::</td></tr>
								<tr><td align="center">
								<iframe src="http://www.funvisis.gob.ve/maps_auto.html" id="iframe_mapa"
									align="center" frameborder="0" framespacing="0"
									scrolling="no">Lo siento, tu navegador NO soporta
								Iframes. Por favor, actualizalo para poder ver la imagen.
								Te recomendamos usar Internet Explorer 6.0 o superior</iframe></td></tr>
								<tr><td align="center" style="font-size: 10px"><img src="http://www.funvisis.gob.ve/images/bandera-roja-A.png" alt="bandera-roja-A.png" /><b>&Uacute;ltimo sismo
								reportado (Autom&aacute;tico)&nbsp;&nbsp;&nbsp;<img src="http://www.funvisis.gob.ve/images/bandera-roja-R.png" alt="bandera-roja-R.png" /><b>&Uacute;ltimo sismo
								reportado (Revisado)&nbsp;&nbsp;&nbsp; <img src="http://www.funvisis.gob.ve/images/bandera-amarilla.png" alt="bandera-amarilla.png" /> Sismos ocurridos
								en los &uacute;ltimos 7 d&iacute;as</b></td></tr>
								</table>
in your narrow-aspect template page. That would just show the interactive Google Map (I think).

Best regards,
Ken
josecmorales
Posts: 19
Joined: Thu 04 Jul 2013 4:13 pm
Weather Station: Davis Vantage Pro 2
Operating System: Windows 7
Location: Ciudad Guayana, Venezuela

Re: Get the map of this site.

Post by josecmorales »

saratogaWX wrote:It looks like you could use something like

Code: Select all

<table width="620">
<tr><td align="center">:: Mapa epicentral (imagen actualizada seg&uacute;n el listado de eventos arriba publicados ::</td></tr>
								<tr><td align="center">
								<iframe src="http://www.funvisis.gob.ve/maps_auto.html" id="iframe_mapa"
									align="center" frameborder="0" framespacing="0"
									scrolling="no">Lo siento, tu navegador NO soporta
								Iframes. Por favor, actualizalo para poder ver la imagen.
								Te recomendamos usar Internet Explorer 6.0 o superior</iframe></td></tr>
								<tr><td align="center" style="font-size: 10px"><img src="http://www.funvisis.gob.ve/images/bandera-roja-A.png" alt="bandera-roja-A.png" /><b>&Uacute;ltimo sismo
								reportado (Autom&aacute;tico)&nbsp;&nbsp;&nbsp;<img src="http://www.funvisis.gob.ve/images/bandera-roja-R.png" alt="bandera-roja-R.png" /><b>&Uacute;ltimo sismo
								reportado (Revisado)&nbsp;&nbsp;&nbsp; <img src="http://www.funvisis.gob.ve/images/bandera-amarilla.png" alt="bandera-amarilla.png" /> Sismos ocurridos
								en los &uacute;ltimos 7 d&iacute;as</b></td></tr>
								</table>
in your narrow-aspect template page. That would just show the interactive Google Map (I think).

Best regards,
Ken
Looks good!, i added some changes to the iframe

<iframe src="http://www.funvisis.gob.ve/maps_auto.html" id="iframe_mapa" height="900" width="800"
align="center" frameborder="0" framespacing="0"

Now is showing with a good size, thanks for your support.
User avatar
saratogaWX
Posts: 1185
Joined: Wed 06 May 2009 5:02 am
Weather Station: Davis Vantage Pro Plus
Operating System: Windows 10 Professional
Location: Saratoga, CA, USA
Contact:

Re: Get the map of this site.

Post by saratogaWX »

You may need to add

width="620" height="620"

to the <iframe tag to size the window.

Best regards,
Ken
josecmorales
Posts: 19
Joined: Thu 04 Jul 2013 4:13 pm
Weather Station: Davis Vantage Pro 2
Operating System: Windows 7
Location: Ciudad Guayana, Venezuela

Re: Get the map of this site.

Post by josecmorales »

PHP ready to show, thanks Ken.
Post Reply