Skip to main content

All Questions

1 vote
0 answers
46 views

I am using esri-leaflet as mapping library and using vectorTileLayer to add custom basemap however struggling with arabic text that is breaking

getWeatherMap() { if(this.map){ this.map.remove(); } const saudiArabiaCenter = [45.0792, 23.8859]; this.map = L.map(`map`, { center: L.latLng(saudiArabiaCenter[1], ...
Owais Nadeem's user avatar
0 votes
0 answers
114 views

esriPFS(Picture Filled Symbol) imageData is not displayed on Leaflet Map

Expected Result on Map import * as L from "leaflet"; import * as esri from "esri-leaflet" import "esri-leaflet-renderers"; let _layer = esri.featureLayer({ url: 'https:...
vinita jain's user avatar
1 vote
1 answer
783 views

esri-leaflet NOT showing in angular typescript it doesn't recognize VECTOR

I am not able to show the map or to use the search offered by esri-leafleft: here the code of the typsescript file. import { Component, OnInit } from '@angular/core'; import { Title, Meta } from '@...
Nano's user avatar
  • 127
1 vote
1 answer
2k views

ERROR TypeError: Cannot read property 'basemapLayer' of undefined

ERROR TypeError: Cannot read property 'basemapLayer' of undefined I have built a very basic application using the Angular CLI. When I build and run the application using ng serve -o everything builds ...
Weston's user avatar
  • 426
0 votes
1 answer
718 views

How to use Esri Leaflet javascript Plugin with TypeScript

My Aurelia project in TypeScript uses Leaflet for mapping. While Leaflet has typings the esri-leaflet plugin does not and is just javascript. How do I use / import the javascript plugin in my ...
John Little's user avatar