Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
juliarobles committed May 8, 2024
1 parent 478ac82 commit 5761884
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Orchestra Cities - Map Panel
This plugin extends [Grafana Geomap](https://grafana.com/docs/grafana/latest/visualizations/geomap/)
# Cities Map Panel
**This plugin is a fork that fixes bugs and updates the Orchestra Cities Map plugin to the latest version.**

This fork uses webpack to build the plugin and accepts as properties of a geojson a JSON, processing it and displaying its data nicely in the tooltip.

Orchestra Cities Map extends [Grafana Geomap](https://grafana.com/docs/grafana/latest/visualizations/geomap/)
panel with several functionalities:

* Support for GeoJSON shapes
Expand Down
7 changes: 3 additions & 4 deletions src/plugin.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
{
"type": "panel",
"name": "Orchestra Cities Map",
"name": "Cities Map",
"id": "ertis-citiesmap-panel",
"state": "beta",
"info": {
"description": "Orchestra Cities Map",
"description": "Orchestra and ERTIS Cities Map",
"author": {
"name": "Orchestra Cities",
"url": "https://github.com/orchestracities"
"name": "Orchestra Cities and ERTIS"
},
"keywords": [
"map",
Expand Down

0 comments on commit 5761884

Please sign in to comment.