.. ================================================== .. FOR YOUR INFORMATION .. -------------------------------------------------- .. -*- coding: utf-8 -*- with BOM. .. include:: ../../../../Includes.txt .. _integrators-bestpractise-vectorlayers-circles: .. figure:: ../leaflet_marker_circle_polygon.jpg :width: 400px :alt: Leaflet map with a marker, a circle and a polygon Leaflet map with a marker, a circle (red) and a polygon (blue). Live @ http://leafletjs.com/examples/quick-start/ Circles ======= Code-Snippet ------------ .. code-block:: typoscript L.circle([51.508, -0.11], { color: 'red', fillColor: '#f03', fillOpacity: 0.5, radius: 500 }).addTo(map); Leaflet documentation @ http://leafletjs.com/reference.html Setup ----- Sorry, there is no instruction for a circle here. The instruction for creating a polygon should be a help. Please refer to :ref:`Polygon `