Re: [mapserver-users] Mapserver as cascading WMS for ArcGIS Rest?

2012-05-24 Thread Alan Boudreault
I don't think so. MapServer only allows wms cascading using the http/wms 
requests.


Alan

On 12-05-23 09:39 PM, Robert Sanson wrote:

Is it possible to have a layer in Mapserver pulling data from a ArcGIS Rest 
service?

Thanks,

Robert Sanson




This email and any attachments are confidential and intended solely for the 
addressee(s). If you are not the intended recipient, please notify us 
immediately and then delete this email from your system.

This message has been scanned for Malware and Viruses by Websense Hosted 
Security.
www.websense.com
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users



--
Alan Boudreault
http://www.mapgears.com/
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users


Re: [mapserver-users] Mapserver as cascading WMS for ArcGIS Rest?

2012-05-24 Thread Smith, Michael ERDC-CRREL-NH
WMS is different from the REST services (enabled separately). MapServer
can cascade ArcGIS Server WMS services.

Mike

On 5/24/12 7:43 AM, Alan Boudreault aboudrea...@mapgears.com wrote:

I don't think so. MapServer only allows wms cascading using the http/wms
requests.

Alan

On 12-05-23 09:39 PM, Robert Sanson wrote:
 Is it possible to have a layer in Mapserver pulling data from a ArcGIS
Rest service?

 Thanks,

 Robert Sanson




 This email and any attachments are confidential and intended solely for
the addressee(s). If you are not the intended recipient, please notify
us immediately and then delete this email from your system.

 This message has been scanned for Malware and Viruses by Websense
Hosted Security.
 www.websense.com
 ___
 mapserver-users mailing list
 mapserver-users@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/mapserver-users


-- 
Alan Boudreault
http://www.mapgears.com/
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users

___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users


Re: [mapserver-users] Mapserver as cascading WMS for ArcGIS Rest?

2012-05-24 Thread Rahkonen Jukka
Hi,

It might be possible to do through GDAL WMS driver. I do not know what ArcGIS 
MapServer Tiles are but they sound somehow promising.

http://www.gdal.org/frmt_wms.html

-Jukka Rahkonen-

Alan Boudreault wrote:

 I don't think so. MapServer only allows wms cascading using the http/wms
 requests.

Alan

On 12-05-23 09:39 PM, Robert Sanson wrote:
 Is it possible to have a layer in Mapserver pulling data from a ArcGIS Rest 
 service?

 Thanks,

 Robert Sanson




 This email and any attachments are confidential and intended solely for the 
 addressee(s). If you are not the intended recipient, please notify us 
 immediately and then delete this email from your system.

 This message has been scanned for Malware and Viruses by Websense Hosted 
 Security.
 www.websense.com
 ___
 mapserver-users mailing list
 mapserver-users@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/mapserver-users


--
Alan Boudreault
http://www.mapgears.com/
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users


Re: [mapserver-users] Mapserver as cascading WMS for ArcGIS Rest?

2012-05-24 Thread Smith, Michael ERDC-CRREL-NH
You can also read the data from arcgis rest services using the gdal
geojson driver. Its been updated to support ESRI json (which is not true
geojson). 

On 5/24/12 8:28 AM, Rahkonen Jukka jukka.rahko...@mmmtike.fi wrote:

Hi,

It might be possible to do through GDAL WMS driver. I do not know what
ArcGIS MapServer Tiles are but they sound somehow promising.

http://www.gdal.org/frmt_wms.html

-Jukka Rahkonen-

Alan Boudreault wrote:

 I don't think so. MapServer only allows wms cascading using the http/wms
 requests.

Alan

On 12-05-23 09:39 PM, Robert Sanson wrote:
 Is it possible to have a layer in Mapserver pulling data from a ArcGIS
Rest service?

 Thanks,

 Robert Sanson




 This email and any attachments are confidential and intended solely for
the addressee(s). If you are not the intended recipient, please notify
us immediately and then delete this email from your system.

 This message has been scanned for Malware and Viruses by Websense
Hosted Security.
 www.websense.com
 ___
 mapserver-users mailing list
 mapserver-users@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/mapserver-users


--
Alan Boudreault
http://www.mapgears.com/
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users

___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users


Re: [mapserver-users] Mapserver as cascading WMS for ArcGIS Rest?

