BMapr is an AddOn for MapServer, designed to enhance its functionality and provide additional features.
- MapServer Core Functionality: Publishes spatial data through OGC Geoservices like WMS, WFS, etc.
- Support for OGC API features
- BMapr Enhancements:
- Support for WFS-T (T for Transaction not Time) on Microsoft SQL Server.
- Integrated lightweight web server.
- ASP.NET Core Runtime 9.0.xx: Hosting Bundle
- Microsoft Visual C++ Redistributable (x64) v14.40 or higher
- Download binaries from releases.
- Extract all files (C:\BMapr)
Use following command (run as adminstrator):
C:\BMapr\BMapr.GDAL.WebApi.exe port=8080
Create a new website in the IIS, which points to the root folder => use the following endpoints, please change the port according your configuration.
- Possibility to change configurations in appsettings.json
- Configure projects and services using a single map file (.map) located in project folders.
- Adjust settings for layer definitions, service connections, and metadata as needed.
- Swagger UI: Explore APIs at http://localhost:8080/swagger
- Health Check: Use the http://localhost:8080/api/server/ping endpoint for monitoring
- Version Info: Check installed versions at http://localhost:8080/api/server/version?token=mysecret please have a look in the appsettings.json Settings|Token
Main contributor is bad-ch. 🙆♂️