Questions tagged [mapguide]

MapGuide Open Source is a web-based platform that enables users to develop and deploy web mapping applications and geospatial web services.

Overview

MapGuide Open Source is part of the Open Source Geospatial Foundation.

MapGuide features an interactive viewer that includes support for feature selection, property inspection, map tips, and operations such as buffer, select within, and measure. MapGuide includes an XML database for managing content, and supports most popular geospatial file formats, databases, and standards. MapGuide can be deployed on Linux or Windows, supports Apache and IIS web servers, and offers extensive PHP, .NET, Java, and JavaScript APIs for application development. MapGuide Open Source is licensed under the LGPL.

For sample applications, Live Application Gallery


Tag usage

  • Consider whether the question is more suitable on Stack Overflow SE or GIS SE.
15 questions
1
vote
1 answer

How to use OpenLayers with MapGuide source

Basically I want the following example http://openlayers.org/dev/examples/mapguide.html to worj against this WMS datasource "http://gis.aarhus.dk/mapguide/mapagent/mapagent.fcgi?USERNAME=Anonymous&"; All I have done so far is changing the url. …
1
vote
0 answers

How can I enable the query widget in MapGuide Maestro 6.0?

I'm doing a viewer with MapGuide Maestro, I need an option to do querys inside the viewer. I already looked everywhere and I can't find anything, in some youtube videos, the option to do querys is available using fusion projects, but in my projects…
DanielAP
  • 11
  • 1
1
vote
1 answer

FDO Layers from MAPGUIDE

I am trying to add MapGuide Layers that are NOT jpg as shown in the example. var mdf = 'Library://Samples/Sheboygan/Maps/Sheboygan.MapDefinition'; var agentUrl = …
1
vote
0 answers

The type initializer for 'OSGeo.MapGuide.MapGuideApiPINVOKE' threw an exception

I'm developing a web application on MapGuide Open Source 2.5.2 64bit with ASP.NET. When I try to create a user session from my login.aspx page I get this error: The type initializer for 'OSGeo.MapGuide.MapGuideApiPINVOKE' threw an exception I am…
1
vote
3 answers

SQL Server 2008 spatial index and CPU utilization with MapGuide Open Source 2.1

I have a SQL Server table with hundreds of thousands of geometry type parcels. I have made indexes on them trying different combinations of density and objects per cell settings. So far I'm settiling for LOW, LOW, MEDIUM, MEDIUM and 16 objects per…
Antonio Dlp
  • 143
  • 1
  • 3
  • 10
0
votes
1 answer

How to resolve "MgIndexOutOfRangeException" in MGOS 2.2?

I am working on a GIS based application. I am using the following tools: MapGuide Open Source 2.2 MapGuide Maestro 3.5.0.6071 Oracle 10g Oracle SQL Developer 3.0.04 PHP 5 In MapGuide Meastro, Whenever I add a new SHP Provider feature resource and…
Kumar Kush
  • 2,495
  • 11
  • 32
  • 42
0
votes
0 answers

Refresh TileImage (mapguide) layer in OpenLayers v6.9.0

I have a Mapguide layer as an ImageLayer in an OpenLayers map. Using the Mapguide api, I make changes to the Mapguide layer. The changes to the layer aren't reflected in the OpenLayers map until it's zoomed. Panning has no affect. Have tried…
gbneff
  • 11
  • 3
0
votes
1 answer

Is IIS and TortoiseSVN working copy compatible?

I have a question about how IIS handle SVN folder. I am working with ASP-Web forms and MapGuide. My problem is, when I set the path in IIS to my TortoiseSVN working copy, then MapGuide stops working. But when I just copy and paste all files from my…
BR75
  • 633
  • 7
  • 25
0
votes
2 answers

custom map service mapguide openlayers

Recently got started on MapGuide. Kind of lost. The amount of information available on the web is overwhleming. My requirement is to use custom maps of a campus and building and navigate from a campus view to the floor levels and floor plans of…
Blue Sky
  • 807
  • 1
  • 15
  • 36
0
votes
1 answer

Mapguide 2.6 with IIS on Windows 10

I got a new laptop with windows 10. I installed IIS on it. But when I try to install mapguide 2.6 - I choose local IIS and .NET, the installer does nothing. I keep pressing OK, buy nothing happens. I only need the web extension. Help…
Ido Barash
  • 4,856
  • 11
  • 41
  • 78
0
votes
1 answer

How to connect mapguide maestro to postgresql/postgis

I’m trying to connect my database postgresql/postgis to mapguide maestro but it send me a error message. Do you have some idea about this, or can you help me about how can I connect it with my database postgis? I’m using postgresql 9.4, mapguide…
welliam
  • 13
  • 4
0
votes
1 answer

How to access MapGuide tiled map using OpenLayers 3

Openlayer3 does provide MapGuide untiled example: var mdf = 'Library://Samples/Sheboygan/Maps/Sheboygan.MapDefinition'; var agentUrl = 'http://data.mapguide.com/mapguide/mapagent/mapagent.fcgi?USERNAME=Anonymous'; var bounds = [ …
0
votes
1 answer

Auto Desk Infrastructure Map Studio 2013 Invoke Url

Hi All I am making a map on Auto Desk Infrastructure Map Guide Studio. Now I created a small ASP.NET website and hosted in local machine, Now on click of different buttons in flexible layout toolbar, I invoke URL that asp.net page and it opens fine.…
Faizan Haroon
  • 107
  • 2
  • 9
0
votes
2 answers

Strange behaviour using OpenLayers + Mapguide Layer

I'm trying to use a Mapguide Layer with OpenLayers. First of all, I've used code taken from the official example page. All works fine, the map is showed and I can zoom it. But, if I move the map (pan), the map recenter automatically on the initial…
Mithenks
  • 333
  • 1
  • 3
  • 11
0
votes
1 answer

MapGuide open source : manipulating SDF data via java/jsp?

I am relatively new to MapGuide open source technology. I would like to parse and modify data that is in SDF format so that my map displays this updated feature data (dynamically). How can i do so? I have MapGuide installed and configured on Linux.…
2147483647
  • 95
  • 1
  • 2
  • 13