Re: [mapguide-users] Adding a point to a map... PLZ Help!!! (.NET - C#)

2008-10-13 Thread Kenneth Skovhede, GEOGRAF A/S
version at least). You might also want to look here: http://trac.osgeo.org/mapguide/wiki/CodeSamples/ASP.Net/ScribbleApp Regards, Kenneth Skovhede, GEOGRAF A/S Galois skrev: Hello, I´m trying to add a point to a map but I have no idea how to it. I have declare the map object, and also I

[mapguide-users] Supported WMS and WFS in MapGuide

2008-10-14 Thread Kenneth Skovhede, GEOGRAF A/S
s MapGuide support WFS-T as a server? 4. Does MapGuide support WFS-T as a client? 5. How are the OGC certifications for server/client WMS/WFS coming along? -- Regards, Kenneth Skovhede, GEOGRAF A/S ___ mapguide-users mailing list mapguide-users@lists.osge

Re: [mapguide-users] Change map scale or get min and max scale from layer

2008-10-14 Thread Kenneth Skovhede, GEOGRAF A/S
accesible from the API. You have to read out the LayerDefinition ResourceIdentifier, load the xml from the LayerDefinition, and find the tags: 0 100 Be aware that both and may be missing, in which case they are 0 and inifinite respectively. Regards, Kenneth Skovhede, GEOGRAF A/

Re: [mapguide-users] Maestro: can't find the table containing the geometry field with SQLServerSpatial

2008-10-14 Thread Kenneth Skovhede, GEOGRAF A/S
ions. Could it be that the provider only shows tables which are owned by the login user? Regards, Kenneth Skovhede, GEOGRAF A/S Carl skrev: yes, the exception is exactly fired because of the lost the type map. Then I tried to comment the follow bold line: //

