Re: [mapguide-users] executing queryMapFeatures

2019-07-15 Thread Jamo
Thanks Jackie... Was hoping there was a clientside call to the webservice... no matter I can go about it with the custom server-side call Thanks for the heads up would of been going around in circles for a while. - MapGuide Maestro 6.0.0.8587 MapGuide Opensource 3.0.0.8701 Fusion, PHP,

[mapguide-users] executing queryMapFeatures

2019-07-14 Thread Jamo
Hey team, I've been messing around with the react mapguide interface and I'm stuck on how to execute a search that returns a specific feature based on a property value... So far I've landed on getting the ViewerActions.getViewer() and executing the queryMapFeatures. I'm sure there's a better way

[mapguide-users] WMTS GADL featuresource and layer?

2019-05-08 Thread Jamo
I'm trying to add a WMTS featuresource via GDAL and then create a rasterlayer to show it... So far I've created the requierd GDAL_WMTS.xml file "test.xml" and loaded it into the GDAL feature Source. I can add the wmts within the react-sidebar viewer-mount and it works ... but should the GDAL

Re: [mapguide-users] Mapguide with SSL HTTPS

2019-02-24 Thread Jamo
Thanks GordonL, Seems not to be a mapguide issues more a SSL and authentication setup issue with my site. I've got it working on all fronts again. Cheers Adam - MapGuide Maestro 6.0.0.8587 MapGuide Opensource 3.0.0.8701 Fusion, PHP, Apache Windows 7 Pro SP1 -- Sent from:

[mapguide-users] Mapguide with SSL HTTPS

2019-02-13 Thread Jamo
I'm no web host guru. I had a bit of a challenge for our internal hosted mapguide service, our IT department are enforcing some security measures that broke my mapguide :( I've since managed to get it up and running again using the correct https and domain etc etc however when I try and

Re: [mapguide-users] Question

2018-11-28 Thread Jamo
Amba, You need to create a SimpleSymbolDefinition create one with two arcs that close to make the circle then assign LineWeight attribute to the path. This is an example of a circular symbol I use then you can reference this symbol in the

Re: [mapguide-users] MapGuide React

2018-10-16 Thread Jamo
OK I wasn't using the default export of the container in my layout therefore the connect / MapDispatchToprops and what not wasn't getting fired Looks like it works as expected knew it was gonna be something simple Sorry to be a pain and answer my own problem ... I'll see if I can

[mapguide-users] MapGuide React

2018-10-15 Thread Jamo
Hey MapGuider's I'm trying to get my head around the new react sidebar viewer and adapt it to some specific needs For the life of me I can't seem to get my head around the whole redux / store / action I'm trying to add a sort of plan viewer as another sidebar button / pane, it works

[mapguide-users] Label Polygon or Linestring Segment?

2017-10-17 Thread Jamo
I'm trying to figure out if it's possible to label the segment of a linestring / polygon? As in if a linestring is made up of 3 or more points label each segment with bearing and distance? Similar for Polygon Features? So far I've managed to achieve a repeatable label with the entire length of

Re: [mapguide-users] Create a modal dialog from the selection panel

2017-08-16 Thread Jamo
Jackie, Thanks for the info pointed me in the right direction !!! I've managed to get the dialog to pop up as intended the changes we're in fact on the dumb side of the selection-panel(component) as I check the property name before making any changes on how to display the property There's

[mapguide-users] Create a modal dialog from the selection panel

2017-07-27 Thread Jamo
Jackie I'm porting over some of my selection panel customization to the new react based programming language I've managed to set it up find when a property of a certain value is hit and change it to a href or show an image or interpret the data accordingly I'm struggling with showing a modal

Re: [mapguide-users] The customization story in mapguide-react-layout

2017-03-13 Thread Jamo
Hey Jackie, I'm completely new to the whole GIT pull request clone build thing (this could be painful). I think I've done this right but just want to check I've not messed something up. I've downloaded VSCode used gitgui to clone the master branch repository and installed yarn and node.js Next

Re: [mapguide-users] Mapguide 3.0 and postgis/mssql datetime properties

