-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
trying to use Radar in a vue js project. I've got it installed via npm and it's doing fine except it keeps giving warnings.
I am receiving the following warnings:
Expected value to be of type number, but found null instead.
Image " " could not be loaded. Please make sure you have added the image with map.addImage() or a "sprite" property in your style. You can provide missing images by listening for the "styleimagemissing" map event.
I apologize for creating an issue here on github but I could not find any way to contact Radar for technical support. We're currently evaluating its use using the free tier and I see no method of contacting support within my account.
"maplibre-gl": "^5.0.1",
"radar-sdk-js": "^4.5.4",
import Radar from 'radar-sdk-js';
const radarApiKey = 'mykey';
Radar.initialize(radarApiKey, {});
map.value = Radar.ui.map({
container: 'map-container',
style: 'radar-default-v1',
center: [initialCoordinates.lng, initialCoordinates.lat],
zoom: 12
});
Thanks
Metadata
Metadata
Assignees
Labels
No labels