Questions tagged [mapbender3]

PHP Framework for Spatial Data Infrastructures

Mapbender is the back office software and client framework for spatial data infrastructures. The software is implemented in PHP und JavaScript and dual licensed under GNU GPL and Simplified BSD license. It provides a data model and web based interfaces for displaying, navigating and interacting with OGC compliant map services.

Mapbender3 is the successor of the Mapbender 2 Version and is based on the frameworks Symfony2, JQuery and OpenLayers. More Information

4 questions
10
votes
3 answers

creating database from postgreSQL with symfony

I am working with mapbender3 which is developed in symfony2 on my local machine. I am asked to connect the application to a remote potgreSQL server. Following is the configuration in the parameters.yml file. parameters: database_driver: …
M Reza Saberi
  • 7,134
  • 9
  • 47
  • 76
0
votes
1 answer

Search DB only working in php dev environment

I have setup Mapbender on Ubuntu 20.04 on a VirutalBox machine. PostgreSQL, PostGIS and Geoserver are all installed on the VM. I created a map application and added a search router function (followed the instructions in the documentation). The…
Techie_Gus
  • 161
  • 1
  • 6
0
votes
1 answer

Mapbender Error when initializing with my MapProxyWMS

I am currently working on integrating a MapProxy WMS into my Mapbender applications. Adding the MapProxy as a datasource works fine. Mapbender recognizes all layers and metadata. Additionaly I can add the MapProxy WMS to an application, but when I…
Lukas
  • 23
  • 5
0
votes
1 answer

Uncaught PHP Exception Exception: "No URL signature provided" in Symfony Application

I am working on a Symfony application (Mapbender3) and new to this framework (as I am a Codeigniter guy). The application is supposed to load the view page using ajax request but it does not. I checked the console and it said: Failed to load…
M Reza Saberi
  • 7,134
  • 9
  • 47
  • 76