2016-06-21 Thread Jamo
I know this is an old issue but I think I found what was going wrong . I did a fresh install of the mapguide 3.1 beta (mgInstant Setup !!! amazing) didn't use any of my customization and the issue still existed :( The datetime field is working fine the issue was with re-ordering the columns

Re: [mapguide-users] PostGIS selection issue

2016-01-21 Thread Jamo
I think the issue has been fixed. The long short of it is that there was some errors with the map definition. Basically since moving data to PostGIS some feature tables no longer existed in the Database which created some errors, I went about removing layers and fixing any errors reported at the

Re: [mapguide-users] PostGIS selection issue

2016-01-10 Thread Jamo
Your right the SQL being generated is malformed so everything works fine for the first session but the second time I open mapguide and seelct a postgis feature it seems to be missing !!508 is from the first session, there is 4 duplicates within the log of the same select statement all in a

[mapguide-users] PostGIS selection issue

2016-01-04 Thread Jamo
So I've noticed something funny happening with my Shinny new PostGis Server . After the user initially opens up mapguide and pans around turns on a few layers and selects a feature it works great selects one feature shows one features attributes, select a few features show a few features

Re: [mapguide-users] Mapguide 3.0 and postgis/mssql datetime properties

2015-10-14 Thread Jamo
Thanks it appears to be null they are both calling on the same property approved_dt I'm sure it's something simple . Response Body for feature properties

Re: [mapguide-users] Mapguide 3.0 and postgis/mssql datetime properties

2015-10-14 Thread Jamo
I believe its the mapagent? URL ProtocolMethod Result TypeReceivedTaken Initiator Wait‎‎ Start‎‎ Request‎‎ Response‎‎ Cache read‎‎Gap‎‎

Re: [mapguide-users] Mapguide 3.0 and postgis/mssql datetime properties

2015-10-12 Thread Jamo
Jackie, I'm using the fusion viewer can you point me on how to intercept the AJAX results. Interpreting the selectionPanel aElements value upon selecting an element reveals it gets populated like below aElements of a feature with just a datetime property aElements [] but as you can see on the

[mapguide-users] Mapguide 3.0 and postgis/mssql datetime properties

2015-10-11 Thread Jamo
I've come into a bit of trouble, for the life of me I can't remember how I fixed this previously. I have some features stored in postgis and some properties are of dateTime type. When I try and select the feature the datetime properties don't show in the selection panel, it knows the property is

[mapguide-users] PDF report using TCPDF and MapGuide RenderMap .... help

2015-05-25 Thread Jamo
I'd like to appologise up front because I have no idea how to narrow my issue down without dumping the whole script here :( Basically I've noticed an issue where I'm generating some images using PHP scripts and inserting them into a PDF report. After generating one or two of these reports the

[mapguide-users] Network topology and Mapguide

2013-06-25 Thread Jamo
Gday community Just looking for some feedback on what if any network topology you guys actually use and how you have implemented it? I'm at a stage where I can choose a direction for our network topology (currently we have no such beast) I have tools available to me in the proprietry CAD /

[mapguide-users] Change log to show PC Name if available

2013-05-28 Thread Jamo
I'd like to grab the PC name as well as the IP address as part of my logging ( the IP address is leased for about a week at a time) this way I can better quantify how many users are using our GIS... Is it possible to change the IP address logging to client name logging??? - MapGuide

Re: [mapguide-users] Change log to show PC Name if available

2013-05-28 Thread Jamo
Sorry Zac I'm not following what you mean AWStats would interpret mapguides .log files ?? I was hoping the log files that mapguide produces could be modified I'm able to open the logs stored in mapguide\server\logs\access*.log The log only lists the IP address not the PC Name, supposedly our IP

Re: [mapguide-users] Mapguide fusion viewer - start zoomed to selection

2013-03-26 Thread Jamo
Wilson, Check out the LinkToViewWidget. It seems to have the following paramaters extent filter spatialfilter variant theme selectlayer showlayers hidelayers showgroups hidegroups Not sure if this works without any modifications, I messed around with it a long time ago, It doens't seem to

[mapguide-users] Fusion Event Firing

2012-12-11 Thread Jamo
. Is it possible for a widget to take effect prior to map rendering (to save map loading then having to reload to new extents) 2. Is it possible to register this against the map loaded then remove it once complete 3.Is what I'm asking already done somewhere and I'm wasting my time Cheers -Jamo

