Skip to content

bugfix: add geo context by default #576

Matthieu Fesselier requested to merge bugfix/576-default-map-context into master

Closes #576 (closed)

Test case
In an HTML file, with the current core version, this should not display anything on the map.
With the current fix, 2 markers should be visible.

    <sib-display
      data-src="data/map/events.jsonld"
      fields="name"
    ></sib-display>

    <sib-map
      data-src="data/map/events.jsonld"
      fields="name"
      style="width:800px;height:600px;display:block;"
    ></sib-map>

Merge request reports