-
Hi,
I'm trying to use @yaga/leaflet-ng2 with SystemJs and struggling with the configuration.
These are my entries concerning @yaga/leaflet-ng2 in systemjs.config.js:
```
paths: {
'npm:': 'n…
-
Hi,
I am trying with an Angular 4 app but still could not get the map display. What I did are:
- Create a new CLI app
- Import YagaModule in AppModule
- Import leaflet.js and .css in .angular-cl…
-
```
...
import { YagaModule } from '@yaga/leaflet-ng2';
@NgModule({
imports: [
CommonModule,
RouterModule,
FormsModule,
ReactiveFormsModule,
FormlyModule,
FormlyBoo…
-
Hi everyone,
I am experiencing weird issue with uglify/sourceMap feature.
Generally, source map is generated, loaded by browser (HTTP 200), but does not work (in the "Sources" tab of Chrome, everythi…
-
After installing Yaga on 2.4b1 I get a "View not found" error when attempting to view any of the Yaga settings pages. Anyone have insight into what might be going on?
-
Broken activity links could be solved by not allowing to enabled if rewrite urls is false.
-
Hi,
with RC5 it's not possible to run ng buid --prod:
ERROR in vendor.4be936037a7b9291ee70.bundle.js from UglifyJs
Unexpected token: name (MarkerDirective) [vendor.4be936037a7b9291ee70.bundle.j…
kaynz updated
7 years ago
-
Hi,
In the case of using mini maps or sync maps, there is a need to use multiple instances of map. Have yaga-leaflet-ng2 supported multiple instance yet?
Really appreciate your great work. Thanks …
-
in my leaflet.css we can set this
```scss
.yaga-map {
min-height: 400px;
}
```
but how i can modified this dinamicly ? y try with
```javascript
document.getElementsByClassName('yaga-map').…
-
All custom rank configs are always applied to the user. If the user is an admin or mod and wants to change config settings, he gets shown the config settings based on his rank, which is false.
e.g. t…