Re: [mapguide-users] neighborhoods indicators

2012-12-10 Thread Jamo
Hamidreza Rad, This user group is specific for questions about MapGuide Opensource MapGuide in my opinion is able to do all these fancy spatial operations through use of the api etc etc... or using other programming libraries in the background to do the work for you... I would refrain from

Re: [mapguide-users] I need advice on grid data gdal/vrt and mapguide

2012-12-02 Thread Jamo
can anyone confirm the vrt driver and GridLayerDefinition actually work or am i actually seeing a bug here? As far as i can tell the whole GridLayerDefinition ColorRule Bands is not working no mater what changes I put in I cannot get transparency to work and I cannot get more than one band

[mapguide-users] I need advice on grid data gdal/vrt and mapguide

2012-11-28 Thread Jamo
Say I have some grid data I can retreive in the form of x,y,z where x and y are true GDA MGA-56 coordinates and z is a positive or negative decimal value How would I take this data and display it in mapguide? So far I have tried using Saga to produce grid files for them then prepare a vrt

Re: [mapguide-users] Fusion +Flexible Layouts

2012-11-05 Thread Jamo
torrini, If possible can you post some details on what coordinate system you are using and possble a sample dataset or mgp package? I'm happy to check over some things for you. -Jamo -- View this message in context: http://osgeo-org.1560.n6.nabble.com/Fusion-Flexible-Layouts

[mapguide-users] Custom WKT Coordinate system ?

2012-10-08 Thread Jamo
I'm looking at finally implementing our local grid as a wkt coordinate system. I've looked at this sometime back, but I have finally got the right paramaters to produce the result I need! I need to define the wkt as a FITTED_CS with affine how do I do this in mapguide. I might have the

Re: [mapguide-users] Invalid stream header exception

2012-09-21 Thread Jamo
I don't see where featureClass is defined? MgStringCollection colStringClass = featureService.GetClasses(featureSourceId, ); featureClass = colStringClass.GetItem(0); ?? -- View this message in context:

Re: [mapguide-users] quick one regarding mssql

2012-09-19 Thread Jamo
Just thought I'd touch back on this subject and show what I ended up doing. In my export process to my SQL datastore I now convert my xmlfragement from my software package (Bentley Map ... side note anyone use this in the community?) to a varchar field with 2000 characters then I note what my

Re: [mapguide-users] quick one regarding mssql

2012-09-19 Thread Jamo
I suppose for all purposes xml is just formatted text in the end, so reading it as a text field works just fine for me, It would be great to be able to know the field I'm accessing is in fact formatted as xml therefore prompting me to do something with it... I was only thinking of this very basic

[mapguide-users] quick one regarding mssql

2012-09-17 Thread Jamo
I've just managed to get an xmlfragment property type populated in my sql database but sadly it would seem it isn't supported by default in the fdo? can anyone confirm or deny this is true and any ideas on how to get it implemented on the mapguide side of things? So I now have the ability to

Re: [mapguide-users] Pathing revisited

2012-09-17 Thread Jamo
couple of things to check. 1. can you connect to mapguide using maestro. 2. are you using iis or apache? 2a. if apache perhasp your directories are case sensative ensure MapGuide is actually not mapguide 2b. if iis the port won't be required so just http://mapguide/test_07/hello.htm 3. is the

Re: [mapguide-users] Background color mapguide 2.2

2012-09-04 Thread Jamo
Perhaps use a custom print button that will modify your map definition assigning a white background. Then print using the modified map definition. Once done set it back to black? -- View this message in context:

Re: [mapguide-users] How to get selected feature information in popup window

2012-09-04 Thread Jamo
Looks like the code you have shown should show a tooltip upon hovering, perhaps just some minor syntax error to take care of. $_GET[gid] this will get your gid for your dynamic image so replace The Concat statement for your tooltip needs some work, you require a Concat function for each value

Re: [mapguide-users] How to get selected feature information in popup window

2012-09-03 Thread Jamo
Sounds like you want to create a styled div at runtime over the top of the map at a designated screen position. I've got no code samples for you just a thought process. I can think of two ways to accomplish this. Server Side: actually create some kind of popup Mapguide Layer at runtime and upon

