File tree Expand file tree Collapse file tree
Google/Configuration/Shape Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11/// <reference path="./FilledShapeConfig.ts" />
22
33// eslint-disable-next-line @typescript-eslint/no-unused-vars
4+ < < < << << < HEAD :src / P r o v i d e r s / Maps / Google / Configuration / Shape / CircleShapeConfig . ts
45namespace Provider . Maps . Google . Configuration . Shape {
6+ = === === =
7+ namespace Provider . Maps . Leaflet . Configuration . Shape {
8+ > >>> >>> > rc1 .6 .3 :src / Providers / Maps / Leaflet / Configuration / Shape / CircleShapeConfig . ts
59 export class CircleShapeConfig extends FilledShapeConfig {
610 public center : string ;
711 public radius : number ;
Original file line number Diff line number Diff line change 11/// <reference path="./FilledShapeConfig.ts" />
22
33// eslint-disable-next-line @typescript-eslint/no-unused-vars
4+ < < < << << < HEAD :src / P r o v i d e r s / Maps / Google / Configuration / Shape / RectangleShapeConfig . ts
45namespace Provider . Maps . Google . Configuration . Shape {
6+ = === === =
7+ namespace Provider . Maps . Leaflet . Configuration . Shape {
8+ > >>> >>> > rc1 .6 .3 :src / Providers / Maps / Leaflet / Configuration / Shape / RectangleShapeConfig . ts
59 export class RectangleShapeConfig extends FilledShapeConfig {
610 public bounds : string ;
711
Original file line number Diff line number Diff line change 11/// <reference path="./FilledShapeConfig.ts" />
22
33// eslint-disable-next-line @typescript-eslint/no-unused-vars
4+ < < < << << < HEAD :src / P r o v i d e r s / Maps / Leaflet / Configuration / Shape / CircleShapeConfig . ts
45namespace Provider . Maps . Leaflet . Configuration . Shape {
6+ = === === =
7+ namespace Provider . Maps . Google . Configuration . Shape {
8+ > >>> >>> > rc1 .6 .3 :src / Providers / Maps / Google / Configuration / Shape / CircleShapeConfig . ts
59 export class CircleShapeConfig extends FilledShapeConfig {
610 public center : string ;
711 public radius : number ;
Original file line number Diff line number Diff line change 11/// <reference path="./FilledShapeConfig.ts" />
22
33// eslint-disable-next-line @typescript-eslint/no-unused-vars
4+ < < < << << < HEAD :src / P r o v i d e r s / Maps / Leaflet / Configuration / Shape / RectangleShapeConfig . ts
45namespace Provider . Maps . Leaflet . Configuration . Shape {
6+ = === === =
7+ namespace Provider . Maps . Google . Configuration . Shape {
8+ > >>> >>> > rc1 .6 .3 :src / Providers / Maps / Google / Configuration / Shape / RectangleShapeConfig . ts
59 export class RectangleShapeConfig extends FilledShapeConfig {
610 public bounds : string ;
711
Original file line number Diff line number Diff line change @@ -81,10 +81,10 @@ namespace Provider.Maps.Leaflet.OSMap {
8181 . ProviderEvent ,
8282 this ,
8383 eventName ,
84- e && e . latlng !== undefined
84+ e && e . target . getLatLng ( ) !== undefined
8585 ? JSON . stringify ( {
86- Lat : e . latlng . lat ,
87- Lng : e . latlng . lng
86+ Lat : e . target . getLatLng ( ) . lat ,
87+ Lng : e . target . getLatLng ( ) . lng
8888 } )
8989 : undefined
9090 ) ;
You can’t perform that action at this time.
0 commit comments