I want to develop a GIS application. My application has some options as following:
The best solution for me is using GEOSERVER, but I'm not allowed to use it.
I don't need all method of WFS and WMS, I need methods as following:
أكثر...
- Users with different access to layers
- Layers with different source like postgis and shp
- OpenLayers-3.6.0 in client side
- OpenLayers layers get its data via WFS and WMS protocols.
The best solution for me is using GEOSERVER, but I'm not allowed to use it.
I don't need all method of WFS and WMS, I need methods as following:
- getFeatuers, transaction and getCapabilities methods in WFS Protocol.
- getMap, WMSGetFeatureInfo and 'getCapabilities methods in WMS protocol.
- Can I separate WFS and WMS module of geoserver and add these to my project and use these? If yes, Any reference?
- How can I develop the methods of WFS and WMS Protocols(I don't want to have a WFS and WMS server, I only want to implement some of its methods)?
أكثر...