Re: [mapguide-users] How to get selected feature information in popup window

2012-09-02 Thread Jamo
nandankishorks, Which viewer are you using Fusion or AJAX? Jamo -- View this message in context: http://osgeo-org.1560.n6.nabble.com/How-to-get-selected-feature-information-in-popup-window-tp4999139p4999290.html Sent from the MapGuide Users mailing list archive at Nabble.com

[mapguide-users] Do we need somewhere to maintain user widgets?

2012-08-22 Thread Jamo
I've been playing with the fusion viewer for a bit now and with recent enhancements I've moved my user based viewer over to the fusion layout :) I'm keen to share what few widgets I've made / modified in the hope they can be of help or further improved by other. perhaps we need some kind of

Re: [mapguide-users] Fusion: how to get a coordinate from user input..

2012-08-15 Thread Jamo
Jackie I had to copy / paste the mapviewerapi into my fusion widget api for this to work... I know theres a way to reference it without copy pasting it into my .js widget file but I can't put my finger on it. Either way it works like a charm and I now have a nice little functions menu that will

Re: [mapguide-users] Thematic maps on Non Spatial Data

2012-08-15 Thread Jamo
So we have two tables one with say geometry and an id and one with an id and attributes...? I have a similar setup here but I'm affraid the only way to accomplish the task is to join them either at the DB end or at mapguide. I join them at the DB so whenever a change is made it triggers to

Re: [mapguide-users] Step by Step for ECW and MGOS 2.4

2012-08-15 Thread Jamo
I can confirm My GDAL ECW setup is working. From memory I just grabbed the correct bits for my setup release-1500-gdal-1-9-0-mapserver-6-0-1.zip coppied them to the right directories, as per the wiki and voila it worked :) I can't seem to get grid (saga, xyz) data to show correctly but the ECW

[mapguide-users] Fusion: how to get a coordinate from user input..

2012-08-06 Thread Jamo
So I've gone a little bit mad on the selection panel widget added in all sorts of custom style, image tags, links to other systems, graphs etc etc Now I'm goin one step further I'm trying to add a functions menu to the bottom of some of my faetures properties panel, fairly basic, to allow

Re: [mapguide-users] Rather simple GDAL question 1.6 /1.7 / FDO / Mapguide HUH ???

2012-07-01 Thread Jamo
I'm still playing with the grids and mapguide but nothing seems to be working. Is this something that has been implemented in the layerdefintion but just doesn't work? I've prepared a vrt file to ensure my bands are prepared correctly. Outcome: layer loads the grid but it isn't using the Bands

Re: [mapguide-users] SQl Server Mapguide Feature Extentions

2012-06-21 Thread Jamo
Jackie, I've found another issue similar to the SQL server problem with enc files I'm able to read the schema and mapguide acknowledges the attributes but upon attempting to render the same error is shown. server shows (4792) An exception occurred in FDO component. ... Unsupported aggregate

Re: [mapguide-users] SQl Server Mapguide Feature Extentions

2012-06-21 Thread Jamo
No aggregate at all, simply installed the beta and created the featuresource. Added a join to the sql featuresource Added the enc -- View this message in context: http://osgeo-org.1560.n6.nabble.com/SQl-Server-Mapguide-Feature-Extentions-tp4982560p4983128.html Sent from the MapGuide Users

Re: [mapguide-users] SQl Server Mapguide Feature Extentions

2012-06-20 Thread Jamo
Sorry forgot to mention I was using the BETA Thanks Jackie I'll give it a shot -- View this message in context: http://osgeo-org.1560.n6.nabble.com/SQl-Server-Mapguide-Feature-Extentions-tp4982560p4982836.html Sent from the MapGuide Users mailing list archive at Nabble.com.

Re: [mapguide-users] SQl Server Mapguide Feature Extentions

2012-06-20 Thread Jamo
Jackie and team, I've updated from repositry and still the same issue exists. I produced a SQL 2008 database populated with my data one shows meta data about a survey whilst the other shows the geometry of the survey extents, I then use maestro to create a extension to join the two I am able to

Re: [mapguide-users] MapGuide Open Source 2.4 Beta 1 released

