con4gis / routing
Routing bundle with to extend the usual Router from the MapsBundle.
Installs: 645
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 4
Forks: 0
Open Issues: 0
Language:JavaScript
Type:contao-bundle
Requires
- con4gis/maps: 7.3.2
- contao/core-bundle: ^4.4
- doctrine/data-fixtures: ^1.4.4
- doctrine/orm: ^2.8.1
- doctrine/persistence: ^2.1.0
Conflicts
- contao/core: *
- contao/manager-plugin: <2.0 || >=3.0
- v2.1.4
- v2.1.3
- v2.1.2
- v2.1.1
- v2.1.0
- v2.0.18
- v2.0.17
- v2.0.16
- v2.0.15
- v2.0.14
- v2.0.13
- v2.0.12
- v2.0.11
- v2.0.10
- v2.0.9
- v2.0.8
- v2.0.7
- v2.0.6
- v2.0.5
- v2.0.4
- v2.0.3
- v2.0.2
- v2.0.1
- v2.0.0
- v1.4.4
- v1.4.3
- v1.4.2
- v1.4.1
- v1.4.0
- v1.3.4
- v1.3.3
- v1.3.2
- v1.3.1
- v1.3.0
- v1.2.7
- v1.2.6
- v1.2.5
- v1.2.4
- v1.2.3
- v1.2.2
- v1.2.1
- v1.2.0
- v1.1.0
- dev-main / 1.0.x-dev
- v1.0.0
- dev-develop
- dev-feature/lazy-load
- dev-con4gis-7
- dev-con4gis-6
- dev-feature-npm-module
This package is auto-updated.
Last update: 2021-05-25 10:35:49 UTC
README
Attention!
With con4gis 8 you do not need this bundle anymore. Please install new bundle versions of con4gis/maps.
Overview
The routing brick of the Contao GIS-kit con4gis. Extends con4gis MapsBundle.
Adds a control to the con4gis-map, which allows the user to calculate a route and display it on the map. Furthermore it is possible to display features from the OpenStreetMap or from the servers database along the route or in a perimeter around a center.
Features include:
- Customize the appearance of the router
- Use different routing engines (Valhalla, Graphhopper, OSRM or OpenRouteService)
- Display alternative routes
- Add additional targets between start and end
- Shows hints for each route part
- Add data from the OpenStreetMap or your own database, so they are displayed near the route
- Perimeter search for data from the OpenStreetMap or your own database
Installation
Via composer:
composer require con4gis/routing
Alternatively, you can use the Contao Manager to install the con4gis-RoutingBundle.
Requirements
- Contao (>=4.4)
- CoreBundle (latest stable release)
- MapsBundle (latest stable release)
Documentation
Visit docs.con4gis.org for a user documentation. You can also contact us via the support forum there.