2012-05-24 Thread Robert Sanson
Thanks for the heads-up about the JSON. In my case I am wanting to access a 
cached tile service.

 Smith, Michael ERDC-CRREL-NH  05/25/12 3:40 AM 
You can also read the data from arcgis rest services using the gdal
geojson driver. Its been updated to support ESRI json (which is not true
geojson). 

On 5/24/12 8:28 AM, Rahkonen Jukka  wrote:

Hi,

It might be possible to do through GDAL WMS driver. I do not know what
ArcGIS MapServer Tiles are but they sound somehow promising.

http://www.gdal.org/frmt_wms.html

-Jukka Rahkonen-

Alan Boudreault wrote:

 I don't think so. MapServer only allows wms cascading using the http/wms
 requests.

Alan

On 12-05-23 09:39 PM, Robert Sanson wrote:
 Is it possible to have a layer in Mapserver pulling data from a ArcGIS
Rest service?

 Thanks,

 Robert Sanson




 This email and any attachments are confidential and intended solely for
the addressee(s). If you are not the intended recipient, please notify
us immediately and then delete this email from your system.

 This message has been scanned for Malware and Viruses by Websense
Hosted Security.
 www.websense.com
 ___
 mapserver-users mailing list
 mapserver-users@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/mapserver-users


--
Alan Boudreault
http://www.mapgears.com/
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users

___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users

___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users


Re: [mapserver-users] Mapserver as cascading WMS for ArcGIS Rest?

2012-05-24 Thread Rahkonen Jukka
Hi,

I found a sample mapfile and GDAL WMS driver configuration for OpenStreetMap 
tiles. Try what happens if you modify them for ArcGIS Rest.

Mapfile
=

LAYER
NAME OSM
STATUS ON
TYPE RASTER
DATA D:\Websites\OpenStreetMap\OSM.xml
PROJECTION
  init=EPSG:900913
END

END

Gdal-WMS config (OSM.xml)
===

GDAL_WMS
Service name=TMS

ServerUrlhttp://tile.openstreetmap.org/${z}/${x}/${y}.png/ServerUrl

/Service
DataWindow
UpperLeftX-20037508.34/UpperLeftX
UpperLeftY20037508.34/UpperLeftY
LowerRightX20037508.34/LowerRightX
LowerRightY-20037508.34/LowerRightY
TileLevel19/TileLevel
TileCountX1/TileCountX
TileCountY1/TileCountY
YOrigintop/YOrigin
/DataWindow
ProjectionEPSG:900913/Projection
BlockSizeX256/BlockSizeX
BlockSizeY256/BlockSizeY
BandsCount3/BandsCount
/GDAL_WMS


-Jukka Rahkonen-

Lähettäjä: Rahkonen Jukka
Lähetetty: 24. toukokuuta 2012 18:28
Vastaanottaja: mapserver-users@lists.osgeo.org
Aihe: Re: [mapserver-users] Mapserver as cascading WMS for ArcGIS Rest?

Hi,

It might be possible to do through GDAL WMS driver. I do not know what ArcGIS 
MapServer Tiles are but they sound somehow promising.

http://www.gdal.org/frmt_wms.html

-Jukka Rahkonen-

Alan Boudreault wrote:

 I don't think so. MapServer only allows wms cascading using the http/wms
 requests.

Alan

On 12-05-23 09:39 PM, Robert Sanson wrote:
 Is it possible to have a layer in Mapserver pulling data from a ArcGIS Rest 
 service?

 Thanks,

 Robert Sanson




 This email and any attachments are confidential and intended solely for the 
 addressee(s). If you are not the intended recipient, please notify us 
 immediately and then delete this email from your system.

 This message has been scanned for Malware and Viruses by Websense Hosted 
 Security.
 www.websense.com
 ___
 mapserver-users mailing list
 mapserver-users@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/mapserver-users


--
Alan Boudreault
http://www.mapgears.com/
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users


[mapserver-users] Mapserver as cascading WMS for ArcGIS Rest?

2012-05-23 Thread Robert Sanson
Is it possible to have a layer in Mapserver pulling data from a ArcGIS Rest 
service?

Thanks,

Robert Sanson




This email and any attachments are confidential and intended solely for the 
addressee(s). If you are not the intended recipient, please notify us 
immediately and then delete this email from your system.

This message has been scanned for Malware and Viruses by Websense Hosted 
Security.
www.websense.com
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users