@woosmap/ui 4.216.0 → 4.217.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@woosmap/ui",
3
- "version": "4.216.0",
3
+ "version": "4.217.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/WebGeoServices/ui.git"
@@ -161,6 +161,24 @@ const Pricing = {
161
161
  ],
162
162
  discountEligible: true,
163
163
  },
164
+ 'Static Map': {
165
+ docLink: 'https://developers.woosmap.com/products/map-static-api/get-started/',
166
+ defaultQueries: 0,
167
+ publicTierCount: 2,
168
+ unit: "Monthly Requests",
169
+ description:
170
+ "Generate customizable, embeddable map images with minimal integration effort",
171
+ pricing: [
172
+ [100000, 0.74],
173
+ [500000, 0.59],
174
+ [1000000, 0.55],
175
+ [5000000, 0.28],
176
+ [10000000, 0.07],
177
+ [20000000, 0.02],
178
+ [50000000, 0.01],
179
+ ],
180
+ discountEligible: true,
181
+ },
164
182
  },
165
183
  },
166
184
  Distance: {