Select to view content in your preferred language

FlexViewer 3.0 Connect to mapproy 1.4 problem.

2421
1
09-21-2012 11:37 AM
RaffaelloBertini
Emerging Contributor
I've no visualization with wmts and tiled layer connecting to mapproxy 1.4. Mapproxy is working correctly with tms and wmts service. Tested with javascript.
The WMS layer instead work correctly
my config.xml:
where [ip] is the ip address..
                       <layer label="Mapnik_Demo WMS" type="wms" visible="true" 
   url="http://[ip]/wsgi-mapproxy/service" 
   imageformat="png" wkid="4326" visiblelayers="mapnik_demo" /> 
   
   <layer label="Mapnik_DEMO TMS" type="tiled" visible="true"
   url="http://[ip]/wsgi-mapproxy/tms/1.0.0/mapnik_demo_EPSG4326"
   imageformat="png"  wkid="4326" /> 
   
   <layer label="Mapnik_DEMO WMTS" type="wmts" visible="true"
   url="http://[ip]/wsgi-mapproxy/service"
   imageformat="png" 
   layerid="mapnik_demo"
   servicemode="REST"
   /> 


So someone can help me? I think i've set up this file wrong.
Tags (2)
0 Kudos
1 Reply
NeilDeeds
New Contributor
Unfortunately, I can't even get the WMS service to work from mapproxy (white screen).  Is there some trick to it?  My config.xml snip looks like this:

<layer label="Mapproxy WMS" imageformat="png" type="wms" wkid="3857" visible="true" visiblelayer="tms" layer="tms" url="http://192.168.101.105:8081/service" />

Does Flex Viewer do any logging?  It requests capabilities fine, but nothing shows.

Neil



I've no visualization with wmts and tiled layer connecting to mapproxy 1.4. Mapproxy is working correctly with tms and wmts service. Tested with javascript.
The WMS layer instead work correctly
my config.xml:
where [ip] is the ip address..
                       <layer label="Mapnik_Demo WMS" type="wms" visible="true" 
   url="http://[ip]/wsgi-mapproxy/service" 
   imageformat="png" wkid="4326" visiblelayers="mapnik_demo" /> 
   
   <layer label="Mapnik_DEMO TMS" type="tiled" visible="true"
   url="http://[ip]/wsgi-mapproxy/tms/1.0.0/mapnik_demo_EPSG4326"
   imageformat="png"  wkid="4326" /> 
   
   <layer label="Mapnik_DEMO WMTS" type="wmts" visible="true"
   url="http://[ip]/wsgi-mapproxy/service"
   imageformat="png" 
   layerid="mapnik_demo"
   servicemode="REST"
   /> 


So someone can help me? I think i've set up this file wrong.
0 Kudos