2012-06-19 Thread Jamo
Great work team! I have a question regarding the FDO SQL server spatial provider, my current SQL login doesn't seem to have enough permissions to use the new FDO provider. Is there somewhere I can find the required security permissions to use the new provider? -- View this message in context:

[mapguide-users] SQl Server Mapguide Feature Extentions

2012-06-19 Thread Jamo
I'm playing around with the FDO enabled SQL server using FDO toolbox and Maestro for administration. I've tried to produce a join in FDO toolbox but it keep failing. I've also tried the extensions in Maestro which works as far as retrieving records but then fails when trying to display the

Re: [mapguide-users] Rather simple GDAL question 1.6 /1.7 / FDO / Mapguide HUH ???

2012-06-18 Thread Jamo
Ok I've installed the Beta and tried to get my SAGA Grids to load How do I style the grids Below is the layer definition I'm guessing it has something to do with the Color Rules ...? I can't seem to find an example anywhere that shows what I'm trying to accomplish. Basically want to define a

Re: [mapguide-users] Rather simple GDAL question 1.6 /1.7 / FDO / Mapguide HUH ???

2012-06-18 Thread Jamo
Zac, It is quiet a simple layer just need one final part of information to style the pixels... Everything I've tried the Grid just disappears. http://osgeo-org.1560.n6.nabble.com/file/n4982273/sagaGrids.zip sagaGrids.zip Cheers Adam -- View this message in context:

[mapguide-users] Rather simple GDAL question 1.6 /1.7 / FDO / Mapguide HUH ???

2012-06-14 Thread Jamo
So I have been using SAGA gis for a little processing and its spitting out these lovely sdat and sgrd files I'm currently using Mapguide 2.2.0.5703 and it comes standard with gdal 1.6 ??? The gdal site shows that sdat/sgrd files are support from gdal 1.7 . is it possible to get GDAL 1.7

Re: [mapguide-users] Rather simple GDAL question 1.6 /1.7 / FDO / Mapguide HUH ???

2012-06-14 Thread Jamo
Nice to know, I've not been keeping up with the releases just been working away in the background on data migration and breaking into some data silos here at work :) Hence the implementation of this hydro data. So I should sit tight and wait out the release rather than battle to try and get gdal

[mapguide-users] Featuresource configuration

2012-05-07 Thread Jamo
I'm playing with the new mg desktop libraries and I've found some problems with reading some of my sql spatial tables, they seem to read fine in mapguide server but when I load the same featuresource into the mgdesktop it fails on what I've narrowed down to be tables with multiple geometry columns

[mapguide-users] Re: Featuresource configuration

2012-05-07 Thread Jamo
Jackie any documentation on schemaMapping format. I can't get fdo toolbox to export my sql schema as xml it keeps bombing out. I've managed to re-produce a single schema table and load it into fdo toolbox, but I can find how to format the SchemaMapping part, specifically for SQL spatial. I

[mapguide-users] Re: One more time .... Multiline !

2012-05-03 Thread Jamo
Ok I've done a little digging but not sure where to dig really.. so far I can get my head around the label placement code found in ? root/trunk/MgDev/Common/Stylization/RS_FontEngine.cpp If I'm reading through it correctly it should be computing the offset correctly, I think the extent

[mapguide-users] Re: One more time .... Multiline !

2012-05-03 Thread Jamo
Yes that sums up my problems pretty good. So currently it is not possible to justify my text until some code change has been implemented ? It sounds like most the work is done and it just needs to be accepted? -- View this message in context:

[mapguide-users] One more time .... Multiline !

2012-05-01 Thread Jamo
Hey guys I've been searching Nabble for answers to the justification of multiline text I would like to know is it possible to align text centrally when labelling a polygon point or line ... So at the moment foobar\nbar\nboofar would come out like: foobar bar boofar when instead it should

[mapguide-users] Re: Label Style problem

2012-03-21 Thread Jamo
look into the composite symbolization it allow you to place a simple symbol be it vector or image on a line at intervals or distance from start and end, someone else may need to confirm this but you should be able to get a similar output as the OSM example. -- View this message in context:

[mapguide-users] Re: Ubuntu !!!!!

