{"id":17018073,"url":"https://github.com/phanikmr/leaflet-draw-ellipse","last_synced_at":"2025-03-22T16:10:41.611Z","repository":{"id":121002951,"uuid":"97113182","full_name":"phanikmr/leaflet-draw-ellipse","owner":"phanikmr","description":"Ellipse drawing and editing plugin for Leaflet","archived":false,"fork":false,"pushed_at":"2020-03-28T07:44:59.000Z","size":188,"stargazers_count":1,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-27T16:47:25.207Z","etag":null,"topics":["javascript","leaflet-draw","leaflet-map","leaflet-plugin"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/phanikmr.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-07-13T11:02:38.000Z","updated_at":"2022-08-29T13:27:35.000Z","dependencies_parsed_at":null,"dependency_job_id":"919a5c08-0a91-49df-9728-b0d7b8747640","html_url":"https://github.com/phanikmr/leaflet-draw-ellipse","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phanikmr%2Fleaflet-draw-ellipse","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phanikmr%2Fleaflet-draw-ellipse/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phanikmr%2Fleaflet-draw-ellipse/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phanikmr%2Fleaflet-draw-ellipse/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/phanikmr","download_url":"https://codeload.github.com/phanikmr/leaflet-draw-ellipse/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244982043,"owners_count":20542300,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["javascript","leaflet-draw","leaflet-map","leaflet-plugin"],"created_at":"2024-10-14T06:44:26.733Z","updated_at":"2025-03-22T16:10:41.591Z","avatar_url":"https://github.com/phanikmr.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# leaflet-draw-ellipse\n\nAdds support for drawing and editing ellipses in the Leaflet.draw plugin. \n\nFrom \n![Alt text](https://static.wixstatic.com/media/0efaf2_94a76b718ee24ca38b1fbf452b5427e9.png/v1/fill/w_243,h_67,al_c,usm_0.66_1.00_0.01/0efaf2_94a76b718ee24ca38b1fbf452b5427e9.png \"BitsBlender\") in association with \n![Alt text](http://employgoal-email3.com/js/company_logos/12/4d/28/124d289a739ba07ff2598f5b0137399c/wwwearccom.png \"ARC Doc. Sol.\") \n\n# Important\nLeaflet.draw-ellipse 0.1.0+ requires \n\n+ [Leaflet 0.7](https://github.com/Leaflet/Leaflet/releases/tag/v0.7) or higher\n+ [Leaflet.draw 0.2.4](https://github.com/Leaflet/Leaflet.draw/releases/tag/v0.2.4)\n+ [Leaflet.ellipse](https://github.com/jdfergason/Leaflet.Ellipse)\n\n## Usage\n\n\t\u003clink rel=\"stylesheet\" href=\"http://cdn.leafletjs.com/leaflet-0.7.2/leaflet.css\" /\u003e\n    \u003clink rel=\"stylesheet\" href=\"https://cdnjs.cloudflare.com/ajax/libs/leaflet.draw/0.4.10/leaflet.draw.css\"/\u003e\n    \u003clink rel=\"stylesheet\" href=\"leaflet.draw-ellipse.css\" /\u003e\n\n\t\u003cscript src=\"http://cdn.leafletjs.com/leaflet-0.7.2/leaflet.js\"\u003e\u003c/script\u003e\n    \u003cscript src=\"https://cdnjs.cloudflare.com/ajax/libs/leaflet.draw/0.4.10/leaflet.draw.js\"\u003e\u003c/script\u003e\n    \u003cscript src=\"leaflet.ellipse.js\"\u003e\u003c/script\u003e\n    \u003cscript src=\"leaflet.ellipse-draw.js\"\u003e\u003c/script\u003e\n\nSee [Leaflet.draw](https://github.com/Leaflet/Leaflet.draw#using) and [Leaflet.ellipse](https://github.com/jdfergason/Leaflet.Ellipse#usage).\n\n![Alt text](screenshot-1.png \"Drawing Ellipse\")\n\n![Alt text](screenshot-2.png \"Editing Ellipse\")\n\n\n## Options\n\nYou can configure the Leaflet.draw control by using the following options. They are the same as [CircleOptions](https://github.com/Leaflet/Leaflet.draw#circleoptions).\n\n### EllipseOptions\n\n| Option | Type | Default | Description\n| --- | --- | --- | ---\n| shapeOptions | [Leaflet Path options](http://leafletjs.com/reference.html#path-options) | [See code](https://github.com/Leaflet/Leaflet.draw/blob/master/src/draw/handler/Draw.Circle.js#L7) | The options used when drawing the ellipse on the map. \n| repeatMode | Bool | `false` | Determines if the draw tool remains enabled after drawing a shape.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphanikmr%2Fleaflet-draw-ellipse","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphanikmr%2Fleaflet-draw-ellipse","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphanikmr%2Fleaflet-draw-ellipse/lists"}