-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(ogc-filter): Fix for Angular 6 and adjustements for minilib (#186)
* refactor(map) a more customizable way to add overlay * feat(wkt service) refactor and adding ways to return wkt objects * fix(ogc-fillter interface and class) refactor interfaces and operators * refactor(ogc-filter) bing map to ogcfilter. * (feat) feature color used as a extent (0000 vs gray) and autorefresh * fix(download-service) with right properties * feat(ogc-filter) Autorefresh toggle feature extent and bind map * refactor(wfs) interface for outputFormatDownload * ui(ogc-filter) updating demo with proper params. * fix(ogc-filter) Moving to angular 6 and selectionChange on select * i18n(ogc-filter) translation for feature extent. * feat(ogc-filter-form) AutoRefresh on change, feature extent overlay * refactor(*) sourcefields * refactor(wms-datasource)managing sourcefield for wms * refactor(ogc-filter) isOgcFilterable/filtersAreEditable enabled/editable * fix(wfs) not using filters when filters are disabled. * refactor(ogc-filter) ogcFilters: {enabled: true,editable: true,...} * fix(wfs) default value for ogcfilters * ui(ogc-filter) cleaner example * ui(ogc-filter) refresh button removed due to autorefresh on change. * feat(ogc-filter) refactor and defining a cleaner way for refresh events * refactor(*)move wfs-service usage from ogc-filter.service to datasources * fix(wkt-service) Wrong regex. Was excluding some SNRC * feat(datasource) providing data wfs-service to datasources * fix(download-service) Adjustement on interface and services params. * feat(wms wfs) wfs for wms source and common interfaces on wms and wfs * fix(filterable-datasource) Let filterable layer apply active filters. * refactor(ogc-fliter) adjustements for wms with linked wfs * fix(ogc-filter) active filter geometry footprint on init * refactor(ogc-filter) various interfaces * fix(ogc-filter) fixing wrong conflict resolution. * fic(ogc-filter-button) Fix button integration * fix(ogc-filter-button) fix button integration into layer-list * fix(ogc-filter-button) download button shown. * ui(ogc-filter) hide spatial extent button if no geometry active. * fix(ogc-filter-button) fix button integration into layer-list * Update layer.component.ts * Update ogc-filter.component.ts * lint code * Update map.ts * remove inused import * fix position buttons layer
- Loading branch information
Showing
39 changed files
with
929 additions
and
496 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 3 additions & 0 deletions
3
projects/geo/src/lib/datasource/shared/datasources/data.service.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
export abstract class DataService { | ||
abstract getData(): string; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.