Ok i undestand,
I don't have a knowledge of the mapguide source code, but i can analyse when
i need and add what i undestand to the doc.
Can you tell me where is the entry point of HttpApi in source code?
Thank you
ps: i think there is no plan to move to ,github?
--
View this message in cont
Hi,
http://trac.osgeo.org/mapguide/wiki/HttpApi
With usage of createRuntimeMap, MapGuide can be a good datesource for
javascript viewer like OpenLayers.
Unfortunaly the HttpApi Doc is not weel completed or up to date. I think
MapGuide can gain lot of new users with doc improvment.
Thank you,
Da
Ok i see what you can do building your own mapagent.. But not sure that it
can help me. I don't know how you can impersonte the final MgHttpRequest and
mapserver to use it.
My idea was that the final process ("mapserver.exe" service) know who i am.
So Oracle know who i am.
Basic usage: in a view
thank you, i will give it a try
--
View this message in context:
http://osgeo-org.1560.x6.nabble.com/impersonate-mapagent-to-server-tp5298061p5302618.html
Sent from the MapGuide Users mailing list archive at Nabble.com.
___
mapguide-users mailing list
Hi,
I trying to do something tricky:
I have two windows server:
- IIS webserver with mapagent, with windows authentication
- Application server for MapGuide
Can this be done?
When the user open a map (juste using basic weblayout and viewer), send the
user windows credentials to the mapguide se
Too bad :/
My openlayers map are declared in my local EPSG. I'm stuck with old Tile
method.
Thank you,
David
--
View this message in context:
http://osgeo-org.1560.x6.nabble.com/Mapguide-3-Tileset-coordinates-system-tp5217299p5217729.html
Sent from the MapGuide Users mailing list archive at N
Hi,
I read that the tilesets XYZ only support EPSG:3857 coordinates system. Do
you plan to support other CS like the "standard" tileset ?
thank you,
David
--
View this message in context:
http://osgeo-org.1560.x6.nabble.com/Mapguide-3-Tileset-coordinates-system-tp5217299.html
Sent from the Ma
I forgot, i have no serveur on my workstation, only mapagents
--
View this message in context:
http://osgeo-org.1560.x6.nabble.com/multiple-mapguide-instance-on-win64-net-development-environment-tp5211386p5213342.html
Sent from the MapGuide Users mailing list archive at Nabble.com.
Hi,
I'm working on multiple applications web application using 2.3,2.4,2.5
mapguide version.
i put the mapguide path of current application in development in windows
path.
When i want to switch to another application i have to change the value in
path, that's ok, but i need to reboot windows to
So i can't check the value if Maestro doesn't store as plain text :)
i tryed downloading the MG_USER_CREDENTIALS files attached to the feature
source but it doesn't contains password :)
--
View this message in context:
http://osgeo-org.1560.x6.nabble.com/Tips-Error-connecting-AIMS-to-SQLSERVER
Hi,
Here is two tips about connecting MapGuide / Aims through Sql provider:
1) Error listing Data Store :
Your username can't connect to all datastore but has "public" role that give
him the right to list all datastore. Don't know why, but MG try to connect
all.
Save your connection with the cr
eheh, needed to update schema too, so i wrote this simple one :)
--
View this message in context:
http://osgeo-org.1560.x6.nabble.com/Python-user-scripts-for-MapGuide-Maestro-5-0-tp5067941p5071747.html
Sent from the MapGuide Users mailing list archive at Nabble.com.
__
If you're map contain's base layer , the zoom will adjust to one of the fixed
zoom level.
--
View this message in context:
http://osgeo-org.1560.x6.nabble.com/Zoom-to-Extents-tp4203098p5071486.html
Sent from the MapGuide Users mailing list archive at Nabble.com.
Hi,
Did you solved this one?
The server principal «myUser» is not able to access the database
«OneOfTheDatabasesInTheServer” under the current security context
I think it is security related problem but i'm not familiar with sql server.
David
--
View this message in context:
http://osgeo-or
Ok,
Tried to update AIMS 2013 to SP1 but it didn't include that. Wonder if my
customer would to use aims 2014 :)
Thank you,
David
--
View this message in context:
http://osgeo-org.1560.x6.nabble.com/Error-on-insert-features-into-SQL-Server-Spatial-tp4987600p5071484.html
Sent from the MapGuid
Hi,Here is a simple script based on your to update all your layers
featuresource from one to another (e.g. : all your layers feature source
from dev environnement to production environnement) .It only change the
source, you have to use the same schema in your environnements.It check if
the layer fe
Hi,
I'm getting this error with infrastructure map server 2013, it use FDO 3.7
but i don't know if it use the patched version of Mapguide's core. Does
someone know?
I have tested this on both fdo enabled/not enabled database. Tried with Id
columns as identity and as simple columns (providing id d
Looks good! thank you
--
View this message in context:
http://osgeo-org.1560.n6.nabble.com/targeting-tile-to-delete-tp4535625p4539197.html
Sent from the MapGuide Users mailing list archive at Nabble.com.
___
mapguide-users mailing list
mapguide-users@li
Hi,
I'm using basemap with tiled cache, but some data are updated each week.
My users would like to see fresh data, so my solution is to calculate wich
tile to delete when data is updated.
Do you know a method to calculate tile name (-1_2.png) and tile directory
(R-0 ...) for each scale?
Thank
Hi,
Actually i'm modifying my map before load by copy in session repo before
loading the weblayout
the steps ares:
- copy wl in session
- copy mapdefinition in repo
- add layer to mapdef
- update wl map resid
I need to use base layer for some performance issue, but copying the map to
the session
Hi,
I succefully made some custom symbolDefinition for my maps ( point geometry
with information popup like googleMap..). But i noticed that the selection
is restricted to an Area around the insertion Point, is it possible to
extend the selection area to the whole symbol, do i missed a params?
you can use setTimeout(myScript,500) in the invokeScript instead of myScript.
myScript is delayed of 500 ms and the digitizer start on your next click
--
View this message in context:
http://osgeo-org.1803224.n2.nabble.com/Ajax-Viewer-and-Digitizing-may-be-a-bug-tp2216718p5297742.html
Sent from
Hi,
If you want good quality pdf, you have to code it!
Using ths API you can render image and embed it in pdf using pdf tools (look
at itextsharp pour C# or tcpdf for php). One good trick to simulate good
looking pdf is rendering "big image" that you embed in your pdf, IE:
calculate the image si
Hi,
I'm trying to use SymbolDefinition in two ways:
- Custom symbols for points
- Custom line style for line.
I'm using an Oracle datasource, the feature class contains Point and Line
data.
My custom line style works fine, My custom point style works fine.. when
there is no line data in the ta
ps: lots of sample and informations can be found here:
http://trac.osgeo.org/mapguide/wiki/AdvancedStylization
http://trac.osgeo.org/mapguide/wiki/AdvancedStylization
--
View this message in context:
http://osgeo-org.1803224.n2.nabble.com/AW-mapguide-users-How-to-use-Custom-LineStyle-tp5003379
As i remember the dwf plot use your local setting and need something like
space as thousand separator (i had an issue like this on french operating
system). try looking at scale number format..
--
View this message in context:
http://osgeo-org.1803224.n2.nabble.com/Plot-Dwf-Files-tp4969570p50089
Working link for designing it :
http://www.rand.com/imaginit/1/pdfs/technology/software/building_symbol_libraries_with_autodesk_mapguide_enterprise_2009.pdf
http://www.rand.com/imaginit/1/pdfs/technology/software/building_symbol_libraries_with_autodesk_mapguide_enterprise_2009.pdf
Here is a s
Hi,
As Traian answered to me, it don't work if you have hex value in your
column, you have to translate value to decimal in your database, not int
layerdefinition.
Ie: if you replace youre FF00 value by 4278255615 in your database , you
will see the good color
I don't think that the "ToInt32
Thanks! It works!
Note: the FDO property containing the "integered" color must be a string
property type.
I tried with double or int64 property type, doesn't work.
David
--
View this message in context:
http://n2.nabble.com/ForegroundColor-from-FDO-property-tp4708122p4721339.html
Sent from th
oh sorry:
juste try to edit xml with maestro to have
Solid
myFdoProperty
FF00
instead of:
Solid
FF00
FF00
where "myFdoProperty" is a string colu
Hi,
When you create a mapguide layer, you can set some symbolization using FDO
properties (eg: set a point angle from the "Rotation" column from an oracle
table, line thickness...).
Is theyr a way to set text symbolization like foreground color using
properties? I tried to do it manualy by editi
When you use the viewer api (DigitizeRectangle...) with IExplorer 7/8, on
mouseUp you're callback function is thrown but the "mouse" is not well
released.
I explain: the digitizer work, call the callback function, but the mouse
seems to be "traped" in the mapspace:
when i move the mouse pointer i
Hi,
i'm using the Select Within tool and i encountered a problem with Point on
ODBC layers:
the "select within tool" (and also the spatial operators used via API) does
not perform a "select within" operation but an "Envelope Intersects".
Can we bypass this?
thank you,
David
--
View this messa
n you double click on
> features only, not on any region of the map. For points and lines, the
> cursor has to be right on top of the feature and very often, that's not
> the case. That's why it might seem it doesn't work. This is not exclusive
> to Firefox, though.
>
&
Hi,
I'm experiencing a strange issue only on Firefox 3.5 ("only firefox 3.5"
mean that i don't have this issue on IE6,7,8, Chrome and Firefox 3) and Ajax
viewer.
I override the ajaxmappane.tmpl's OnDblClick function (or simply add an
"alert") and it works perfectly.
But when i activate some laye
Hi,
i'm experiencing the same issue: MGE 2010 With Firefox 3.0.6 or 3.0.10 don't
use the session parameters.
Did you find a solution?
David Hequet
Jani Forssell wrote:
>
> Hi,
>
> We're using the standard Fusion authetication code that opens a
> connectio
a MATERIALIZED VIEW and
> index it
> then?
>
> thanks
> gordon
>
>
>
> David Hequet wrote:
>>
>> Hi,
>>
>> Features can be selectable if you add primary key to your view
> (MapGuide
>> need Primary key on all feature to be selectab
ctable (FDO 4.3). This is true for both the Autodesk Oracle Provider
> AND the KING one..
>
> thanks
> gordon
>
>
> David Hequet wrote:
>>
>> Hello,
>>
>> About this case i'm using Autodesk Mapguide Enterprise 2008 with Autodesk
>> Sp
Hi,
I have a customer who wan't to improve MapGuide perfomance. He want to
install it on a server with 16 cpu cores. Does MapGuide profit from that?
Ps: the OS is Window 2003 server
Thank you,
David
--
View this message in context:
http://n2.nabble.com/Using-MapGuide-on-multi-core-server--tp2
Hi,
I'm using MapGuide 2.0.1 with C#.
The Api method ResourceExist return a "not yet implemented" error.
So i made my own "resourcexist", method using
ResourceService.GetResourceContent(resId) with an error handling.
like this:
try
resourceService.getResourcecontent(resid)
return true
ca
No i didn't try these changes. I think i will try next week.
There is no "data" solution?
zspitzer wrote:
>
> have you tried the changes in http://trac.osgeo.org/mapguide/ticket/610 ?
>
> On Thu, Jul 3, 2008 at 8:35 PM, David Hequet <[EMAIL PROTECTED]&g
Hi,
We have compiled a MGOS 2.0.1 server on Linux, raster support works, but
only with "small image"
I have an aerial photography with tiled tiff : about 70mb each. It don't
show nor crash
If i compress the tiff (with Autodesk Raster Workshop) at 4mb or less each:
MapGuide renders the images.
I
your own
ZoomExtent method when the map is loaded
Beware of MGselection->GetEnveloppe (i don't remember the syntax), I had a
lot of Server Crash. It happen on know polygon but i don't know why (depend
on FDO provider? Or altered Oracle database..)
David Hequet
Jackie Ng wrote:
>
Is there a simple method to know the viewer current active tool (DWF or
AJAX)?
--
View this message in context:
http://www.nabble.com/knowing-active-tool--tf4247298s16610.html#a12087211
Sent from the MapGuide Users mailing list archive at Nabble.com.
___
10)
>
> When you leave the properties pane enabled the offset is correct.
>
> I did not post it as a bug until now.
>
> Kind regards,
> Ismaël
>
>
> David Hequet wrote:
>>
>> Hi,
>>
>> There is a bug in displaying map image in the Ajax
Hi,
There is a bug in displaying map image in the Ajax Viewer:
Look at this screenshot, the image is cut on the top.
http://www.nabble.com/file/p12050259/MGVIEWER_OFFSETERROR.jpg
this "offset" is really anoying:
- the image is not well displayed
- but the mouse coordinates are catched without
Hi,
I have a few question about WebServerExtension and MapguideServer Dialog
protocol:
1) Which dialog protocol use WebServerExtension when it ask MapGuideServer
for a map? I Think it's standard TCP-IP, can you confirm?
2) I have to try a configuration like this:
- 1 server with IIS, WebServerEx
There is a localized folder under WebServerExtension\www
Here you can copy ,rename and modify the "en" file with an application like
notepad.
Rename it as you need then when you will call a layout use:
http://localhost/mapguide/mapviewerajax/?WEBLAYOUT=Library://myLayout.WebLayout&LOCALE=XX
inste
an the MapDefinition.
> I belive the viewer will overwrite any existing runtime maps.
>
> Regards, Kenneth, GEOGRAF A/S
>
>
>
>
> David Hequet skrev:
>> Hi,
>>
>> I'm using Mapguide Enterprise 2008 / MGOS1.2 and i can't solve this:
>>
>&
Hi,
I'm using Mapguide Enterprise 2008 / MGOS1.2 and i can't solve this:
I have a frame containing mapguide viewer.
This frame performs VB.net scripts that initialize the Session and
eventually modify the mapdefinition (setting filter's on layer..)
I can Access the map before the WebLayout Load
Service to do some modifications.
> But I get confusion in how to save the map.
> I try 3 save methods, but I still got some error exceptions.
>
> Could you provide me some specific method in how to create & save map
> status
> permanently ?
> Or, could you give me a complet
To make changes permanent you have to work in Library repository insteed of
Session repository,
here is a php sample, after a modification, we save the layer :
IN SESSION:
// modification here..
$byteSource = new MgByteSource($layerDefinition,strlen($layerDefinition));
$byteSource->SetMimeType(Mg
Hello,
About this case i'm using Autodesk Mapguide Enterprise 2008 with Autodesk
Spatial Oracle FDO.
One of the new feature is "using Oracle View"
I tried to use a view with geometry, it work, but features can't be
selectable! I make them selectable in Studio but they are not, either in dwf
or aj
hout the task frame anf tool bar. But I need it with
> out the property window.
>
> Thanks David,
> Anil
>
> David Hequet wrote:
>>
>> Look at the Tutorial provided with Mapguide Studio to create an entire
>> map from Data to Weblayout.
>> The look
brary://22/mapa.MapDefinition");
>> $map->Save($resourceService, $mapDefId)
>>
>> but it doesn't work :( I have this MapDefinition predefined in Weblayout.
>> I only need to save the created MgMap to a existing MapDefinition in
>> Library..
>>
>&
Look at the Tutorial provided with Mapguide Studio to create an entire map
from Data to Weblayout.
The look at the "Hello Map" sample in devguide (you can download it here)
that is a working php sample wich show a Map
Ps: You can't show a map in a browser, you can only show a weblayout. The
Tutori
eavily on the provider.
>
> If you have a lot of features/layers, I would probally be a perfomance
> killer doing it manually.
>
> Regards, Kenneth, GEOGRAF A/S
>
>
>
> David Hequet wrote:
>> and about "Select Envelope(geometry) from datasource"
>
You can "read" data with a minimum of two resource:
data resource and layer resource.
SHP with Autodesk Mapguide studio: 2 way:
1) drag your shp into a library path, a dialog frame ask you about import it
and transform it into SDF3 file or keeping it as shp
2) use a xml file and the Mapagent Set
velope() method.
>
> Regards, Kenneth, GEOGRAF A/S
>
>
> David Hequet wrote:
>> Arg, i was so close of my goal
>>
>> I think i have to take a look on your idea because of MGSelection seems
>> to
>> have a limit.
>>
>> here is my code:
&g
t; Other than this, I don't think you can optimize it anymore, as you need
> to execute the query on each layer.
>
> I think there is a "Get Extents" on the feature source, but I can't find
> it. And I don't think it works on filtered datasources.
>
> Perhaps
calculated.
>> You might provide your own extension here that updates the orgExt
>> variables.
>>
>> If you wan't it to work with an unmodified server, you have to update
>> these
>> variables some other way.
>> If you wan't it to work with
I think there is a "Get Extents" on the feature source, but I can't find
> it. And I don't think it works on filtered datasources.
>
> Perhaps you can execute the query with some SQL optimizations like
> "Select Envelope(geometry) from datasource".
>
Hello,
I'm trying to make a fonction that can return me the enveloppe of the entire
visible map (no way with original map extent).
Explain: I have a map "template" with a lot of layers, i have a function
that change all the layer filter (basic filter, no spatial) to see different
map based on th
I'm trying do the same thing with the DWF viewer.
If you are using the ajax viewer, look at the "ZoomSelection()" in
"ajaxmappane.templ" file. This method ask the mapagent for the selecion
extents, calculate the scale, then use ZoomToView().
But with the DWF viewer, i found no tricks to reproduce
64 matches
Mail list logo