Re: [mapguide-users] Mapguide 3.1 WFS service

2017-09-04 Thread Kajar
Thanks Hans!

I gave up with Mapguide and WFS. I just wanted to try to get it working.
As you mentioned Geoserver is good for provide WFS servise so I tried it.
I tried to create service using Postgis and view it using Autocad and Qgis
but I failed.
I keep trying, some sample  WFS service(created using shp datasource)
working great with Cad and Qgis.





--
Sent from: http://osgeo-org.1560.x6.nabble.com/MapGuide-Users-f4182607.html
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/mapguide-users

Re: [mapguide-users] Mapguide 3.1 WFS service

2017-09-04 Thread Hans Milling
I usually ask my clients to install GeoServer (also open source) to host WFS
or WFS. Because MapGuide WFS is not compatible with ArcGIS or QGIS and some
others (at least version 2.0 and 2.2). Only MapInfo I could get it to work.
But perhaps things are better in 3.1.

You need to setup WFS properly and then tell MapGuide what to make available
in the WFS services. Here is how:

To get WFS server configured properly, do this:
1. Open the site administrator from Maestro or go to:
http://localhost/mapguide31/mapadmin/login.php
2. Open "Configure WFS"
3. Change Server name from:
localhost:8008
to:
www.mydomainname.com:80
This field contains the name if the server is accessed from outside the
server.
You can use external IP or the like. But localhost points to the local
machine, so if you try to call the WFS from somewhere else, the WFS XML will
contain links to localhost and that is not valid unless you are running QGIS
from the same server as MapGuide is running. So if you need to access the
WFS from some other machine you need to put the server name or IP here. If
the WFS is to be access from people all over the world, you need the
external IP or domain name here. Also when running on IIS you are using port
80 for HTTP traffic as default and you need to change the port to port 80 to
make it work. Port 8008 is only for Apache installations I think. MapGuide
in IIS is using port 80 as default.

Now WFS is set up properly, you need to tell MapGuide what is available on
the users of the WFS service.
1. From MapGuide Maestro right click the FeatureSource you want available on
your WFS server and select thw WFS tab. Setup the title, and make sure to
check "Available". Also set the SRS and bounds properly. Click ok and when
you refresh your WFS (GetCapabilities) the feature source should be
available.
Make sure that the feature source or any columns names only contain letters
a-z and numbers 0-9. If you have spaces, accents (é) letters from russian,
chinese or anything else, most desktop GIS systems will fail to load the WFS
do to the poor implementation in MapGuide.

One last thing, try to change the version=x.x.x to version=1.0.0
or version=1.1.0 in your desktop GIS (the GetCapabilities string) where you
try to add the WFS. I am not sure if MapGuide supports 1.3 or newer (only
change if still can not get it to work).

I hope this helps.

Best Regards
  Hans Milling...



--
Sent from: http://osgeo-org.1560.x6.nabble.com/MapGuide-Users-f4182607.html
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/mapguide-users

Re: [mapguide-users] Mapguide 3.1 WFS service

2017-09-01 Thread Johan Van de Wauw
I have been able to get WFS working on mapguide. I indeed had to
change the port.

But also performance was quite bad - I would not recommend doing it.

Kind Regards,
Johan

On Wed, Aug 30, 2017 at 2:30 PM, Kajar  wrote:
> Yes, if anyone have sucessfully setup Mapguide 3.1 WFS service  in Apache
> server then share it please.
>
>
>
> --
> Sent from: http://osgeo-org.1560.x6.nabble.com/MapGuide-Users-f4182607.html
> ___
> mapguide-users mailing list
> mapguide-users@lists.osgeo.org
> https://lists.osgeo.org/mailman/listinfo/mapguide-users
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/mapguide-users

Re: [mapguide-users] Mapguide 3.1 WFS service

2017-08-30 Thread Kajar
Yes, if anyone have sucessfully setup Mapguide 3.1 WFS service  in Apache
server then share it please.



--
Sent from: http://osgeo-org.1560.x6.nabble.com/MapGuide-Users-f4182607.html
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/mapguide-users

Re: [mapguide-users] Mapguide 3.1 WFS service

2017-08-29 Thread RenoSun
Maybe firewall setting can solve the problem?

https://stackoverflow.com/questions/7363470/windows-server-2008-r2-cant-get-apache-to-run-on-port-80

In your case, use 8008 port.

I hope others may be able to help you too if this doesn't work still.



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Mapguide-3-1-WFS-service-tp5330278p5332941.html
Sent from the MapGuide Users mailing list archive at Nabble.com.
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/mapguide-users

