Re: [mapguide-users] Label Expressions - replaceall

2008-08-01 Thread Zac Spitzer
that's really terribly explained, when I first saw "from-characterset" with translate, I thought it was something to do with code pages! Translate( , , ) Would make more sense to humans as Translate( , , ) I would like to see a fourth parameter, 1 being the default, 0 all or x number of times

Re: [mapguide-users] Mapguide 2.0.1.2716 build problem

2008-08-01 Thread Zac Spitzer
Try using subversion instead, that way you can easily pick up bug fixes as well On 8/1/08, isca <[EMAIL PROTECTED]> wrote: > > I am having problems building MapGuide on windows too, as it seems that some > of the filenames have been truncated for some reason ... maybe the package > is corrupt ? >

Re: [mapguide-users] Compound line with Cartographic Stylization Engine

2008-08-01 Thread Jonathan Manafi
Hello Tom, I was able to fix this. It was pointed out to me that I didn't close my CompositeSymbolization tag properly, and that was the portion causing my errors. I'm actually using this on 1.2 right now, and as far as my starting symbol, it was modified from the default definition provided

RE: [mapguide-users] Compound line with Cartographic Stylization Engine

2008-08-01 Thread Tom Fukushima
Also, try replacing your first line of the symbol definition XML with this: http://www.w3.org/2001/XMLSchema-instance"; xsi:noNamespaceSchemaLocation="SymbolDefinition-1.1.0.xsd" version="1.1.0"> -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tom Fukush

RE: [mapguide-users] Compound line with Cartographic Stylization Engine

2008-08-01 Thread Tom Fukushima
Hi, In the release notes for 2.0.1 (http://trac.osgeo.org/mapguide/wiki/Release/2.0/Notes) there is a note in the API section about a change. Perhaps that is the source of the schema validation error. Also, did you start with a symbol definition and modify it? If so, perhaps we should updat

Re: [mapguide-users] How to export a WebLayouts toolbox and menu configuration

2008-08-01 Thread James Card
On Fri, 01 Aug 2008 06:35:04 -0700, stoff <[EMAIL PROTECTED]> wrote: is it possible to export/import the mapguide Weblayout configuration of the toolbox/contextmenu/task -commands? I don't want to repeat all changes in the configuration on every machine I deploy ... or is it possible to put

RE: [mapguide-users] slow deleteresource

2008-08-01 Thread Dave Wilson
In Studio under the Tools/Options menu for Site Explorer you can disable the Show confirmation dialogs and this will bypass the resource dependency check. Dave -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kenneth Skovhede, GEOGRAF A/S Sent: Friday, A

[mapguide-users] Problems iwith swig in build_oem ubuntu 8.04

2008-08-01 Thread Joanne Cook
Hi All, I am trying to build mapguide from the svn version on ubuntu 8.04. I have managed (I think...) to get all the way through the fdo and apt builds without any problems, but am stuck on the build_oem section. It seems to be failing with the csharp module in SWIGex, and the relevant part of

[mapguide-users] How to export a WebLayouts toolbox and menu configuration

2008-08-01 Thread stoff
Hi, is it possible to export/import the mapguide Weblayout configuration of the toolbox/contextmenu/task -commands? I don't want to repeat all changes in the configuration on every machine I deploy ... or is it possible to put it into a package? Best regards from Berlin, stoff -- View this me

[mapguide-users] Fusion application with Maestro

2008-08-01 Thread Edmondo Elisei
Hi All, I made my first fusion application by mapguide OS + Maestro, but it desen't work so fine: - the map doesn't show the layer legend; - the measurement tool doesn't work I wasn't able to create a web layout: in this case the browser returns server error. Can someone help me? Thanks Ed ___

Re: [mapguide-users] Mapguide 2.0.1.2716 build problem

2008-08-01 Thread isca
I am having problems building MapGuide on windows too, as it seems that some of the filenames have been truncated for some reason ... maybe the package is corrupt ? mike-607 wrote: > > I have a Debian linux machine running the latest stable release of all > debian packages including libraries,

[mapguide-users] PHP Function to transform coord system.

2008-08-01 Thread Jose Manuel C G
I use my original coord. system in Mapguide (EPSG:23029). I want to make a button to go from Mapguide (EPSG:23029) to Google Maps (EPSG:4326), so I supose I could use any php function/framework/app to transform lat/lon points. Ex. That's the idea. Any info/help to achieve this goal? Thks in

Re: [mapguide-users] Buffer tool and MG 2.0...how to delete buffer layer

2008-08-01 Thread Kenneth Skovhede, GEOGRAF A/S
How do you destroy the old buffer? Do you delete all features from the featuresource? Do you delete the entire featuresource, and then create a new? Regards, Kenneth Skovhede, GEOGRAF A/S Maciej Skorczewski skrev: Hi Kenneth ! >Could you elaborate at bit on "I can't refresh this layer"? so

Re: [mapguide-users] Buffer tool and MG 2.0...how to delete buffer layer

2008-08-01 Thread Maciej Skorczewski
Hi Kenneth ! >Could you elaborate at bit on "I can't refresh this layer"? so the problem is like on picture http://img337.imageshack.us/img337/8023/beztytuucv6.png 1. i create new buffer on point (100m). 2. i can search on this buffer so all is ok. 3. WHEN i try to create new buffer (ex. big

mapguide-users@lists.osgeo.org

2008-08-01 Thread Dragan Podvezanec
haris kurtagic wrote: > > Hi Dragan, > > Perhaps Spatia index ? > Perhaps not easy to setup test but you could try with Fdo2Fdo to run > query with spatial intersect envelope against that Oracle view. > > Hi Haris. Now i tried with one layer (not view). Object are on their exact coordin

mapguide-users@lists.osgeo.org

2008-08-01 Thread Haris Kurtagic
Hi Dragan, Perhaps Spatia index ? Perhaps not easy to setup test but you could try with Fdo2Fdo to run query with spatial intersect envelope against that Oracle view. Haris -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dragan Podvezanec Sent: Friday,

Re: [mapguide-users] Buffer tool and MG 2.0...how to delete buffer layer

2008-08-01 Thread Kenneth Skovhede, GEOGRAF A/S
I have not used the sample, so I cannot guide you there. Could you elaborate at bit on "I can't refresh this layer"? Regards, Kenneth Skovhede, GEOGRAF A/S Maciej Skorczewski skrev: Hi i try to add some buffer tool to my web i use code from sample Analyzing Features http://data.mapguide.

Re: [mapguide-users] slow deleteresource

2008-08-01 Thread Kenneth Skovhede, GEOGRAF A/S
AFAIK, Studio is trying to determine if any resources depend on the featuresource, before deleting it. Unfortunately, it does so by getting an actual list of dependent resources, which is very slow. I think the call is ENUMERATERESOURCEREFERENCES. I think the only way to speed up the call is by

Re: [mapguide-users] Import Views from Oracle Spatial

2008-08-01 Thread Dragan Podvezanec
A. Fischer wrote: > > I tried all. First I used SqlSheet for giving the views a primary key > and/or > a spatial index but both is not allowed to a View. > Also I downloaded fdo2fdo but I didn't get a connection to my database > with > this although it works with MapGuide Maestro and I used the