Backend #812
-
Hello coders, I have a question, are there any backend open source for igo2 project? Or any standard for its implementation? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
We use geo services from Mapserver, Geoserver, and ESRI with no troubles, handling WMS, WFS, Url based vectors, Arcgis Feature service, Arcgis Image service and Arcgis Tile Service, MVT, WMTS, XYZ .... The are other connectors available (CartoDB, websocket) but I dont use them.. Hope it's help? |
Beta Was this translation helpful? Give feedback.
-
Now, strictly talking about backend, our geo services are connected to various database... we use postgresql. |
Beta Was this translation helpful? Give feedback.
We use geo services from Mapserver, Geoserver, and ESRI with no troubles, handling WMS, WFS, Url based vectors, Arcgis Feature service, Arcgis Image service and Arcgis Tile Service, MVT, WMTS, XYZ .... The are other connectors available (CartoDB, websocket) but I dont use them..
Hope it's help?