Skip to content

Releases: ServiceMax-Engineering/px-map

Make the padding value configurable in map-icon-symbol

05 Mar 02:42
81c7efc
Compare
Choose a tag to compare
  • Make the padding value configurable in map-icon-symbol

v3.19.1 Update marker icon size

27 Feb 05:55
f30c534
Compare
Choose a tag to compare
  • Update marker icon size

v3.19.0 Return the geocode (lat/lng) of popup of `px-map-layer-geojson` when open

11 Jan 02:13
dca9c73
Compare
Choose a tag to compare
  • Return the geocode (lat/lng) of popup of px-map-layer-geojson when open.

v3.18.0 Support highlight and unhighlight routes with multiple px-map-layer-geojson

13 Dec 02:50
288229c
Compare
Choose a tag to compare
  • Support highlight and un-highlight routes with multiple px-map-layer-geojson.

v3.17.0 layer-geojson with selectedFeature prop to highlight a particular route

30 Nov 05:33
ae5f24a
Compare
Choose a tag to compare
  • layer-geojson with selectedFeature prop to highlight a particular route
  • Added new prop selectedFeature /feature id of type String
  • Highlights the selected segment on map and show up its' tooltip/popup on middle of route/segment
  • Upon anywhere on map click will autoClose the popup and un-highlight the selected route/segment
  • If passed in selectedFeature as null, unhighlights the route/segment and closes the popup
  • Removed custom event px-map-layer-geojson-feature-tapped and handleFeatureTapped Fn.

v3.16.0 Toggle Pop Over use case-2

22 Nov 05:09
b80758d
Compare
Choose a tag to compare
  • Toggle Pop Over use case-2
  • This should address all use cases necessary to closure of MAX-9593

v3.15.9 Toggle Pop Over use case as detailed in UI-2876.

21 Nov 16:46
ecab604
Compare
Choose a tag to compare
  • Fix: Toggle Pop Over use case as detailed in UI-2876.

v3.15.8 Toggle popup does not work after closing from map click

15 Nov 22:40
62d2111
Compare
Choose a tag to compare
  • Fix: Toggle popup does not work after closing from map click

v3.15.7 Fix px-map-layer-geojson close custom popup when data changes

30 Oct 04:32
1b65d90
Compare
Choose a tag to compare
  • Fix: Reset _isHandleFeatureTapped flag after opening custom layer-geojson popup so, it does not automatically open the next custom popup.

v3.15.6 Fix px-map-layer-geojson close popup when data changes

17 Oct 18:24
ba8ccdf
Compare
Choose a tag to compare
  • Remove monkey patch fixes on px-map-layer-geojson close popup when data changes, that had some glitches.
  • Fix: px-map-layer-geojson close popup when data changes properly.