@opensystemslab/map 1.0.0-alpha.10 → 1.0.0-alpha.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.html CHANGED
@@ -79,10 +79,11 @@
79
79
  <address-autocomplete postcode="SE5 0HU" id="example-autocomplete" initialAddress="75, COBOURG ROAD, LONDON" />
80
80
  -->
81
81
  <address-autocomplete
82
- postcode="SE5 0HU"
82
+ postcode="NW5 2JT"
83
83
  id="example-autocomplete"
84
84
  arrowStyle="light"
85
85
  labelStyle="static"
86
+ osProxyEndpoint="https://api.editor.planx.dev/proxy/ordnance-survey"
86
87
  />
87
88
  </div>
88
89
  <div style="margin-bottom: 1em; background-color: white">
@@ -90,6 +91,7 @@
90
91
  id="example-geocode-autocomplete"
91
92
  arrowStyle="light"
92
93
  labelStyle="static"
94
+ osProxyEndpoint="https://api.editor.planx.dev/proxy/ordnance-survey"
93
95
  />
94
96
  </div>
95
97
  </div>