Closed jlanio closed 7 years ago
Something strange is happening when using the electron directive. For some reason the electron tries to load the tiles in local file.
c.tile.openstreetmap.org/1/1/1.png:1 GET file://c.tile.openstreetmap.org/1/1/1.png net::ERR_FILE_NOT_FOUND
HTML
<leaflet style="height: 200px;"></leaflet> Controller angular.extend($scope, { center: { lat: 51.505, lng: -0.09, zoom: 8 } });
<leaflet style="height: 200px;"></leaflet>
Controller
angular.extend($scope, { center: { lat: 51.505, lng: -0.09, zoom: 8 } });
Did you manage to find a solution about this ?
Something strange is happening when using the electron directive. For some reason the electron tries to load the tiles in local file.
c.tile.openstreetmap.org/1/1/1.png:1 GET file://c.tile.openstreetmap.org/1/1/1.png net::ERR_FILE_NOT_FOUND
HTML