class GeoMapEditor (View source)

Class to manage a Leaflet map width geometrics objects

Methods

void
__construct()

__contruct

string
getHtml(string $htmlname, string $geojson, string $centroidjson, string $markertype)

getHtml

Details

void __construct()

__contruct

Return Value

void

string getHtml(string $htmlname, string $geojson, string $centroidjson, string $markertype)

getHtml

Parameters

string $htmlname htmlname
string $geojson

json of geometric objects

string $centroidjson

json of geometric center of object

string $markertype

type of marker, point, multipts, linestrg, polygon

Return Value

string