[mapguide-users] How to order unordered autogenerated Id's ?

2011-06-08 Thread Alen
Autogenerated Id's (FeatId) becomes unordered after deleting features. If you want them get ordered again it can be done only with Bulk Copy in Autodesk Map. Maybe it woluld be a nice feature in Maestro? - Alen -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/How

[mapguide-users] Set or return to initial legend layer state

2011-09-28 Thread Alen
Any suggestions how to realize a return to initial - defoult layer state button like it was in MapGuide 6.5 a long time ago? - Alen -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/Set-or-return-to-initial-legend-layer-state-tp6839603p6839603.html Sent from

[mapguide-users] Quick plot in basic layout?

2011-10-06 Thread Alen
Is it possible to implement quick plot in basic layout like in Autodesk Infrastructure Studio? - Alen -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/Quick-plot-in-basic-layout-tp6865988p6865988.html Sent from the MapGuide Users mailing list archive at Nabble.com

[mapguide-users] FDO toobox error + some general frustration

2011-10-08 Thread Alen
edit feature properties in no time. With AutoCAD MAP I have to wait 1 hour for editing one property of 4000 features. For a GIS software, really odd... http://osgeo-org.1803224.n2.nabble.com/file/n6872045/vodovodGradaVukovara_UpdatingFeaturesErr.png - Alen -- View this message in context

[mapguide-users] Problem with loading MapguideDotNetAPI in VWD

2011-10-16 Thread Alen
was previously working with Autodesk Mapguide Server 2011 and same code was working ok. http://osgeo-org.1803224.n2.nabble.com/file/n6898470/MGOS_VisualWebDeveloper_err.png - Alen -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/Problem-with-loading-MapguideDotNetAPI-in-VWD

[mapguide-users] Authentifcation dialog shows on mapguide-rest request

2014-08-14 Thread Alen
How to avoid authentifcation dialog when requesting: http://localhost/mapguide/rest/library/Samples/Sheboygan/Data/Parcels.FeatureSource/features/SHP_Schema/Parcels?maxfeatures=1000 ? In mapagent request it is possible to add username parameter, like so:

Re: [mapguide-users] Authentifcation dialog shows on mapguide-rest request

2014-08-16 Thread Alen
In 0.9 URL http://localhost/mapguide/rest/library/Samples/Sheboygan/Data/Parcels.FeatureSource/features/SHP_Schema/Parcels?maxfeatures=1000 throws error: Slim Application Error The application could not run because of the following error: Details Type: ErrorException Code: 2 Message: Cannot

Re: [mapguide-users] Authentifcation dialog shows on mapguide-rest request

2014-08-16 Thread Alen
: SDF_2_Schema:VotingDistricts. Also when I run basic /rest/index.php it returns: PHP Notice: Undefined index: UNENCODED_URL in C:\Program Files (x86)\OSGeo\MapGuide\Web\www\rest\index.php on line 30. Regards, Alen Kelemen -- View this message in context: http://osgeo-org.1560.x6.nabble.com

[mapguide-users] Mapguide-rest QueryMapFeatures parameters LAYERATTRIBUTEFILTER and FEATUREFILTER

2014-11-10 Thread Alen
When I add LAYERATTRIBUTEFILTER and FEATUREFILTER parametersin rest/sampleapps/selection sample, they do not have any effect on query result. Otherwise the sample works OK. I suppose those values can be set as so: LAYERATTRIBUTEFILTER: 4, FEATUREFILTER: ?xml version='1.0'

Re: [mapguide-users] Could not load file or assembly 'NetTopologySuite on validating map definition

2016-03-31 Thread Alen
Thanks Jackie ! -- View this message in context: http://osgeo-org.1560.x6.nabble.com/Could-not-load-file-or-assembly-NetTopologySuite-on-validating-map-definition-tp5258537p5258943.html Sent from the MapGuide Users mailing list archive at Nabble.com.

Re: [mapguide-users] Windows 10

2016-03-22 Thread Alen
I have the same problem (building a virtual mapguide folder) with: windows 10 pro, ver 1511, 64 bit installing Mapguide 3.0 for IIS Fast CGI and IIS6 have been set up. -- View this message in context: http://osgeo-org.1560.x6.nabble.com/Windows-10-tp5221424p5257812.html Sent from the MapGuide

[mapguide-users] Could not load file or assembly 'NetTopologySuite on validating map definition

2016-03-27 Thread Alen
MapGuide 3.0 when validating map definition the following error occurs: Validating resource: Session:3cae4116-f45f-11e5-8000-685d436c0bfb_en_MTI3LjAuMC4x0AFC0AFB0AFA//1d05daf3-3228-440c-a171-cc0119d25da0.MapDefinition Error - Error_MapDefinition_ResourceRead: Library:.FeatureSource could

Re: [mapguide-users] Could not load file or assembly 'NetTopologySuite on validating map definition

2016-04-03 Thread Alen
Hi, the procedure is: 1. download http://download.osgeo.org/mapguide/maestro/MaestroSDK_6.0m4.zip 2. unzip the file to get Maestro SDK folder with files 3. from Maestro SDK folder copy file: NetTopologySuite.dll 4. Paste this file to MapGuide Maestro folder (C:\Program Files (x86)\OSGeo\MapGuide

[mapguide-users] MG REST GET Features for datetime fields

2016-09-14 Thread Alen
Using MG REST requests, when I use GET feature (http://xxx.FeatureSource/features.geojson/xxx/xxx) for features with TIMESTAMP data it returns json with date string: "TIMESTAMP '2016-08-20 22:34:52'" But when I update feature data with POST I need to have timestamp string formatted like that:

Re: [mapguide-users] MG REST GET Features for datetime fields

2016-10-04 Thread Alen
Yes line 153 returns string in FDO format, ( "TIMESTAMP '-mm-dd hh:mm:ss.sss'" ) so one can just remove "TIMESTAMP " from the beginning of the string and everything after "." if needed. Anyway i posted an issue on that matter: https://github.com/jumpinjackie/mapguide-rest/issues/142 --

[mapguide-users] LINESTRING XYZ geometries fun

2018-07-02 Thread Alen
As SQLite and sdf files can have LINESTRING XYZ geometries it is tempting to try to show them in Cesium.js. So I changed line 229 in czmlwriter.php: $str .= $coord->GetX().",".$coord->GetY().",".$zval; to $str .= $coord->GetX().",".$coord->GetY().",".$coord->GetZ(); This way one can make

[mapguide-users] Maestro validation results

2011-09-28 Thread Alen Kelemen
error on them. In spite of errors reported project works OK. But what does this report means? Alen Kelemen, dipl. ing. stroj. EDC d.o.o. Antuna Štrbana 18 1 Zagreb GSM: +385 98 391930 Tel: +385 1 6539717 Fax: +385 1 6539716 url: http:// http://www.edc.hr www.edc.hr mailto

[mapguide-users] Moving to MGOS from AIMS

2018-01-12 Thread Alen Kelemen
I just want to say thanks to Jackie for his excellent work. Alen Kelemen url: http:// <http://www.edc.hr> www.edc.hr mailto: <mailto:alen.kele...@edc.hr> alen.kele...@edc.hr ___ mapguide-users mailing list mapguide-users@lis