2012-03-21 Thread Jamo
I don't know much about UBUNTU but wouldn't you just use the ubuntu install? http://mapguide.osgeo.org/download/releases/2.2.0 Mapguide wrote Due to compilation limitations, the Ubuntu build is based on CentOS 5.4 binaries. This installation script installs additional Ubuntu packages and

[mapguide-users] Re: Label Style problem

2012-03-19 Thread Jamo
Captainst Check the layerdefinition found here http://mapguide.osgeo.org/files/mapguide/docs/webapi/xml_schemas/LayerDefinition110/LayerDefinition.html#element_Label_Link06B508F0 It shows AdvancedPlacement with a scaleLimit attribute. layerdef wrote The maximum amount any label is allowed

[mapguide-users] Re: Label Style problem

2012-03-19 Thread Jamo
Refer to the below RFC regarding Cartographic Stylization Engine http://trac.osgeo.org/mapguide/wiki/MapGuideRfc14 To acces the raw XML of a layer definition I think it's right click on layer and edit XML. Good Luck -- View this message in context:

[mapguide-users] Re: dynamic filter for Layers in Maestro possible?

2012-03-13 Thread Jamo
Generate a layer at runtime taking the user login/id as a variable to be used in the layers filter. Refer to the buffer command for some code samples on how to add a layer at runtime. I would suggest building your layer.templ from an existing layer then simply make the filter a variable so all

[mapguide-users] Re: Setting the visibility of rules/classes of layers

2012-03-08 Thread Jamo
I would suggest splitting each class into its own layer and nesting them all under a folder. Otherwise you will have to write some code to adjust the layer filter and thats where things start to get semi-complicated. Hope that helps :) -- View this message in context:

[mapguide-users] multiple coordinate systems SQL spatial?

2012-02-29 Thread Jamo
Curious to know if it is possible to specify which cordinate system certain features sets are in at the datasource level in mapguide? I notice its possible to add coordinate system overrides, any chance someone can point me in the right direction or give me a quick run through? I've been

[mapguide-users] Re: multiple coordinate systems SQL spatial?

2012-02-29 Thread Jamo
using MSSQL Spatial (SQL Server 10.0.2531) I've not looked at the SRS since I first started using SQL as a datastore, so the thought hasn't really crossed my mind. I think the server only supports geography type spatial reference systems ? to overcome this i can remember setting up the below.

[mapguide-users] Re: Scalebar: TypeError, Fusion Error, and NS_ERROR_DOM_INVALID_ACCESS_ERR

2011-11-10 Thread Jamo
enclose the following in a try catch statement. and in the catch put return 0; -Jamo -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/Scalebar-TypeError-Fusion-Error-and-NS-ERROR-DOM-INVALID-ACCESS-ERR-tp6917184p6983899.html Sent from the MapGuide Users mailing list archive

[mapguide-users] Some changes I've made to the standard search

2011-11-10 Thread Jamo
Hey guys/girls, If anyone is interested I've modified the existing fusion search to allow searching on multiple properties, I've no tried it on anothe site but it functions for me just fine, it also takes into account the layers filter. Just thought I'd post it up someone else might find it

[mapguide-users] Re: Scalebar: TypeError, Fusion Error, and NS_ERROR_DOM_INVALID_ACCESS_ERR

2011-11-09 Thread Jamo
Berg I think I'm on a roll this might be the reason i've never had fusion working in firefox :) modify the Scalebar.js to I'm guessing NS_ERROR_DOM_INVALID_ACCESS_ERR is thrown because the url is not well formed ?? works for me now :) Hope this does it for you -- View this message in

[mapguide-users] RE: Another Fusion Question scalebar this time.

2011-11-08 Thread Jamo
Berg, I think I've found the problem :) modify to Possible place was missing therefore the scalebar was never actually being rendered. and as before it requires the scalebar div as i think it uses the tag name for the div to be placed in. Hope this fixes it for you perhaps this could be

[mapguide-users] RE: Another Fusion Question scalebar this time.

2011-11-08 Thread Jamo
nearly there also have to make adjustments to the css for each scalebar so it sits above the map image, I think it's z-index:3 so its above the image but below the other dialogs, not sure Now scalebar works with all its fancy options :) -- View this message in context:

