Compare commits
No commits in common. "d89670f669b9f5dca1d404dd22e57143787843ab" and "57407d83d3ddad92eaf3a75e489338804e000b80" have entirely different histories.
d89670f669
...
57407d83d3
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "farmmaps-lib-app",
|
||||
"version": "1.1.6",
|
||||
"version": "1.1.5",
|
||||
"scripts": {
|
||||
"ng": "ng",
|
||||
"start": "ng serve",
|
||||
|
@ -84,7 +84,7 @@ export function LocalStorageSync(reducer: ActionReducer<any>): ActionReducer<any
|
||||
r2["mapState"] = JSON.parse(ms);
|
||||
}
|
||||
let sp = window.localStorage.getItem(MODULE_NAME+"_searchPeriod");
|
||||
if(sp) {
|
||||
if(sp) {
|
||||
let p = JSON.parse(sp);
|
||||
r2["period"] = { startDate: new Date(Date.parse(p.startDate)),endDate:new Date(Date.parse(p.endDate))};
|
||||
}
|
||||
@ -165,8 +165,7 @@ export {
|
||||
TemporalItemLayer,
|
||||
ifZoomToShowDirective,
|
||||
ZoomToShowAlert,
|
||||
IClickedFeature,
|
||||
GeometryThumbnailComponent
|
||||
IClickedFeature
|
||||
}
|
||||
|
||||
@NgModule({
|
||||
@ -276,8 +275,7 @@ export {
|
||||
FeatureListFeatureContainerComponent,
|
||||
ZoomToExtentComponent,
|
||||
ifZoomToShowDirective,
|
||||
ZoomToShowAlert,
|
||||
GeometryThumbnailComponent
|
||||
ZoomToShowAlert
|
||||
],
|
||||
providers: [
|
||||
FeatureIconService,
|
||||
@ -300,5 +298,5 @@ export {
|
||||
})
|
||||
|
||||
|
||||
export class AppCommonMapModule {
|
||||
export class AppCommonMapModule {
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user