You are viewing a plain text version of this content. The canonical link for it is here.
- [sis] branch geoapi-4.0 updated: Close the data stores when ask to close them and when the application stop. - posted by de...@apache.org on 2019/11/01 13:56:05 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: When a resource is selected in the TreeView, update the MetadataOverview accordingly. - posted by de...@apache.org on 2019/11/01 16:44:26 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Reconnect the MetadataOverview panel to the small map showing data position on world. - posted by de...@apache.org on 2019/11/02 16:27:42 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Add scroll pane and more dynamic inclusion/exclusion of sections in metadata overview. - posted by de...@apache.org on 2019/11/02 22:00:09 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Consolidation, improve documentation and complete some internationalization. - posted by de...@apache.org on 2019/11/03 17:03:55 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (607b211 -> 62f3cb5) - posted by de...@apache.org on 2019/11/03 20:04:42 UTC, 0 replies.
- [sis] 01/03: Rename Form as MetadataSection. - posted by de...@apache.org on 2019/11/03 20:04:43 UTC, 0 replies.
- [sis] 02/03: Handle bounding boxes crossing the anti-meridian. - posted by de...@apache.org on 2019/11/03 20:04:44 UTC, 0 replies.
- [sis] 03/03: Remove the loading of GridGeometry in metadata overview panel. For some formats this is a significant cost since it may force the loading of a localization grid. - posted by de...@apache.org on 2019/11/03 20:04:45 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (62f3cb5 -> 8818eb9) - posted by de...@apache.org on 2019/11/03 22:51:26 UTC, 0 replies.
- [sis] 01/05: Remove for now the contact section since it was not completed. - posted by de...@apache.org on 2019/11/03 22:51:27 UTC, 0 replies.
- [sis] 02/05: Make grid dimensions more tolerant to missing information. - posted by de...@apache.org on 2019/11/03 22:51:28 UTC, 0 replies.
- [sis] 03/05: Move MetadataOverview back to its own package. The intent is to make easier to split the sections in separated classes. - posted by de...@apache.org on 2019/11/03 22:51:29 UTC, 0 replies.
- [sis] 04/05: Move MetadataOverview inner classes as top-level classes. - posted by de...@apache.org on 2019/11/03 22:51:30 UTC, 0 replies.
- [sis] 05/05: Add Google Summer of Code credits. - posted by de...@apache.org on 2019/11/03 22:51:31 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Rename MetadataOverview as MetadataSummary and put those metadata in a "summary" tab. Move also the world map in the "metadata" package; it was forgotten in previous commit and is necessary for avoiding a NullPointerException. - posted by de...@apache.org on 2019/11/04 09:22:07 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Connect MetadataSummary to MetadataTree. The tree view is provided in a separated tab. - posted by de...@apache.org on 2019/11/04 14:48:36 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Consolidation: - Remove CollectionsExt.nonEmptyIterator, replaced by cleaner use of nonNull(Collection). - Remove (text != null && !(text = text.trim()).isEmpty()) statement (they were many), replaced by a call to new internal method Strings.trimOrNull(String). - Add an IdentifiedObjects.getDisplayName method as use it where we intended to have a name for displaying purpose. - posted by de...@apache.org on 2019/11/04 19:58:52 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Adjustment in the construction of titles to show to user. - posted by de...@apache.org on 2019/11/04 22:55:19 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (eff5800 -> f2311f5) - posted by de...@apache.org on 2019/11/05 12:05:33 UTC, 0 replies.
- [sis] 01/03: Upgrade Maven dependency. - posted by de...@apache.org on 2019/11/05 12:05:34 UTC, 0 replies.
- [sis] 02/03: Show the stack trace when we failed to load a resource. - posted by de...@apache.org on 2019/11/05 12:05:35 UTC, 0 replies.
- [sis] 03/03: Fix rendering of map in the east hemisphere and when crossing anti-meridian. - posted by de...@apache.org on 2019/11/05 12:05:36 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (f2311f5 -> 20e2995) - posted by js...@apache.org on 2019/11/05 15:18:16 UTC, 0 replies.
- [sis] 01/02: Filter : prepare PropertyIsLike filter implementation - posted by js...@apache.org on 2019/11/05 15:18:17 UTC, 0 replies.
- [sis] 02/02: Filter : add spatial filter classes, not implemented yet, this allows more CQL tests to be activated - posted by js...@apache.org on 2019/11/05 15:18:18 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (20e2995 -> cb86b7f) - posted by de...@apache.org on 2019/11/06 00:05:44 UTC, 0 replies.
- [sis] 01/02: First revision of FeatureTable. Data are loaded in a background thread by pages of 100 features. The work is not complete: the loading of next page is not yet delayed until first needed. - posted by de...@apache.org on 2019/11/06 00:05:45 UTC, 0 replies.
- [sis] 02/02: Avoid a broken link for now (for avoiding a compilation error). - posted by de...@apache.org on 2019/11/06 00:05:46 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Filter : add SQL/MM ST_Simplify and ST_SimplifyPreserveTopology functions - posted by js...@apache.org on 2019/11/06 10:50:36 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Filter : implement and tests for spatial functions - posted by js...@apache.org on 2019/11/06 15:30:14 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (17aabb3 -> 77d3a63) - posted by de...@apache.org on 2019/11/06 15:53:59 UTC, 0 replies.
- [sis] 01/02: Move Feature.Loader in a top-level class for more code readability. - posted by de...@apache.org on 2019/11/06 15:54:00 UTC, 0 replies.
- [sis] 02/02: Load only a small number of features, with more features loaded only when needed. - posted by de...@apache.org on 2019/11/06 15:54:01 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Filter : add spatial function serialization tests - posted by js...@apache.org on 2019/11/06 15:57:29 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Simplify FeatureLoader by replacing the `Initial` inner class by an `initializer` field. Fix a resource leak: Stream was not closed if the `estimatedSize` was actually exact. - posted by de...@apache.org on 2019/11/06 20:15:27 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Show the exception in the table when an error occurred while loading the data. - posted by de...@apache.org on 2019/11/07 09:24:32 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (7e1fe6f -> 7718619) - posted by de...@apache.org on 2019/11/09 13:13:48 UTC, 0 replies.
- [sis] 01/02: Handle small image loading in a separated class for making easier to share. - posted by de...@apache.org on 2019/11/09 13:13:49 UTC, 0 replies.
- [sis] 02/02: If a feature contains multi-valued properties, make possible to see their values on demand. - posted by de...@apache.org on 2019/11/09 13:13:50 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Define FeatureTable content as a property and add warning in documentation about what can be modified. - posted by de...@apache.org on 2019/11/09 14:28:15 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (8043e5e -> 6a6a650) - posted by de...@apache.org on 2019/11/09 17:10:40 UTC, 0 replies.
- [sis] 01/02: Add some notes about further work that needs to be done. - posted by de...@apache.org on 2019/11/09 17:10:41 UTC, 0 replies.
- [sis] 02/02: Begin refactoring of CRSChooser. - posted by de...@apache.org on 2019/11/09 17:10:42 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: CRSChooser builds its list of CRS in a background thread. Filtering delegated to JavaFX FilteredList class. - posted by de...@apache.org on 2019/11/11 16:39:08 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (6b11704 -> 5f84c5b) - posted by de...@apache.org on 2019/11/12 14:24:28 UTC, 0 replies.
- [sis] 01/02: Refactor CRSChooser as a Dialog subclass. - posted by de...@apache.org on 2019/11/12 14:24:29 UTC, 0 replies.
- [sis] 02/02: Fix an IndexOutOfBoundsException when showing an empty list of features. Avoid drawing a line on image border when rectangle cross anti-meridian. - posted by de...@apache.org on 2019/11/12 14:24:30 UTC, 0 replies.
- [sis] branch feat/geojson updated (75c95d5 -> fb85b0a) - posted by js...@apache.org on 2019/11/12 16:18:20 UTC, 0 replies.
- [sis] 01/01: GeoJson : add GeoJson DataStore - posted by js...@apache.org on 2019/11/12 16:18:21 UTC, 0 replies.
- [sis] branch refactor/sql-store created (now 1eb8926) - posted by am...@apache.org on 2019/11/12 16:44:27 UTC, 0 replies.
- [sis] 01/45: Update pom version before release - posted by am...@apache.org on 2019/11/12 16:44:28 UTC, 0 replies.
- [sis] 02/45: refactor(SQL-Store): try to improve count operation by overriding returned stream. - posted by am...@apache.org on 2019/11/12 16:44:29 UTC, 0 replies.
- [sis] 03/45: feat(SQL-Store): add support for limit, offset and distinct operations via SQL calls through java.util.Stream API - posted by am...@apache.org on 2019/11/12 16:44:30 UTC, 0 replies.
- [sis] 04/45: feat(SQL-Store): improve stream decoration to handle mappings to/from DoubleStream. - posted by am...@apache.org on 2019/11/12 16:44:31 UTC, 0 replies.
- [sis] 05/45: fix(SQLStore): allow limit and offset setting when using peek operation on stream - posted by am...@apache.org on 2019/11/12 16:44:32 UTC, 0 replies.
- [sis] 06/45: doc(Utility): write about stream decoration classes - posted by am...@apache.org on 2019/11/12 16:44:33 UTC, 0 replies.
- [sis] 07/45: doc(SQL-Store): minor javadoc addition for stream delegation applied to sql queries. - posted by am...@apache.org on 2019/11/12 16:44:34 UTC, 0 replies.
- [sis] 08/45: fix(SQLStore): fix peek operation management on overriden SQL stream. - posted by am...@apache.org on 2019/11/12 16:44:35 UTC, 0 replies.
- [sis] 09/45: fix(SQLStore): fix connection auto-commit management for feature streaming. - posted by am...@apache.org on 2019/11/12 16:44:36 UTC, 0 replies.
- [sis] 10/45: WIP(SQL-Store): start adding abstractions to allow custom SQL queries - posted by am...@apache.org on 2019/11/12 16:44:37 UTC, 0 replies.
- [sis] 11/45: WIP(SQL-Store): refactor feature-type building to factorize query and table discovery. - posted by am...@apache.org on 2019/11/12 16:44:38 UTC, 0 replies.
- [sis] 12/45: WIP(SQLStore): still abstracting feature-type building to ease maintenance and evolutions. - posted by am...@apache.org on 2019/11/12 16:44:39 UTC, 0 replies.
- [sis] 13/45: WIP(SQLStore): working on user SQL query execution. - posted by am...@apache.org on 2019/11/12 16:44:40 UTC, 0 replies.
- [sis] 14/45: WIP(SQLStore): working on query feature set - posted by am...@apache.org on 2019/11/12 16:44:41 UTC, 0 replies.
- [sis] 15/45: WIP(SQLStore): working on query feature set: proper management of offset limit. - posted by am...@apache.org on 2019/11/12 16:44:42 UTC, 0 replies.
- [sis] 16/45: feat(SQLStore): add partial support for distinct operator on SQL query - posted by am...@apache.org on 2019/11/12 16:44:43 UTC, 0 replies.
- [sis] 17/45: fix(SQLStore): fix checkstyle problems. - posted by am...@apache.org on 2019/11/12 16:44:44 UTC, 0 replies.
- [sis] 18/45: fix(SQLStore): better handling of parallelization flag. Add a benchmark to test query spliterator flavors. - posted by am...@apache.org on 2019/11/12 16:44:45 UTC, 0 replies.
- [sis] 19/45: WIP(SQLStore): improve benchmark and add javadoc - posted by am...@apache.org on 2019/11/12 16:44:46 UTC, 0 replies.
- [sis] 20/45: WIP(SQLStore): add javadoc, work on filter adaptation api. - posted by am...@apache.org on 2019/11/12 16:44:47 UTC, 0 replies.
- [sis] 21/45: wip(SQLStore): fix style checking. - posted by am...@apache.org on 2019/11/12 16:44:48 UTC, 0 replies.
- [sis] 22/45: wip(SQLStore): improve unit tests and minor cleanup. - posted by am...@apache.org on 2019/11/12 16:44:49 UTC, 0 replies.
- [sis] 23/45: wip(SQLStore): First draft for SQL filter - posted by am...@apache.org on 2019/11/12 16:44:50 UTC, 0 replies.
- [sis] 24/45: WIP(SQLStore): Start geometric function implementation. - posted by am...@apache.org on 2019/11/12 16:44:51 UTC, 0 replies.
- [sis] 25/45: WIP(SQLStore): work on bbox filter and conversion between envelope and geometry - posted by am...@apache.org on 2019/11/12 16:44:52 UTC, 0 replies.
- [sis] 26/45: wip(Feature): envelope to geometry - posted by am...@apache.org on 2019/11/12 16:44:53 UTC, 0 replies.
- [sis] 27/45: wip(Feature): Add unit tests for envelope to geometry operator. - posted by am...@apache.org on 2019/11/12 16:44:54 UTC, 0 replies.
- [sis] 28/45: feat(Feature): ends Envelope to geometry feature - posted by am...@apache.org on 2019/11/12 16:44:55 UTC, 0 replies.
- [sis] 29/45: WIP(Feature): start BBOX implementation - posted by am...@apache.org on 2019/11/12 16:44:56 UTC, 0 replies.
- [sis] 30/45: WIP(Feature): BBOX filter - posted by am...@apache.org on 2019/11/12 16:44:57 UTC, 0 replies.
- [sis] 31/45: fix(SQLStore): improve tests and checkstyle - posted by am...@apache.org on 2019/11/12 16:44:58 UTC, 0 replies.
- [sis] 32/45: feat(Feature): add naïve implementation of ST_Intersects - posted by am...@apache.org on 2019/11/12 16:44:59 UTC, 0 replies.
- [sis] 33/45: WIP(Feature): start adding CRS resolution strategy for filter operations. - posted by am...@apache.org on 2019/11/12 16:45:00 UTC, 0 replies.
- [sis] 34/45: WIP(Feature): CRS matching for filters. - posted by am...@apache.org on 2019/11/12 16:45:01 UTC, 0 replies.
- [sis] 35/45: WIP(Feature): test CRS checking in intersect operation. - posted by am...@apache.org on 2019/11/12 16:45:02 UTC, 0 replies.
- [sis] 36/45: feat(SQLStore): improve query feature set to delegate count and subqueries to target database. - posted by am...@apache.org on 2019/11/12 16:45:03 UTC, 0 replies.
- [sis] 37/45: fix(Add multiple fixes to handle filtering on SQL feature sets - posted by am...@apache.org on 2019/11/12 16:45:04 UTC, 0 replies.
- [sis] 38/45: fix(SQLStore): fix default bbox filter conversion to sql. - posted by am...@apache.org on 2019/11/12 16:45:05 UTC, 0 replies.
- [sis] 39/45: refactor(SQLStore): prepare module for dialect specific syntax. - posted by am...@apache.org on 2019/11/12 16:45:06 UTC, 0 replies.
- [sis] 40/45: feat(Feature): add minor functionality to convert arbitrary geometry to polygon - posted by am...@apache.org on 2019/11/12 16:45:07 UTC, 0 replies.
- [sis] 41/45: WIP(SQLStore): Add PostGIS support. - posted by am...@apache.org on 2019/11/12 16:45:08 UTC, 0 replies.
- [sis] 42/45: WIP(SQLSotre): first functional draft for PostGIS geometry decoding. - posted by am...@apache.org on 2019/11/12 16:45:09 UTC, 0 replies.
- [sis] 43/45: feat(SQLStore): Improve PostGIS geometry binding - posted by am...@apache.org on 2019/11/12 16:45:10 UTC, 0 replies.
- [sis] 44/45: fix(SQLStore): throw proper exception on an unsupported filter. - posted by am...@apache.org on 2019/11/12 16:45:11 UTC, 0 replies.
- [sis] 45/45: doc(SQLStore): add api doc about new components for SQL feature sets. - posted by am...@apache.org on 2019/11/12 16:45:12 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Factor out the CRS filter predicate in a separated class. Put an hourglass icon while loading CRS tabular data. - posted by de...@apache.org on 2019/11/12 21:20:18 UTC, 0 replies.
- [sis] branch feat/geojson updated: GeoJson : reorganize packages - posted by js...@apache.org on 2019/11/13 08:11:30 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Coverage : add GridCoverage implementation based on a RenderedImage - posted by js...@apache.org on 2019/11/14 10:39:07 UTC, 0 replies.
- [sis] branch refactor/sql-store updated (1eb8926 -> 71a39a3) - posted by am...@apache.org on 2019/11/14 11:46:34 UTC, 0 replies.
- [sis] 01/22: feat(SQL-Store): add support for limit, offset and distinct operations via SQL calls through java.util.Stream API - posted by am...@apache.org on 2019/11/14 11:46:35 UTC, 0 replies.
- [sis] 02/22: fix(SQLStore): fix connection auto-commit management for feature streaming. - posted by am...@apache.org on 2019/11/14 11:46:36 UTC, 0 replies.
- [sis] 03/22: feat(SQL-Store): Add a feature set to execute custom SQL queries - posted by am...@apache.org on 2019/11/14 11:46:37 UTC, 0 replies.
- [sis] 04/22: fix(SQLStore): fix checkstyle problems. - posted by am...@apache.org on 2019/11/14 11:46:38 UTC, 0 replies.
- [sis] 05/22: fix(SQLStore): better handling of parallelization flag. Add a benchmark to test query spliterator flavors. - posted by am...@apache.org on 2019/11/14 11:46:39 UTC, 0 replies.
- [sis] 06/22: feat(SQLStore): First draft for conversion of OpenGIS Filter to SQL - posted by am...@apache.org on 2019/11/14 11:46:40 UTC, 0 replies.
- [sis] 07/22: feat(SQLStore): work on bbox filter and conversion between envelope and geometry - posted by am...@apache.org on 2019/11/14 11:46:41 UTC, 0 replies.
- [sis] 08/22: feat(Feature): Add a tool to convert envelopes to geometries - posted by am...@apache.org on 2019/11/14 11:46:42 UTC, 0 replies.
- [sis] 09/22: feat(Feature): add BBOX filter - posted by am...@apache.org on 2019/11/14 11:46:43 UTC, 0 replies.
- [sis] 10/22: fix(SQLStore): improve tests and checkstyle - posted by am...@apache.org on 2019/11/14 11:46:44 UTC, 0 replies.
- [sis] 11/22: feat(Feature): add naïve implementation of ST_Intersects - posted by am...@apache.org on 2019/11/14 11:46:45 UTC, 0 replies.
- [sis] 12/22: fix(Feature): Add CRS resolution strategy for filter operations. - posted by am...@apache.org on 2019/11/14 11:46:46 UTC, 0 replies.
- [sis] 13/22: feat(SQLStore): improve query feature set to delegate count and subqueries to target database. - posted by am...@apache.org on 2019/11/14 11:46:47 UTC, 0 replies.
- [sis] 14/22: refactor(SQLStore): prepare module for dialect specific syntax. - posted by am...@apache.org on 2019/11/14 11:46:48 UTC, 0 replies.
- [sis] 15/22: feat(Feature): add minor functionality to convert arbitrary geometry to polygon - posted by am...@apache.org on 2019/11/14 11:46:49 UTC, 0 replies.
- [sis] 16/22: feat(SQLStore): Add partial PostGIS support : geometries and geographies. - posted by am...@apache.org on 2019/11/14 11:46:50 UTC, 0 replies.
- [sis] 17/22: fix(SQLStore): throw proper exception on an unsupported filter. - posted by am...@apache.org on 2019/11/14 11:46:51 UTC, 0 replies.
- [sis] 18/22: doc(SQLStore): add api doc about new components for SQL feature sets. - posted by am...@apache.org on 2019/11/14 11:46:52 UTC, 0 replies.
- [sis] 19/22: fix(SQLStore): add tests for EWKB decoding. Fix multi-polygon reading. - posted by am...@apache.org on 2019/11/14 11:46:53 UTC, 0 replies.
- [sis] 20/22: refactor(SQLStore): try to generify SQL geometry management. - posted by am...@apache.org on 2019/11/14 11:46:54 UTC, 0 replies.
- [sis] 21/22: doc(SQLStore): minor cleanups + javadoc. - posted by am...@apache.org on 2019/11/14 11:46:55 UTC, 0 replies.
- [sis] 22/22: chore(*): add missing headers on source files. - posted by am...@apache.org on 2019/11/14 11:46:56 UTC, 0 replies.
- [jira] [Updated] (SIS-479) Change default namespace of legacy "gmd" metadata - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2019/11/14 15:08:00 UTC, 0 replies.
- [jira] [Created] (SIS-479) Change default namespace of legacy "gmd" metadata - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2019/11/14 15:08:00 UTC, 0 replies.
- [jira] [Created] (SIS-480) Change ISO schema locations from "http:" to "https:" - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2019/11/14 15:14:00 UTC, 0 replies.
- [jira] [Updated] (SIS-480) Change ISO schema locations from "http:" to "https:" - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2019/11/14 15:16:00 UTC, 0 replies.
- [jira] [Issue Comment Deleted] (SIS-479) Change default namespace of legacy "gmd" metadata - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2019/11/14 15:22:00 UTC, 0 replies.
- [jira] [Commented] (SIS-480) Change ISO schema locations from "http:" to "https:" - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2019/11/14 15:22:00 UTC, 0 replies.
- [jira] [Commented] (SIS-479) Change default namespace of legacy "gmd" metadata - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2019/11/14 15:22:00 UTC, 0 replies.
- [jira] [Comment Edited] (SIS-480) Change ISO schema locations from "http:" to "https:" - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2019/11/14 15:23:00 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (adafeb6 -> 8afd4db) - posted by de...@apache.org on 2019/11/14 15:50:01 UTC, 0 replies.
- [sis] 01/03: Upgrade NetBeans project files for NetBeans 11.2. - posted by de...@apache.org on 2019/11/14 15:50:02 UTC, 0 replies.
- [sis] 02/03: Minor renaming and UI adjustment. - posted by de...@apache.org on 2019/11/14 15:50:03 UTC, 0 replies.
- [sis] 03/03: Change default namespace of legacy "gmd" metadata from "http://schemas.opengis.net/iso/19139/20070417/" to "http://www.isotc211.org/2005/" and update XML documentation accordingly. The new documentation anticipate on support for control on gmi and gml namespace, to be provided in a next commit. The change required that we move ISO schema location from "http" to "https" protocol in order to tests. However SchemaComplianceTest is now broken, until we also move from "http" to "https" in GeoAP [...] - posted by de...@apache.org on 2019/11/14 15:50:04 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Minor cleanup related to the "xmlns:gmd" namespace change. - posted by de...@apache.org on 2019/11/14 18:02:38 UTC, 0 replies.
- [jira] [Created] (SIS-481) XML.SCHEMAS configuration should apply also to xmlns:gmd - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2019/11/14 18:56:00 UTC, 0 replies.
- [jira] [Updated] (SIS-481) XML.SCHEMAS configuration should apply also to xmlns:gmd - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2019/11/14 18:58:00 UTC, 2 replies.
- [jira] [Created] (SIS-482) Rename XML.SCHEMAS and clarify expected URL - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2019/11/14 20:07:00 UTC, 0 replies.
- [jira] [Updated] (SIS-482) Rename XML.SCHEMAS and clarify expected URL - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2019/11/14 20:07:00 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Abandon the attemps to fix https://issues.apache.org/jira/browse/SIS-481. Tried hard, I have been unable to take dynamic control on the namespace. This causes also abandon of https://issues.apache.org/jira/browse/SIS-482 - posted by de...@apache.org on 2019/11/15 02:47:52 UTC, 0 replies.
- [jira] [Closed] (SIS-481) XML.SCHEMAS configuration should apply also to xmlns:gmd - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2019/11/15 02:50:00 UTC, 0 replies.
- [jira] [Closed] (SIS-482) Rename XML.SCHEMAS and clarify expected URL - posted by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2019/11/15 02:50:00 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (8289eef -> 84fd34f) - posted by js...@apache.org on 2019/11/15 08:25:39 UTC, 0 replies.
- [sis] 01/02: Coverage : first implementation of evaluate method for GridCoverage2D - posted by js...@apache.org on 2019/11/15 08:25:40 UTC, 0 replies.
- [sis] 02/02: Image : add TranslatedRenderedImage - posted by js...@apache.org on 2019/11/15 08:25:41 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Coverage : add evaluate method on GridCoverage class - posted by js...@apache.org on 2019/11/15 15:40:19 UTC, 0 replies.
- [sis] branch refactor/sql-store updated (71a39a3 -> 716f0b7) - posted by am...@apache.org on 2019/11/15 15:45:02 UTC, 0 replies.
- [sis] 01/04: Merge branch 'geoapi-4.0' into refactor/sql-store - posted by am...@apache.org on 2019/11/15 15:45:03 UTC, 0 replies.
- [sis] 02/04: fix(*): fix merge - posted by am...@apache.org on 2019/11/15 15:45:04 UTC, 0 replies.
- [sis] 03/04: refactor(Feature): Merge duplicate bbox and intersection operators (SQLMM and Filter encoding) - posted by am...@apache.org on 2019/11/15 15:45:05 UTC, 0 replies.
- [sis] 04/04: chore(Feature): add cross-CRS test for intersection operator. - posted by am...@apache.org on 2019/11/15 15:45:06 UTC, 0 replies.
- [sis] branch refactor/sql-store updated (716f0b7 -> 8bcba3d) - posted by am...@apache.org on 2019/11/15 15:53:28 UTC, 0 replies.
- [sis] 01/01: Merge branch 'geoapi-4.0' into refactor/sql-store - posted by am...@apache.org on 2019/11/15 15:53:29 UTC, 0 replies.
- [sis] branch refactor/sql-store updated (8bcba3d -> e8f3b11) - posted by am...@apache.org on 2019/11/15 16:45:33 UTC, 0 replies.
- [sis] 01/02: fix(CQL): fix bbox writing by avoiding deprecated methods. - posted by am...@apache.org on 2019/11/15 16:45:34 UTC, 0 replies.
- [sis] 02/02: fix(*): Fix version number inherited from private tag. - posted by am...@apache.org on 2019/11/15 16:45:35 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (173ab3a -> e8f3b11) - posted by am...@apache.org on 2019/11/15 16:50:50 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Coverage : add GridCoverage2D specific 2D methods - posted by js...@apache.org on 2019/11/19 08:13:28 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Shapefile : add cpg file utility class - posted by js...@apache.org on 2019/11/22 09:21:19 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: SQL : add javadoc author and version tag on SQL classes - posted by js...@apache.org on 2019/11/22 11:38:40 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Portrayal : add canvas and render exception prototypes - posted by js...@apache.org on 2019/11/22 14:17:58 UTC, 0 replies.
- [sis] branch feat/geojson updated (a4ed29f -> 03a16e6) - posted by js...@apache.org on 2019/11/22 14:23:02 UTC, 0 replies.
- [sis] 01/02: GeoJson : add GeoJson DataStore - posted by js...@apache.org on 2019/11/22 14:23:03 UTC, 1 replies.
- [sis] 02/02: GeoJson : reorganize packages - posted by js...@apache.org on 2019/11/22 14:23:04 UTC, 1 replies.
- [sis] branch geoapi-4.0 updated: Filter : add SQL/MM ST_Point function - posted by js...@apache.org on 2019/11/25 14:16:42 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: Filter : add SQL/MM ST_LineString function - posted by js...@apache.org on 2019/11/26 09:05:00 UTC, 0 replies.
- [sis] branch feat/sqlmm created (now 4815c99) - posted by js...@apache.org on 2019/11/26 14:09:20 UTC, 0 replies.
- [sis] 01/02: SQL/MM : regroup all functions in an internal package - posted by js...@apache.org on 2019/11/26 14:09:21 UTC, 0 replies.
- [sis] 02/02: SQL/MM : add all specification expressions - posted by js...@apache.org on 2019/11/26 14:09:22 UTC, 0 replies.
- [sis] branch feat/sqlmm updated (4815c99 -> 07e2985) - posted by js...@apache.org on 2019/11/26 16:36:08 UTC, 0 replies.
- [sis] 01/02: SQL/MM : cleaning code - posted by js...@apache.org on 2019/11/26 16:36:09 UTC, 0 replies.
- [sis] 02/02: SQL/MM : cleaning code - posted by js...@apache.org on 2019/11/26 16:36:10 UTC, 0 replies.
- [sis] branch feat/sqlmm updated (07e2985 -> 1dac055) - posted by js...@apache.org on 2019/11/27 11:23:35 UTC, 0 replies.
- [sis] 01/03: SQL/MM : cleaning code - posted by js...@apache.org on 2019/11/27 11:23:36 UTC, 0 replies.
- [sis] 02/03: SQL/MM : cleaning code - posted by js...@apache.org on 2019/11/27 11:23:37 UTC, 0 replies.
- [sis] 03/03: SQL/MM : cleaning code - posted by js...@apache.org on 2019/11/27 11:23:38 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated: fix(SQLStore): add missing origin table on SQL column definition. - posted by am...@apache.org on 2019/11/27 14:34:09 UTC, 0 replies.
- [sis] branch feat/sqlmm updated: SQL/MM : cleaning code - posted by js...@apache.org on 2019/11/27 14:46:58 UTC, 0 replies.
- [sis] branch feat/sqlmm updated (8b5080a -> e735e9a) - posted by js...@apache.org on 2019/11/27 14:48:35 UTC, 0 replies.
- [sis] 01/01: SQL/MM : add all specification expressions - posted by js...@apache.org on 2019/11/27 14:48:36 UTC, 0 replies.
- [sis] branch refactor/sql-store deleted (was e8f3b11) - posted by am...@apache.org on 2019/11/27 14:51:51 UTC, 0 replies.
- [sis] branch geoapi-4.0 updated (e0b32d6 -> fef9516) - posted by js...@apache.org on 2019/11/27 14:58:46 UTC, 0 replies.
- [sis] 01/01: Merge branch 'feat/sqlmm' into geoapi-4.0 - posted by js...@apache.org on 2019/11/27 14:58:47 UTC, 0 replies.
- [sis] branch feat/sqlmm deleted (was e735e9a) - posted by js...@apache.org on 2019/11/27 14:59:31 UTC, 0 replies.
- [sis] branch feat/geojson updated (03a16e6 -> b8be7b8) - posted by js...@apache.org on 2019/11/28 16:03:10 UTC, 0 replies.
- [sis] branch feat/geojson updated: GeoJson : fix test cases, reduce classes scopes, fix checkstyle issues - posted by js...@apache.org on 2019/11/29 09:52:38 UTC, 0 replies.