Download the PHP package datashop/contao-multimarker-map without Composer

On this page you can find all versions of the php package datashop/contao-multimarker-map. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package contao-multimarker-map

datashop/contao-multimarker-map

Contao-5-Content-Element: Karte (OpenStreetMap/Leaflet, OpenFreeMap oder Google Maps) mit mehreren Markern, Tooltips und einem Routing-Link, der auf Mobilgeräten die installierte Maps-App (Google/Apple Maps) und auf dem Desktop die Maps-Website öffnet.

Installation

Ab Veröffentlichung auf Packagist reicht in jedem Contao-5-Projekt (oder per Contao Manager unter "Erweiterungen suchen"):

Danach:

  1. vendor/bin/contao-console assets:install --symlink public
  2. vendor/bin/contao-console contao:migrate (legt tl_content_map_marker an)
  3. Im Backend: Content-Element vom Typ "Karte mit mehreren Markern" einfügen, speichern, dann über das blaue Marker-Symbol in der Elementliste die Marker verwalten (Titel, Lat/Lng, Tooltip-Text, Reihenfolge per Drag & Drop). Für Lat/Lng gibt's im Marker-Bearbeitungsformular ein Lupen-Icon neben dem Lat-Feld für eine Adresssuche (OSM-Nominatim).

Wichtig: Ohne mindestens einen angelegten (und veröffentlichten) Marker bleibt die Karte leer bzw. zeigt im Frontend nur einen Hinweis, dass noch kein Marker existiert – erst nach dem ersten Marker wird die eigentliche Karte gerendert.

Konfiguration im Backend

Bedienung (Desktop & Mobile)

Alle drei Anbieter verhindern versehentliches Verzoomen beim Scrollen über der Karte:

Wichtiger Lizenzhinweis (OpenStreetMap-Attribution)

OSM-Kartendaten stehen unter der ODbL-Lizenz, die eine sichtbare Namensnennung ("© OpenStreetMap contributors") vorschreibt – das gilt unabhängig vom Tile-Anbieter (auch bei OpenFreeMap, das ebenfalls auf OSM-Daten basiert) und unabhängig von CARTO, Stadia Maps o.ä. in deren kostenlosen Tarifen.

Standardmäßig ist die Attribution dezent gestylt (klein, halbtransparent, passt sich dem Graudesign an) statt komplett entfernt – das erfüllt die Lizenzpflicht, fällt optisch aber kaum auf (siehe .leaflet-control-attribution bzw. .maplibregl-ctrl-attrib in multimarker-map.css).

Die Option "Copyright-Hinweis ausblenden" entfernt die Namensnennung technisch vollständig (nur bei OSM/Leaflet verfügbar). Das ist nur zulässig, wenn du entweder:

Bei reiner Nutzung des öffentlichen OSM-Tile-Servers verstößt das Ausblenden gegen die Nutzungsbedingungen. Diese Einstellung liegt in der Verantwortung des jeweiligen Projekts/Kunden.

Google Maps verbietet das Entfernen seines Logos/Copyright-Hinweises laut Nutzungsbedingungen ausdrücklich – dafür gibt es bewusst keine Ausblenden-Option.

Technische Hinweise


All versions of contao-multimarker-map with dependencies

PHP Build Version
Package Version
Requires php Version ^8.2
contao/core-bundle Version ^5.3
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package datashop/contao-multimarker-map contains the following files

Loading the files please wait ...