On Mon, Jul 7, 2008 at 11:23 PM, Dave Brett <[EMAIL PROTECTED]> wrote: > > Zac - > i am not sure I exactly understand your suggestion. I looked into the > FeatureService and the ResourceService and the closest things I can find to > what you are describing is using the > ResourceService.GetResourceData/SetResourceData methods.
yep, that's what you need to do > > can you help me understand your suggestion? > > thanks, > dave > > > > zspitzer wrote: >> >> try 'touching' the featuresource defintion by opening and saving the >> xml definition >> >> z >> >> On Mon, Jul 7, 2008 at 12:17 PM, Dave Brett <[EMAIL PROTECTED]> >> wrote: >>> >>> Andy - >>> gave that a try and no luck, adding the provider to the >>> DataConnectionPoolExcludedProviders now causes no imagery to be >>> displayed. >>> >>> do you know if there is any method to force the provider to re-read the >>> imagery directory and refresh the cache or maybe add a an explict path to >>> an >>> image that would be session based? >>> >>> >>> thanks, >>> dave >>> >>> >>> >>> Andy Morsell wrote: >>>> >>>> For your unmanaged raster datasource, it sounds like the connection >>>> might >>>> be >>>> getting cached so the provider is not aware of the new imagery files >>>> until >>>> the service is restarted. You can try adding the providers to the list >>>> for >>>> the DataConnectionPoolExcludedProviders parameter in the >>>> /server/bin/serverconfi.ini file to see if that might solve this >>>> problem. >>>> >>>> Andy Morsell, P.E. >>>> Spatial Integrators, Inc. >>>> www.SpatialGIS.com >>>> >>>> >>>> -----Original Message----- >>>> From: [EMAIL PROTECTED] >>>> [mailto:[EMAIL PROTECTED] On Behalf Of Dave Brett >>>> Sent: Sunday, July 06, 2008 11:53 AM >>>> To: [email protected] >>>> Subject: [mapguide-users] Raster images in MGE 2009 >>>> >>>> >>>> I am working on project where the user can navigate to an area of >>>> interest >>>> (AOI) within MapGuide and request imagery for that AOI and expect the >>>> imagery to be displayed. The AOI selection process is working fine but >>>> displaying the selected imagery is not working. The new jpg and >>>> worldfile >>>> are downloaded to the specified directory that the provider is aware of >>>> but >>>> MapGuide does not display the new imagery. >>>> >>>> What is the trick to get MGE/provider to display the new image file(s) >>>> as >>>> the are requested? >>>> >>>> The only success I have had is to restart the MGE server. >>>> >>>> setup: >>>> MGE2009 >>>> GDAL provider >>>> Autodesk Raster Provider >>>> WinXP >>>> .Net application >>>> >>>> thanks, >>>> Dave >>>> -- >>>> View this message in context: >>>> http://www.nabble.com/Raster-images-in-MGE-2009-tp18304693p18304693.html >>>> Sent from the MapGuide Users mailing list archive at Nabble.com. >>>> >>>> _______________________________________________ >>>> mapguide-users mailing list >>>> [email protected] >>>> http://lists.osgeo.org/mailman/listinfo/mapguide-users >>>> >>>> >>>> _______________________________________________ >>>> mapguide-users mailing list >>>> [email protected] >>>> http://lists.osgeo.org/mailman/listinfo/mapguide-users >>>> >>>> >>> >>> -- >>> View this message in context: >>> http://www.nabble.com/Raster-images-in-MGE-2009-tp18304693p18308990.html >>> Sent from the MapGuide Users mailing list archive at Nabble.com. >>> >>> _______________________________________________ >>> mapguide-users mailing list >>> [email protected] >>> http://lists.osgeo.org/mailman/listinfo/mapguide-users >>> >> >> >> >> -- >> Zac Spitzer - >> http://zacster.blogspot.com (My Blog) >> +61 405 847 168 >> _______________________________________________ >> mapguide-users mailing list >> [email protected] >> http://lists.osgeo.org/mailman/listinfo/mapguide-users >> >> > > -- > View this message in context: > http://www.nabble.com/Raster-images-in-MGE-2009-tp18304693p18316549.html > Sent from the MapGuide Users mailing list archive at Nabble.com. > > _______________________________________________ > mapguide-users mailing list > [email protected] > http://lists.osgeo.org/mailman/listinfo/mapguide-users > -- Zac Spitzer - http://zacster.blogspot.com (My Blog) +61 405 847 168 _______________________________________________ mapguide-users mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/mapguide-users