Re: [mapguide-users] Mapguide 3.1 WFS service

2017-08-29 Thread Kajar
Apache server is using port 8008.
Now I have configured wfs server myserverip:8008.
World Web Wide Publishing Service? This must be IIS stuff, this service is
not enabled for my environment at all.






--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Mapguide-3-1-WFS-service-tp5330278p5332894.html
Sent from the MapGuide Users mailing list archive at Nabble.com.
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/mapguide-users

Re: [mapguide-users] Mapguide 3.1 WFS service

2017-08-28 Thread RenoSun
Hi there,

Hope this may help you to find the solution...

First of all, did you restart the World Web Wide Publishing Service too?

What is the port your Apache web server is using in  httpd.conf

 
?

WFS service - AIMS using Apache webserver

  



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Mapguide-3-1-WFS-service-tp5330278p5332772.html
Sent from the MapGuide Users mailing list archive at Nabble.com.
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/mapguide-users

Re: [mapguide-users] Mapguide 3.1 WFS service

2017-08-23 Thread Kajar
My environment:
Windows Server 2016 64 bit
Mapguide 3.1
Apache webserver.





--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Mapguide-3-1-WFS-service-tp5330278p5332331.html
Sent from the MapGuide Users mailing list archive at Nabble.com.
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/mapguide-users

Re: [mapguide-users] Mapguide 3.1 WFS service

2017-08-23 Thread RenoSun
Hi Kajar,

Firstly, I think you should probably let people know what Environment you're
using, so people can help you to find the right solution. I will think you
don't need to use any port number in order to use the WFS service. 

Are you not using Windows Server? or you're using Linux, CentOS, Ubuntu
etc.?

Also, you don't know how to show appreciation even my solution didn't help
you, and I don't even know how hard you're trying to fix this problem.
However, I am done helping you.

All is well.



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Mapguide-3-1-WFS-service-tp5330278p5332281.html
Sent from the MapGuide Users mailing list archive at Nabble.com.
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/mapguide-users

Re: [mapguide-users] Mapguide 3.1 WFS service

2017-08-23 Thread Kajar
No luck for me, I tried to configure WFS service without port nr in mapguide
site administrator.
Autocad MAP 3d not connecting at all when I dont add port nr. When adding
port numbr then I can connect but  getting error when reading schema: There
was a problem accessing the connection's schema information.
Insturction is about IIS server but I use Apache. 
Anyone else have tried to create WFS service?



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Mapguide-3-1-WFS-service-tp5330278p5332215.html
Sent from the MapGuide Users mailing list archive at Nabble.com.
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/mapguide-users

Re: [mapguide-users] Mapguide 3.1 WFS service

2017-08-22 Thread RenoSun
Solution!!!

https://knowledge.autodesk.com/support/infrastructure-map-server/troubleshooting/caas/sfdcarticles/sfdcarticles/Configuring-WFS-on-IIS.html

 



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Mapguide-3-1-WFS-service-tp5330278p5332190.html
Sent from the MapGuide Users mailing list archive at Nabble.com.
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/mapguide-users

Re: [mapguide-users] Mapguide 3.1 WFS service

2017-08-22 Thread RenoSun
I am still trying to figure out how to connect Mapguide 3.1 WFS properly.

These links might help...

http://osgeo-org.1560.x6.nabble.com/MapGuide-Maestro-connection-issue-td4989223.html

mapagent test page:
http://localhost/mapguide/mapagent/index.html




--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Mapguide-3-1-WFS-service-tp5330278p5332174.html
Sent from the MapGuide Users mailing list archive at Nabble.com.
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/mapguide-users

Re: [mapguide-users] Mapguide 3.1 WFS service

2017-08-22 Thread Kajar
Really, no feedback at all?



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Mapguide-3-1-WFS-service-tp5330278p5332133.html
Sent from the MapGuide Users mailing list archive at Nabble.com.
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/mapguide-users

[mapguide-users] Mapguide 3.1 WFS service

2017-08-03 Thread Kajar
HI!

Does Mapguide 3.1 is able to provide WFS service?
I' tried to enable WFS service but wasn't able to see any feature layers.
I tried connect using AUTOCAD MAP 3d, Qgis. MAP 3d wasn't able to get even
schema information, using Qgis I see schema but its not possible to get any
features to map.
Does anyone can confirm that Mapguide WFS is working?

Kajar





--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Mapguide-3-1-WFS-service-tp5330278.html
Sent from the MapGuide Users mailing list archive at Nabble.com.
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/mapguide-users