Re: [mapguide-users] Adding a point to a map... PLZ Help!!! (.NET - C#)

2008-10-14 Thread Kenneth Skovhede, GEOGRAF A/S
imilar to "Points of interrest" with a nice little flag, you might consider using OpenLayers instead of the AJAX viewer: http://www.openlayers.org/ http://www.openlayers.org/dev/examples/georss-markers.html (OpenLayers also supports MapGuide as the backend server) Regards, Kenneth Skovhed

Re: [mapguide-users] programmatically add layer to initial map

2008-10-14 Thread Kenneth Skovhede, GEOGRAF A/S
/wiki/maestro/MaestroAPI/samples/AddInitialLayer Regards, Kenneth Skovhede, GEOGRAF A/S Galois skrev: Hello, if u find a way to solve your problem, can u plZ show me some sample code. I'm trying also to add a layer via .NET and I'm going really crazy with that thing... Thx in advanc

Re: [mapguide-users] Maestro: can't find the table containing the geometry field with SQLServerSpatial

2008-10-15 Thread Kenneth Skovhede, GEOGRAF A/S
ate a ticket on the FDO trac. Otherwise, you should create a ticket on the MapGuide trac. Regards, Kenneth Skovhede, GEOGRAF A/S Carl skrev: Yes, I tried http://localhost/mapguide/mapagent/index.html. the returned xml covers only fewer tables of database. Then I create a new database, add

Re: Re[mapguide-users] nderingService on MGOS 2.0.2

2008-10-16 Thread Kenneth Skovhede, GEOGRAF A/S
I use the GETMAPIMAGE function extensively, which I belive is the same function, and it works great. What line causes the error? Have you tried with "PNG" instead of "png"? Regards, Kenneth Skovhede, GEOGRAF A/S Alex Fordyce skrev: Has anyone been successful using the Re

Re: [mapguide-users] Adding a point to a map... PLZ Help!!! (.NET -C#)

2008-10-16 Thread Kenneth Skovhede, GEOGRAF A/S
layerGroup.SetLegendLabel(layerGroupLegendLabel); layerGroupCollection.Add(layerGroup); } //Add the layer to the group. layer.SetGroup(layerGroup); } Kenneth Skovhede, GEOGRAF A/S wrote: Did you look at the buffer sample code in the AJAX viewer? It does exact

Re: [mapguide-users] Adding a point to a map... PLZ Help!!! (.NET -C#)

2008-10-16 Thread Kenneth Skovhede, GEOGRAF A/S
deal with it, is to just update data from outside MapGuide. Regards, Kenneth Skovhede, GEOGRAF A/S Galois skrev: No, I just was informed that all the points we have are generated dynamically. For example from the position of a car on the highway... I really don't know what I am doing wr

Re: [mapguide-users] Print Layout - 2 questions...

2008-10-16 Thread Kenneth Skovhede, GEOGRAF A/S
printablepage.templ to issue site wide changes. You can usually ask any question you want here, but you cannot expect a reply. I assume you can expect a reply on the Autodesk pages, if you paid for Autodesk support. Regards, Kenneth Skovhede, GEOGRAF A/S stoff skrev: Hi Kenneth, hi Warren! ...just to

Re: [mapguide-users] Adding a point to a map... PLZ Help!!! (.NET -C#)

2008-10-16 Thread Kenneth Skovhede, GEOGRAF A/S
s to the map. There is no "getMap().Refresh()" call present, which must be issued on the client in Javascript. Regards, Kenneth Skovhede, GEOGRAF A/S Galois skrev: You are wright about the confusion... Anyway, the scenario is the following: I have a map with the Highway of two Itali

Re: [mapguide-users] DWGLoadProcedure

2008-10-17 Thread Kenneth Skovhede, GEOGRAF A/S
bsolute path, and remove the "SetResourceData" call. Regards, Kenneth Skovhede, GEOGRAF A/S Greenhough, Jamie skrev: Hello again MapGuide coders ;) I want to programmatically load .dwg/.shp files to a managed MapGuide environment. I think this can be accomplished with the MapG

Re: [mapguide-users] Maestro: can't find the table containing the geometry field with SQLServerSpatial

2008-10-17 Thread Kenneth Skovhede, GEOGRAF A/S
, I can now use MsSql Spatial data, let me know if it works for you too. Regards, Kenneth Skovhede, GEOGRAF A/S Carl skrev: Exactly, the returned XML based on the new version of SQLSpatialProvider covers all tables. But now the root node name is changed to 'fdo:DataStore', and Mae

Re: [mapguide-users] Print Layout - 2 questions...

2008-10-17 Thread Kenneth Skovhede, GEOGRAF A/S
document. You can see the querystring for on, if you right click on a map image in the "Print preview". Regards, Kenneth Skovhede, GEOGRAF A/S BradM skrev: With respect to printing, can we print to PDF and can we specify the DPI so that images will print with a higher resolution? Kennet

Re: [mapguide-users] Oracle XE with ODBC?

2008-10-17 Thread Kenneth Skovhede, GEOGRAF A/S
The ODBC provider does not support spatial objects, just plain attributes. You can map an x/y column pair to a point, but you won't get access to the SDO's. There exists an specific Oracle provider, called King.Oracle, that supports the SDO's. Regards, Kenneth Skovhe

Re: [mapguide-users] Supported WMS and WFS in MapGuide

2008-10-17 Thread Kenneth Skovhede, GEOGRAF A/S
I have the answers from an offline message: Server: WMS 1.1.1, WFS 1.0.0 (WFS is unstable ATM) Client: WMS 1.3.0, WFS 1.0.0 There is no WFS-T support. OGC certification has not been done since MGE 2007, but the code is largely unchanged. Regards, Kenneth Skovhede, GEOGRAF A/S BradM skrev

Re: [mapguide-users] New to MapGuide OS

2008-10-17 Thread Kenneth Skovhede, GEOGRAF A/S
Was one of the PDF's the "Gettings Started with MapGuide": http://mapguide.osgeo.org/2.0/documentation.html If so, which of the five steps on page 1 is causing you trouble? Regards, Kenneth Skovhede, GEOGRAF A/S Nelson Soto skrev: Hello all, I have experience with Map

Re: [mapguide-users] New to MapGuide OS

2008-10-17 Thread Kenneth Skovhede, GEOGRAF A/S
You are most likely using IE, which has renamed the Sheboygan.mgp file til Sheboygan.zip. Rename it back, and you can load it. Regards, Kenneth Skovhede, GEOGRAF A/S Nelson Soto skrev: Ok, so at the risk of sounding a bit naïve, I am at the point where I have dropped the Sheboygan Sample

Re: [mapguide-users] New to MapGuide OS

2008-10-17 Thread Kenneth Skovhede, GEOGRAF A/S
You also have to select .Net 2.0 under properties->ASP.Net in IIS. Regards, Kenneth Skovhede, GEOGRAF A/S Berdel, Brian skrev: You need to copy the dll's from the mapviewernet bin directory to the bin directory of your site. Brian * * *From:* [EMAIL PROTECTED] [mailt

Re: [mapguide-users] GETMAPLEGENDIMAGE options?

2008-10-18 Thread Kenneth Skovhede, GEOGRAF A/S
AFAIK there are no options for configuring the legend output. Regards, Kenneth Skovhede, GEOGRAF A/S Alex Fordyce skrev: I noticed this in 1.x and I still see this problem in 2.0.2. I too am interested in documentation and/or workaround within the layout. C# examples? andrew.demerchant

Re: [mapguide-users] fdo autocad map from mapguide

2008-10-18 Thread Kenneth Skovhede, GEOGRAF A/S
If you get no replies, try asking on an Autocad forum, or perhaps on the FDO mailing list. Regards, Kenneth Skovhede, GEOGRAF A/S Nandorov skrev: hi, i proved postgis fdo provider 3.3 from http://www.geomapgis.com/web/geomap-group/fdo/index.html and works well with mapguide 2009. i wonder

Re: [mapguide-users] GETMAPLEGENDIMAGE options?

2008-10-19 Thread Kenneth Skovhede, GEOGRAF A/S
lly generate the legend in whatever serverside code language you use. If you examine the "legend.aspx" (or .jsp, .php) you can see how the legend is built for html usage. With that info, it is possible to render a legend both as html or as a static image. Regards, Kenneth Skovhede

Re: [mapguide-users] Problem with coordinate system - buffer

2008-10-19 Thread Kenneth Skovhede, GEOGRAF A/S
features as expected. I will send you a package by direct email containing the sample setup. Regards, Kenneth Skovhede, GEOGRAF A/S sergi nistal skrev: Hi, I have created the ticket 720 in trac.osgeo.org/mapguide. I saw that another people had a similar problem ('http://www.mail-archiv

Re: [mapguide-users] MapGuide SQL2008 Provider: can't support geometry method?

2008-10-20 Thread Kenneth Skovhede, GEOGRAF A/S
Skovhede, GEOGRAF A/S Carl skrev: I got it partially. C:\Program Files\MapGuideOpenSource2.0\WebServerExtensions\Help\index.htm I set the filter as: Prj_Geometry INTERSECTS GEOMFROMTEXT ( 'POINT(1 1)' ) But sometimes the complicated spatial computation can only be done by the datasource s

Re: [mapguide-users] MapGuide Site Administration Problem

2008-10-20 Thread Kenneth Skovhede, GEOGRAF A/S
Username is "Administrator", password is "admin". Note that both are case sensitive. Regards, Kenneth Skovhede, GEOGRAF A/S padmini godavarthi skrev: Hi, i have a problem with user name and password in Mapguide site administrator. i gave username as Admin and passwo

Re: [mapguide-users] Nothing is working or what I'm doing wrong?

2008-10-20 Thread Kenneth Skovhede, GEOGRAF A/S
o show when the map loads, have a look at this: http://trac.osgeo.org/mapguide/wiki/maestro/MaestroAPI/samples/AddInitialLayer You can perform the same actions without the MaestroAPI if you like, but you have to deal with the xml in raw form. Regards, Kenneth Skovhede, GEOGRAF A/S Galois skr

Re: [mapguide-users] Mapguide Installation

2008-10-20 Thread Kenneth Skovhede, GEOGRAF A/S
geo.org/download/releases/2.0.2 Regards, Kenneth Skovhede, GEOGRAF A/S padmini godavarthi skrev: Hi , Iam New to the MapguideOpensource 2.0. Is any License required for developing Gis application(web) in Mapguide? I have downloaded MgServerSetup-2.0.1.2716.exe MgWebServerExtensionsSetup-

Re: [mapguide-users] Nothing is working or what I'm doing wrong?

2008-10-20 Thread Kenneth Skovhede, GEOGRAF A/S
ot calling the correct frame, or the map has not been saved. Try to use FireFox and the FireBug plugin to see where the calls go. Regard, Kenneth Skovhede, GEOGRAF A/S Antonis Mihalas skrev: As far as I know, this is not possible, because MgMap map = new MgMap(resourceSrvc); it takes as

Re: [mapguide-users] After adding shape files with Maestro, layers, map, etc.

2008-10-20 Thread Kenneth Skovhede, GEOGRAF A/S
used FlexibleLayouts, so I can only guess that the Fusion templates do not correlate with your map list in some way. You can try to create a WebLayout and add the map to that one, that will at least tell you if the error is in Fusion. Regards, Kenneth Skovhede, GEOGRAF A/S Nelson Soto skrev: I basi

Re: [mapguide-users] Mapguide Installation

2008-10-21 Thread Kenneth Skovhede, GEOGRAF A/S
On the link you wrote, the first document is "Getting Started with MapGuide". On the first page of that document, there are five steps, which one is causing you trouble? Regards, Kenneth Skovhede, GEOGRAF A/S padmini godavarthi skrev: Hi, Im New to the MapGuide Open source 2

Re: [mapguide-users] Nothing is working or what I'm doing wrong?

2008-10-21 Thread Kenneth Skovhede, GEOGRAF A/S
e a copy of the MapDefinition, and WebLayout in the Session repo, and then start the viewer with that, and it will create the Runtime map as usual, but now based on a modified MapDefinition. Regards, Kenneth Skovhede, GEOGRAF A/S Galois skrev: When I say empty I mean that when I am in

Re: [mapguide-users] Map Busy

2008-10-21 Thread Kenneth Skovhede, GEOGRAF A/S
Hi Akram. There exists a page where you can share such samples with others: http://trac.osgeo.org/mapguide/wiki/CodeSamples It would be great if you were to create a new page, and insert your example. Regards, Kenneth Skovhede, GEOGRAF A/S Akram skrev: Hi all; To put animated GIF related

Re: [mapguide-users] Edit polygon

2008-10-23 Thread Kenneth Skovhede, GEOGRAF A/S
, and it works, even if you use OpenLayers/Fusion. Regards, Kenneth Skovhede, GEOGRAF A/S A H skrev: this has been asked several times before, but i haven't found a viable solution. is there any codes or plug-in out there that can at least allow user to add new vertex to a polygon and

Re: [mapguide-users] how we put shape file in mapguide?

2008-10-23 Thread Kenneth Skovhede, GEOGRAF A/S
I have put up a guide here: http://trac.osgeo.org/mapguide/wiki/maestro/UserGuides/FileFeatureSource You may want to read up on some terminology also: http://trac.osgeo.org/mapguide/wiki/maestro/UserGuide Regards, Kenneth Skovhede, GEOGRAF A/S Nisha P skrev: i want to put shape file in

Re: [mapguide-users] Error openning a map

2008-10-23 Thread Kenneth Skovhede, GEOGRAF A/S
with the session ID, not with a username/password (line 2+3). Regards, Kenneth Skovhede, GEOGRAF A/S Iñigo Mazo skrev:   AVALON

Re: [mapguide-users] unsubscribe!

2008-10-23 Thread Kenneth Skovhede, GEOGRAF A/S
Go to http://lists.osgeo.org/mailman/options/mapguide-users/ and follow the instructions. Regards, Kenneth Skovhede, GEOGRAF A/S Tony Honoré skrev: - Original Message - *From:* Mansoureh Sadrykia <mailto:[EMAIL PROTECTED]> *To:* mapguide-users@lists.osg

Re: [mapguide-users] Error openning a map

2008-10-23 Thread Kenneth Skovhede, GEOGRAF A/S
Yes, you are running the code before the viewer has started. You cannot use the runtime map before the viewer has started, and thus created the map. Regards, Kenneth Skovhede, GEOGRAF A/S Iñigo Mazo skrev: Thank you Kenneth, I did you told me and now I have another problem

Re: [ZS2] [mapguide-users] Add image or icon

2008-10-23 Thread Kenneth Skovhede, GEOGRAF A/S
That is not supported yet in Maestro: http://trac.osgeo.org/mapguide/ticket/561 You can try-out or purchase MapGuide Studio from Autodesk if you need it right now. I think you have to create a symbol library first, and then assign the symbol. Regards, Kenneth Skovhede, GEOGRAF A/S

Re: [mapguide-users] Error openning a map

2008-10-23 Thread Kenneth Skovhede, GEOGRAF A/S
resService = (MgResourceService)siteConnection.CreateService(MgServiceType.ResourceService); map.Open(resService, Request.QueryString("MAPNAME")); I have not used the WebLayouts enough to tell you how to pass in those parameters. Regards, Kenneth Skovhede, GEOGRAF A/S

Re: [mapguide-users] google maps as base layer

2008-10-24 Thread Kenneth Skovhede, GEOGRAF A/S
Just to clarify: Maestro does not use OpenLayers, but Fusion does. Regards, Kenneth Skovhede, GEOGRAF A/S [EMAIL PROTECTED] skrev: Yes, that's one of the "bits" I found, but still, not the exact steps to get it into mg. Keneth mentioned Maestro uses OL, but not how. I just

Re: [mapguide-users] DWGLoadProcedure

2008-10-26 Thread Kenneth Skovhede, GEOGRAF A/S
d these lines: using (System.IO.FileStream fss = System.IO.File.OpenRead("C:\\Hydrant.dbf")) con.SetResourceData(resId, "ShapeFile.DBF", ResourceDataType.File, fss); And the SHP provider should pick it up. Repeat for any extra files you want (ea. index files, etc.) Regards, Kenneth Sk

Re: [mapguide-users] Maestro: Point Symbol and Label Font

2008-10-26 Thread Kenneth Skovhede, GEOGRAF A/S
type the font name, instead of only choosing one on the list. Regards, Kenneth Skovhede, GEOGRAF A/S carls skrev: 1. Can the point symbol be previewed with Maestro? I found in my system it can't be previewed. 2. It seems not all fonts can't be listed on the interface for configing

Re: [mapguide-users] Maestro API: RuntimeMapLayer.Selectable can't be changed

2008-10-26 Thread Kenneth Skovhede, GEOGRAF A/S
an that it does not start with "Library://" or "Session://". Regards, Kenneth Skovhede, GEOGRAF A/S carls skrev: I want to add a runtimemaplayer to a runtime map, and write follow code. ResourceIdentifier ri = CloneLayerDefinitionForSession(LayerPath, AsLayer

Re: [mapguide-users] enterprise 2008 on laptop

2008-10-27 Thread Kenneth Skovhede, GEOGRAF A/S
should work (it does for me). Regards, Kenneth Skovhede, GEOGRAF A/S AmyN skrev: We have Mapguide Enterprise 2008 and MG server software installed on a laptop that we can take to demo the capabilities of the program. We made a .mgp from Studio 2007 to bring an already created package onto the

Re: [mapguide-users] PNG/PNG8 question regarding overlay transparency

2008-10-27 Thread Kenneth Skovhede, GEOGRAF A/S
uide, only supports the transparent "color", it would look like your example. Have you tried this in FireFox? Regards, Kenneth Skovhede, GEOGRAF A/S Zac Spitzer skrev: yeah i think it looks like a bug with PNG8 transparency... worth logging i reckon On Tue, Oct 28, 2008 at 12:37 A

Re: [mapguide-users] PNG/PNG8 question regarding overlay transparency

2008-10-27 Thread Kenneth Skovhede, GEOGRAF A/S
Ok, that must mean that PNG8 from AGG does not produce/support alpha values, meaning that you can't get what you want :( You should create an enhancement ticket for it. Regards, Kenneth Skovhede, GEOGRAF A/S gingerbbm skrev: I was using Firefox exclusively. But I just checked I

Re: [mapguide-users] TileCache, dynamic layers, and the Session

2008-10-28 Thread Kenneth Skovhede, GEOGRAF A/S
will be rendered dynamically. For WebLayouts, this will not be an easy task. Regards, Kenneth Skovhede, GEOGRAF A/S gingerbbm skrev: Dear all If I'm dynamically adding a session-specific layer to a map that employs base layer groups (i.e. tiles), is there any way to avoid having a se

Re: [mapguide-users] raster in map guide via Maestro

2008-10-28 Thread Kenneth Skovhede, GEOGRAF A/S
Have you tried the instructions on this page: http://trac.osgeo.org/fdo/wiki/FdoGdalNotes Your raster might need a coordinate system override before it can be shown in the map. Regards, Kenneth Skovhede, GEOGRAF A/S Edmondo Elisei skrev: Dear All, I've some difficult to impo

Re: [mapguide-users] Does anybody know how to disable the map login?

2008-10-29 Thread Kenneth Skovhede, GEOGRAF A/S
The username is case sensitive, and must be "Anonymous". Regards, Kenneth Skovhede, GEOGRAF A/S jamesdudden skrev: gingerbbm wrote: Well, adding "username=anonymous&password=" to the URL should do it. This didn't seem to work - i added it to the en

Re: [mapguide-users] Overlay Vector over Raster, problem with coordinate system

2008-10-29 Thread Kenneth Skovhede, GEOGRAF A/S
The Map and the raster featuresource must have *exactly* the same coordinate systems. That means that you must modify your coordinate system override on the feature source to be *excatly* the same as on the map. Mvh. Kenneth Skovhede, GEOGRAF A/S Steve G skrev: I have installed the correct

Re: [mapguide-users] Is it possible to publish a session layer as WMS ?

2008-10-30 Thread Kenneth Skovhede, GEOGRAF A/S
and submit it. Regards, Kenneth Skovhede, GEOGRAF A/S carls skrev: What I meant is whether it is possible to add a function to next version of MG OS for publishing a session-layer in WMS. Maybe MG OS team can have a new RFC about it. Mauricio Villablanca wrote: Mauricio Villablanca

Re: [mapguide-users] Watermarking a Map

2008-10-31 Thread Kenneth Skovhede, GEOGRAF A/S
Thank you for the sample. I have taken the liberty to add this example to the CodeSamples: http://trac.osgeo.org/mapguide/wiki/CodeSamples http://trac.osgeo.org/mapguide/wiki/CodeSamples/JavaScript/WaterMark Regards, Kenneth Skovhede, GEOGRAF A/S gingerbbm skrev: Dear all Here's a re

Re: [ZS2] Re: [mapguide-users] Automatic refresh map in web application

2008-11-01 Thread Kenneth Skovhede, GEOGRAF A/S
ameset" to host the code. If you put it in the ajaxmappane, you have to use: window.setInterval('Refresh()', 3); Because you are already in the mapframe when performing the call. Regards, Kenneth Skovhede, GEOGRAF A/S anakando skrev: hi Kenneth..where should i put th

Re: [mapguide-users] Installing MGOS 2.0 on Windows Server 2008 withIIS7

2008-11-02 Thread Kenneth Skovhede, GEOGRAF A/S
, Kenneth Skovhede, GEOGRAF A/S shreepadr skrev: Tom i got it MGOS 2.0.2 working on vista. but if i try to log in in autodesk studio 2009 i get error " can not connect to specified URL" i am using Site : http://127.0.0.1/mapguide User : Administrator

Re: [ZS2] [mapguide-users] Connection on *.mdb

2008-11-02 Thread Kenneth Skovhede, GEOGRAF A/S
click the point and select how an "Avalible" item should look. 8. Repeat for any additional states like "Busy", "Broken", etc. Since the data is read from the database, you can update the database using regular sql, outside of MapGuide. If you change the "Stat

Re: [mapguide-users] mapguide maestro

2008-11-03 Thread Kenneth Skovhede, GEOGRAF A/S
This should get you some of the way: http://trac.osgeo.org/mapguide/wiki/maestro/UserGuide Regards, Kenneth Skovhede, GEOGRAF A/S Nisha P skrev: hi all... I hav an shp file..what are the steps which i follow to get the map in sample interface... hope anyone help me

Re: [mapguide-users] Mapviewer ajax Problem

2008-11-03 Thread Kenneth Skovhede, GEOGRAF A/S
I have seen this happen when the folder is set to .Net 1.1 and not 2.0 in IIS. Regards, Kenneth Skovhede, GEOGRAF A/S padmini godavarthi skrev: Hi, While running to the mapviewerajax, i found the following error Server Error in '/mapguide/mapviewerajax' A

Re: [mapguide-users] ID in SelectionXml

2008-11-04 Thread Kenneth Skovhede, GEOGRAF A/S
You might also want this link to the MapGuide Central: http://ennoble.dreamhosters.com/mapguide-central/ Regards, Kenneth Skovhede, GEOGRAF A/S Love, Bev (Capita Symonds) skrev: Excellent -- just what I was looking for. That gets me on the right track. I'll do a hunt in the archiv

Re: [mapguide-users] ID in SelectionXml (was: No header)

2008-11-04 Thread Kenneth Skovhede, GEOGRAF A/S
Please see this post: http://www.mail-archive.com/mapguide-users@lists.osgeo.org/msg03848.html And the post mentioned there: http://www.mail-archive.com/mapguide-users@lists.osgeo.org/msg03308.html Regards, Kenneth Skovhede, GEOGRAF A/S Love, Bev (Capita Symonds) skrev: Morning all

Re: [mapguide-users] Tracking vehicles, Displaying positions

2008-11-06 Thread Kenneth Skovhede, GEOGRAF A/S
with open source tools. Autodesk MapGuide Studio can import a DWG for you, and it is fairly inexpensive. Regards, Kenneth Skovhede, GEOGRAF A/S Carmelo Saffioti skrev: Hi everybody, I need to develop a system for tracking and displaying vehicles positions. I'm storing NMEA gps sentences in

Re: [ZS2] [mapguide-users] How to Import Raster Image

2008-11-06 Thread Kenneth Skovhede, GEOGRAF A/S
I have written a guide here: http://trac.osgeo.org/mapguide/wiki/maestro/UserGuide The raster specific part is here: http://trac.osgeo.org/mapguide/wiki/maestro/UserGuides/RasterFeatureSource Regards, Kenneth Skovhede, GEOGRAF A/S ajid1980 skrev: anybody can xplain to me "how i wanna i

Re: [mapguide-users] Erreur message ' Invalid repository type'

2008-11-06 Thread Kenneth Skovhede, GEOGRAF A/S
emits the error message? Regards, Kenneth Skovhede, GEOGRAF A/S Francis MILHAU skrev: Hi, When i try to load my application developped with mapguide studio , withe Internet explorer i have this message : /*Invalid repository type. Invalid repository type. Exception occurred

Re: [mapguide-users] FeatureSource. PointTypeStyle? LineTypeStyle?

2008-11-07 Thread Kenneth Skovhede, GEOGRAF A/S
r than Xml. Regards, Kenneth Skovhede, GEOGRAF A/S Jackie C. Ng skrev: Look at the class definition of the feature source it (the layer) is referencing. More specifically, look at the geometry property and see what geometry types it supports. This will correspond with what styles you can have in

Re: [mapguide-users] Erreur message ' Invalid repository type'

2008-11-07 Thread Kenneth Skovhede, GEOGRAF A/S
is a valid weblayout resource ID. Regards, Kenneth Skovhede, GEOGRAF A/S Francis MILHAU skrev: I have another info : in mapguide studio, on my web publishing, the url on AJAX is : http://bayonne.ag-carto.fr/mapguide/mapviewerajax/?WEBLAYOUT=Library%3a%2f%2fAg+Base%2fMpg+Urbanisme.WebLayout

Re: [mapguide-users] Tracking vehicles, Displaying positions

2008-11-07 Thread Kenneth Skovhede, GEOGRAF A/S
/dxfdwg Regards, Kenneth Skovhede, GEOGRAF A/S Carmelo Saffioti skrev: Hi Kenneth, thank you for your suggestion. I stored NMEA data with separate columns for lat/lon... Regarding DWG import, I'd like open source solutions, do you know anything about? DWG is proprietary, but if I export t

Re: [ZS2] [mapguide-users] Error on Connection *.mdb

2008-11-10 Thread Kenneth Skovhede, GEOGRAF A/S
If you click "Test connection" on the FeatureSource, do you get any errors? Regards, Kenneth Skovhede, GEOGRAF A/S ajid1980 skrev: Hai .. my step connect mdb is like : You need to do this: 1. Click "New" 2. Select "Dataconnection" 3. Select "OSGeo FDO

Re: [mapguide-users] Save an application on a directory

2008-11-10 Thread Kenneth Skovhede, GEOGRAF A/S
Skovhede, GEOGRAF A/S Francis MILHAU skrev: Hi, I will save my application, developped with Mapguide Studio 2009, under a directory other that C:\Program Files\MapGuideOpenSource2.0\Server\Repositories. How can make this ? I have try to change anything with mapguide administration http

Re: [mapguide-users] FeatureSource. PointTypeStyle? LineTypeStyle?

2008-11-10 Thread Kenneth Skovhede, GEOGRAF A/S
jumpstart my dev on this? *From:* [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] *On Behalf Of *Kenneth Skovhede, GEOGRAF A/S *Sent:* Friday, November 07, 2008 1:59 AM *To:* MapGuide Users Mail List *Subject:* Re: [mapguide-users] FeatureSource. PointTypeStyle? LineTypeStyle? And some

Re: [mapguide-users] mapguide studio

2008-11-10 Thread Kenneth Skovhede, GEOGRAF A/S
Yes, there is a web based editor called WebStudio, and it should be installed pr. default: http://localhost/mapguide/webstudio/index.html Regards, Kenneth Skovhede, GEOGRAF A/S Nisha P skrev: Hi all... Is there any altenate to autodesk mapguide studio2009 other than mapguide maestro

Re: [mapguide-users] Getting FeatureSource className without Layer

2008-11-11 Thread Kenneth Skovhede, GEOGRAF A/S
s, Kenneth Skovhede, GEOGRAF A/S Greenhough, Jamie skrev: Hello everyone! I'm trying to find out the className of a FeatureSource without referencing a layer. Here's the code I'm using so far: String realPath = Request.ServerVariables["APPL_PHYSICA

Re: [mapguide-users] mapguide studio

2008-11-11 Thread Kenneth Skovhede, GEOGRAF A/S
AFAIK, these are the avalible editors: WebStudio, Maestro, MapGuide Studio. If Maestro is not enough, the price for Studio is fairly low. Regards, Kenneth Skovhede, GEOGRAF A/S Nisha P skrev: when i was using webstudio,an error will occurs... the error is like this... "The requeste

Re: [mapguide-users] How to connect oracle by using Mapguide Maestro

2008-11-11 Thread Kenneth Skovhede, GEOGRAF A/S
info and more here: http://trac.osgeo.org/mapguide/wiki/maestro/UserGuide Regards, Kenneth Skovhede, GEOGRAF A/S Simon Pelicon skrev: Hi! If you are using MapGuide Open source, you have to install King Oracle provider. Link for for installation instructions: http://www.sl-king.com/fdooracle

Re: [ZS3] [mapguide-users] Import data S57 on Maestro

2008-11-11 Thread Kenneth Skovhede, GEOGRAF A/S
/FileFeatureSource More general instructions can be found here: http://trac.osgeo.org/mapguide/wiki/maestro/UserGuide Regards, Kenneth Skovhede, GEOGRAF A/S ajid1980 skrev: Hai guyz.. Have a nice day yeahh!! How I wanna import s57 format on mapguide maestro?? Can anyone tell me step by step.. Thanx a lot

Re: [mapguide-users] Importing map on MapGuide

2008-11-11 Thread Kenneth Skovhede, GEOGRAF A/S
Regards, Kenneth Skovhede, GEOGRAF A/S Carmelo Saffioti skrev: Hi everybody, I've got a DWG planimetry file from which I'd like create a digital map, managed by the MapGuide map server. I've converted the DWG file into different formats (dwf, dxf, sdf, shp), for importing it

Re: [mapguide-users] How to publish map as WMS

2008-11-11 Thread Kenneth Skovhede, GEOGRAF A/S
can just add a new WMS featuresource. Regards, Kenneth Skovhede, GEOGRAF A/S Andre Schoonbee skrev: I have 2 questions relating to WMS: a) How to I publish a map already defined using Studio 2009 as a WMS map b) How do I load a layer or another map from another server, published as a WMS

Re: [mapguide-users] Importing map on MapGuide

2008-11-11 Thread Kenneth Skovhede, GEOGRAF A/S
*From:* Kenneth Skovhede, GEOGRAF A/S <mailto:[EMAIL PROTECTED]> *To:* MapGuide Users Mail List <mailto:mapguide-users@lists.osgeo.org> *Sent:* Tuesday, November 11, 2008 10:25 AM *Subject:* Re: [mapguide-users] Importing map on MapGuide If you use SHP, it should be st

Re: [mapguide-users] NameValueCollection problem in Hello_map sample application

2008-11-12 Thread Kenneth Skovhede, GEOGRAF A/S
Does this help you? http://www.mail-archive.com/mapguide-users@lists.osgeo.org/msg07452.html Regards, Kenneth Skovhede, GEOGRAF A/S padmini godavarthi skrev: Hi iam using Mapguide opensource 2.0 ( with .Net 2.0 +IIS) i have a problem while running the hello_map sample application i

Re: [mapguide-users] Importing map on MapGuide

2008-11-12 Thread Kenneth Skovhede, GEOGRAF A/S
map? If you have no idea what the projection is, try "XY-M". In the question "Is the layer visible in the map", I meant: Is the "layer is visibile" checked? Regards, Kenneth Skovhede, GEOGRAF A/S Carmelo Saffioti skrev: < What happens if you preview the Featu

Re: [mapguide-users] Importing map on MapGuide

2008-11-12 Thread Kenneth Skovhede, GEOGRAF A/S
If you have GPS data, your points are most likely degrees, which means you should choose something like a WGS84 or Lat/Lon coordinate system. Regards, Kenneth Skovhede, GEOGRAF A/S Carmelo Saffioti skrev: < You need to open your data in another program, and verify that the extents

Re: [mapguide-users] mapagent(.fcgi) calling reference.

2008-11-12 Thread Kenneth Skovhede, GEOGRAF A/S
lls: http://lists.osgeo.org/pipermail/mapguide-users/2007-April/006777.html Regards, Kenneth Skovhede, GEOGRAF A/S Bob Basques skrev: All, Has any progress been made on creating a MapAgent calling reference? I asked this last year or so and nothing had been done then. I just looked through

Re: [mapguide-users] mapagent(.fcgi) calling reference.

2008-11-12 Thread Kenneth Skovhede, GEOGRAF A/S
Not sure if it helps you, but this file lists all the Maestro calls to the MapAgent: http://trac.osgeo.org/mapguide/browser/trunk/Tools/Maestro/MaestroAPI/RequestBuilder.cs Regards, Kenneth Skovhede, GEOGRAF A/S Bob Basques skrev: Kenneth, I was looking for a list of accepted parameters

Re: [mapguide-users] wfs-t

2008-11-13 Thread Kenneth Skovhede, GEOGRAF A/S
No. I have seen no efforts in this direction either. Regards, Kenneth Skovhede, GEOGRAF A/S alucas skrev: Does mapguide support wfs transactions? Thanks. ___ mapguide-users mailing list mapguide-users@lists.osgeo.org http://lists.osgeo.org

Re: [mapguide-users] config.xml

2008-11-16 Thread Kenneth Skovhede, GEOGRAF A/S
The FeatureSource itself has a "ConfigurationDocument" property, could it have another name? I believe it is possible to use Oracle without the document, so maybe you have to set up some mapping to force its creation. Regards, Kenneth Skovhede, GEOGRAF A/S Mbonnet skrev: Hi, i

Re: [ZS1] [mapguide-users] WMS GetCapabilities

2008-11-16 Thread Kenneth Skovhede, GEOGRAF A/S
You must check the "Avalible" checkbox for the layer before it appears in the WMS document. Regards, Kenneth Skovhede, GEOGRAF A/S Drinedrine skrev: Hello, I've import with MapGuide Maestro shp layers. I can show my map with Fusion but when I want to know layers which are a

Re: [mapguide-users] config.xml

2008-11-17 Thread Kenneth Skovhede, GEOGRAF A/S
You can open the FeatureSource with Studio, customize columns, and then save it. Regards, Kenneth Skovhede, GEOGRAF A/S Mbonnet skrev: When i use the getresourcecontent function in the mapagent website for my feature source it don't have any configurationdoncument property... How

Re: [mapguide-users] config.xml

2008-11-17 Thread Kenneth Skovhede, GEOGRAF A/S
It is possible that the provider is "smart" enough to work without such a document now. What do you need it for? If you want the layout of the data, the DescribeFeatureSource can give you that. Regards, Kenneth Skovhede, GEOGRAF A/S Mbonnet skrev: Yes i have done it but when

Re: [ZS2] [mapguide-users] shp2pgsql

2008-11-17 Thread Kenneth Skovhede, GEOGRAF A/S
Have you tried FDO Toolbox: http://code.google.com/p/fdotoolbox/ Or fdo2fdo: http://www.sl-king.com/Fdo2Fdo/download/download.html Regards, Kenneth Skovhede, GEOGRAF A/S ajid1980 skrev: Hai all Now I wanna try convert shp to pgsql.. SO anyone can teach me step by step .. how i wanna do it

Re: [mapguide-users] Mapguide maps using openlayers

2008-11-18 Thread Kenneth Skovhede, GEOGRAF A/S
How do you return the map name and sessionId to OpenLayers? If you use Firebug (in Firefox), the "Net" tab will show you any errors thrown by MapGuide. http://getfirebug.com/ Regards, Kenneth Skovhede, GEOGRAF A/S Rodolfo Moreno skrev: Hi all, I have tried to port the wiki sampl

Re: [mapguide-users] config.xml

2008-11-18 Thread Kenneth Skovhede, GEOGRAF A/S
It can be found here: http://localhost/mapguide/mapagent/index.html Under "Feature" -> "DescribeSchema". There should be an equvalent function in the API, if you create an MgFeatureService object. Regards, Kenneth Skovhede, GEOGRAF A/S Mbonnet skrev: in the code i

Re: [mapguide-users] Displaying points of given GPS coordinates

2008-11-18 Thread Kenneth Skovhede, GEOGRAF A/S
.osgeo.org/livegallery.html http://data.mapguide.com/mapguide/gt/index.php It shows how to create an SDF datasource and the FeatureSource and LayerDefinition, and how to attach it to the map. You can use that knowledge to produce custom temporary lines. Regards, Kenneth Skovhede, GEOGRAF A/S Carmelo Saffioti

Re: [mapguide-users] Displaying points of given GPS coordinates

2008-11-18 Thread Kenneth Skovhede, GEOGRAF A/S
ame as for drawing lines, but you have to insert different objects into the featuresource. Regards, Kenneth Skovhede, GEOGRAF A/S Carmelo Saffioti skrev: Thank you Kenneth, they're cool examples. But the source is not available, I can only view the result... - Original Message

Re: [mapguide-users] Mapguide maps using openlayers

2008-11-18 Thread Kenneth Skovhede, GEOGRAF A/S
The Firebug shows that you newer send a request to the MapGuide server. Is there something missing, or are you never calling the init() function? Regards, Kenneth Skovhede, GEOGRAF A/S Rodolfo Moreno skrev: Hi Kenneth, Here is the javascript code. It's similar to the posted in the wiki

Re: [ZS1] [mapguide-users] WMS GetCapabilities

2008-11-19 Thread Kenneth Skovhede, GEOGRAF A/S
I have just tested it, and you have to specify bounds as well as mark it avalible. Regards, Kenneth Skovhede, GEOGRAF A/S Sandrine EMONIN skrev: Thanks for your quick answer. I've already check "Avalible" but my problem is already the same. I think one step is wrong but I can

Re: [ZS1] [mapguide-users] WMS GetCapabilities

2008-11-19 Thread Kenneth Skovhede, GEOGRAF A/S
Yes, that is a nice idea! Did you mean in MapGuide? I have create a ticket for Maestro here: http://trac.osgeo.org/mapguide/ticket/768#preview Regards, Kenneth Skovhede, GEOGRAF A/S Zac Spitzer skrev: how does an enhancement for auto generating bounds for WMS sound? On Wed, Nov 19, 2008

Re: [mapguide-users] Mapguide maps using openlayers

2008-11-19 Thread Kenneth Skovhede, GEOGRAF A/S
visible, wich is very weird. Regards, Kenneth Skovhede, GEOGRAF A/S Rodolfo Moreno skrev: Kenneth, In debug mode the init function is being used. In order to know whether mapguide server is requested I was seeing the HTML firebug tab (see image attached) and it's possible see the image

Re: [mapguide-users] About Digitize Line

2008-11-19 Thread Kenneth Skovhede, GEOGRAF A/S
IIRC you can pan with the "slider" control (the four buttons). There is no "pan if the mouse is at the side" feature. Regards, Kenneth Skovhede, GEOGRAF A/S SCLuna skrev: Good Day Everyone, I did a digitize line but the problem is that I could only digitize in the visibl

Re: [mapguide-users] WMS featuresource + projection problem

2008-11-21 Thread Kenneth Skovhede, GEOGRAF A/S
s it uses the actual server coordinate systems: http://trac.osgeo.org/mapguide/wiki/maestro Regards, Kenneth Skovhede, GEOGRAF A/S web skrev: Hi all, I have a wms feature source which natively outputs datas whith the fellowing projection: EPSG:21781 (swiss grid) My Map projection is also s

Re: [mapguide-users] Doubts/Problems with query, find address, plot DWF and markup

2008-11-24 Thread Kenneth Skovhede, GEOGRAF A/S
Regarding your point 4: http://lists.osgeo.org/pipermail/mapguide-users/2008-January/010900.html Regards, Kenneth Skovhede, GEOGRAF A/S Sergio Nistal Calvo skrev: Hi, I have some doubts/problems: 1- How it is used "query"? I never get any results, I have some data in shp (shp

Re: [mapguide-users] wms problem

2008-11-24 Thread Kenneth Skovhede, GEOGRAF A/S
.osgeo.org/mapguide/ Regards, Kenneth Skovhede, GEOGRAF A/S alucas skrev: Can anybody connect to this WMS server? http://icvmapas.icv.gva.es/wms I need to connect the schema prueba_wms. I can connect vía AutoCAD Map 3D 2009 and others clients but not with mapguide 2.0

  1   2   3   4   5   6   7   8   9   10   >