Skip to content

Commit

Permalink
Added numbers support on Map markers (#3390)
Browse files Browse the repository at this point in the history
* added support for showing number on marker

* revert undo icon image on marker

* spotless ran

* fixed to show up the count on points

---------

Co-authored-by: owais-vd <[email protected]>
  • Loading branch information
aurangzaibumer and owais-vd authored Aug 1, 2024
1 parent 70f408c commit 3223378
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -353,4 +353,4 @@ class GeoWidgetFragment : Fragment() {
companion object {
fun builder() = Builder()
}
}
}
13 changes: 13 additions & 0 deletions android/quest/src/main/assets/fhircore_style.json
Original file line number Diff line number Diff line change
Expand Up @@ -12420,6 +12420,19 @@
"circle-opacity": 1
}
},
{
"id": "data-quest-polygon-text",
"type": "symbol",
"source": "quest-data-set",
"layout": {
"text-field": ["get", "number"],
"text-font": ["DIN Offc Pro Medium", "Arial Unicode MS Bold"],
"text-size": 14
},
"paint": {
"text-color": "#ffffff"
}
},
{
"id": "select-layer-polygons",
"type": "fill",
Expand Down

0 comments on commit 3223378

Please sign in to comment.