[mapguide-users] Re: Fusion redline question

2011-11-07 Thread Jamo
Thanks guys I'll run with the modified epsg code at the moment seems to be working for my site, I don't have a need to reference anything outside my coordinate system. -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/Fusion-redline-question-tp6969165p6972574.html Sent from

[mapguide-users] Another Fusion Question scalebar this time.

2011-11-07 Thread Jamo
Sorry to bombard with these questions. I've been messing around with the scalebar widget and for the life of me I can't figure out how to get it to work. So far I've added a new dialog container for it, thinking maybe it functions similar to the overview? and added the Scalebar widget to the

[mapguide-users] Fusion redline question

2011-11-06 Thread Jamo
I seem to be having issues with the fusion redline tool. I'm able to digitize points lines polygons but the issue is when saving and reloading the gml. It saves the gml with the correct coordinates but when loading it back into the map I think it is reading it as EPSG:4326 not EPSG:28356, the

[mapguide-users] Re: Fusion redline question

2011-11-06 Thread Jamo
Mapguide 2.2.0.4829 I've modified the fusion templates so it doesn't use the compressed fusion.js. So modified ../../../lib/fusionSF-compressed.js to ../../../lib/fusion.js so fusion will see my custom widgets -- View this message in context:

[mapguide-users] zlib pnglib and php_gd2.dll ?? not exactly mapguide but.....

2011-11-02 Thread Jamo
Hey I've decided to join the world of php coding Does anyone have any tips on how to get png files to load correctly with mapguides php? I've downloaded and compiled the latest pnglib and zlib and placed them in the php\dlls folder and added that to my path, and uncommented

[mapguide-users] Some details on the default Query Features tool

2011-10-20 Thread Jamo
Hey guys this is not the usual omg it doesn't work post :) I actually found something out by doing the hard yards I have been using a mssql spatial DB that was created some time ago and it has never had a spatial extents set... Now insert problem the default search / query was never working

[mapguide-users] Re: Some details on the default Query Features tool

2011-10-20 Thread Jamo
The following changes seem to make evrythign function, not sure if this is of any use but its here for reference. Need the syntax confrimed I'm not sure if the if statements will function when used like that? To And To -- View this message in context:

[mapguide-users] Re: Some details on the default Query Features tool

2011-10-20 Thread Jamo
Jackie confirming it is the query widget in fusion Cheers Adam -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/Some-details-on-the-default-Query-Features-tool-tp6911776p6915364.html Sent from the MapGuide Users mailing list archive at Nabble.com.

[mapguide-users] customized property panel

2011-10-10 Thread Jamo
I've customized my properties panel for some time now and I was hoping it would be quiet easy to bring it forward to the new mapguide version I'm coming from MGE2010 to the latest beta... for some reason when items are selected it isn't firing the SetProperties function of the properties panel?

[mapguide-users] Re: SQl Spatial and Mapguide 2.1.0.4283

2011-10-09 Thread Jamo
Ok I think I've narrowed it down to a linked servers permissions changed no one will tell me if the permissions have changed on this particular server but once I set up a new user with Reference Select View definition and view changes it all seems to work with no errors, the user cannot see

[mapguide-users] Re: SQl Spatial and Mapguide 2.1.0.4283

2011-10-06 Thread Jamo
Thanks for the reply Zac, It's been a while since I've looked at latest versions of mapguide, I'll grab the latest 2.2 release and try that. But as for the problem it seems to be something I've managed to incorporate in my site or perhaps a setting one of the SQL admins has imposed on the

[mapguide-users] Re: SQl Spatial and Mapguide 2.1.0.4283

2011-10-06 Thread Jamo
Just a little more information ... regarding my problem I've managed to create a user for the SQl server that can only view one scheme. it can't view any system tables the user has select and view definition on testspatial scheme only The table has no geometry im getting confused I

[mapguide-users] Re: SQl Spatial and Mapguide 2.1.0.4283

2011-10-06 Thread Jamo
I'm affraid there is no stack trace logged for this error... upon further fiddling with the sql server if I make the user, the schema owner and not just allow them to select and view definition the data preview seems to function without any errors ... however I'm guessing any other users

[mapguide-users] SQl Spatial and Mapguide 2.1.0.4283

