mrmap-community / GeoPortal.rlp

Other
7 stars 2 forks source link

Location search circle #6

Open holsandre opened 3 years ago

holsandre commented 3 years ago

Describe the bug

If the location search gets called from the main search as introduced in #139 , the circle of the position wont get drawn.

To Reproduce

Steps to reproduce the behavior:

  1. Open a map client
  2. Search for an address
  3. See the red circle indicate the resulting position
  4. Search for an address in the main search bar
  5. The map client gets opened and the extend fits the resulting position
  6. See error in missing red circle

Expected behavior

The result should match the result of the search being called from within the client. Therefor the red circle should be drawn in both cases.

holsandre commented 3 years ago

mipel: This is indeed the expected behaviour. I will see if I can force the map viewer to draw a cirlce on the position as it is in the viewer built-in location search.