2011-10-05 Thread Jamo
I've been working on mapguide enterprise 2010 for sometime and just recently something has gone wrong with my sql / mapguide integration. this aside I thought I would take the time to try out the latest MapGuide, but for some reason I can't get the simpilest sql table to preview What I've

[mapguide-users] Re: QuickPlot

2011-01-20 Thread Jamo
On another note this rfc looks like a winner. http://trac.osgeo.org/mapguide/wiki/MapGuideRfc67 Someone able to elaborate on it a little, as far as I can tell printlayouts will help in the production of actual printable to scale plan sets? is this correct? Sorry to hijack your post but I

[mapguide-users] Re: add DGN file to mapguide

2011-01-20 Thread Jamo
Yes the OGR provider works with V7 DGNs only (export / convert required DGNs to V7 Format) and it reads various properties from the DGN Entity DBLink etc. I started using the OGR DGN capabilities but found it easier to write my own export to SQL script, gave me more control over the creation of

[mapguide-users] QuickPlot and actual printout.

2011-01-18 Thread Jamo
I'm trying to get quickplot (Which is a great addition to the mapguide code) to actually print at the correct scale on a page I was looking at these options option value=297.0,210.0A4 (210 MM x 297 MM)/option option value=420.0,297.0A3 (297 MM x 420

[mapguide-users] Re: QuickPlot

2011-01-18 Thread Jamo
I have implemented the quickplot .patch parts to mapguide 2010 and able to produce prints with it... Its a little fiddly and not recommended for production servers, but if your keen check these out, try it on a development server first of course. Ajax Viewer

[mapguide-users] Load weblayout from library and write to session then load

2011-01-16 Thread Jamo
Ok im attempting to simply load a weblayout from the library and write it to the session then redirect the browser to the session weblayout is this possible I will attempt to adjust the center scale and position as well but for now i can't even load it from the session any help is much

[mapguide-users] Re: Load weblayout from library and write to session then load

2011-01-16 Thread Jamo
...please remove post After another look at the formatting of the output I added doc.PreserveWhitespace = true; after XmlDocument doc = new XmlDocument(); and it seems to have fixed the problem ... -- View this message in context:

[mapguide-users] sql spatial too slow still?

2010-11-15 Thread Jamo
I'm experiencing huge amounts of lag in SQL Spatial layers compared to SDF layers, I've jsut added some code to populate a spatial index, does mapguide make use of such beasts ... can I speed the process up anymore select queries on these tables are completed in under a second, they are

[mapguide-users] RE: sql spatial too slow still?

2010-11-15 Thread Jamo
sadly our IT department control the SQL server ... This is all I know 10.0.2531.0 SP1 Enterprise Edition (64-bit) using SELECT SERVERPROPERTY('productversion'), SERVERPROPERTY ('productlevel'), SERVERPROPERTY ('edition') Is this bad news for me? -- View this message in context:

[mapguide-users] Valid wkt coordinate system

2010-11-11 Thread Jamo
I'm trying to put together a coordinate system using affine correction... So it would be a FITTED_CS as defined in wkt coordinate by ogc? something like but it does not validate in maestro :( I also need to define the point around which the rotation and scale is taking place this is a copy of

[mapguide-users] PDF Report with image from mapguide

2010-09-30 Thread Jamo
I'm attempting to automate some PDF report creation from mapguide. basically I've setup a map in maestro and styled it up how I'd like it to be printed :) works a charm The following creates the pdf but I have to call another page each time to produce the image I'd like to somehow use

[mapguide-users] Re: Measure Tool distance in Feet not Miles

2010-09-28 Thread Jamo
in your www\viewerfiles\measureui.templ change these lines to what you need. function SetMeasureResults(partial, total) { //modify partial*1000 to convert yout miles to feet document.getElementById(partial).innerHTML = FormatLocalizedDecimal(partial*1000, 2);

[mapguide-users] Re: Change background on dynamic polygon

2010-09-01 Thread Jamo
MgByteReader byteReader = RenderService.RenderMap(map, thisSel, ext, W, H, bColor, JPG, true); Produces a transparent selection are you sure you are passing selected features to the query ? -- View this message in context:

  1   2   >