Commit Graph

  • 90fb83b95e Merge pull request #2805 from sweco-sebhar/patch-2 Éric Lemoine 2014-10-07 09:30:28 +02:00
  • 59cc2ac736 Enable subclassing Interaction in public API Björn Harrtell 2014-10-07 09:15:25 +02:00
  • ee4ca5bd2c Merge pull request #2798 from fredj/update-closure-util Frédéric Junod 2014-10-06 18:29:57 +02:00
  • 6b437701a8 Merge pull request #2785 from ahocevar/export-goog Andreas Hocevar 2014-10-06 16:50:02 +02:00
  • 66234a73ba Use goog.* types in externs Andreas Hocevar 2014-10-02 00:07:19 +02:00
  • 04e7a81b1e Update closure-util to version 1.0.0 Frederic Junod 2014-10-06 13:42:34 +02:00
  • fa30ba29c9 Merge pull request #2795 from gingerik/externs Éric Lemoine 2014-10-03 17:16:43 +02:00
  • a1c3d57013 Merge pull request #2792 from pgiraud/gpx_export_chrome Pierre GIRAUD 2014-10-03 13:50:32 +02:00
  • 27f32621ab Update comments on WFS format version Florent gravin 2014-10-03 12:09:22 +02:00
  • 93db3d42b7 Add tests for gml2 gml:box element Florent gravin 2014-10-03 12:02:14 +02:00
  • 8a07d241ff Add support for gml2 gml:box element Florent gravin 2014-10-03 12:01:52 +02:00
  • 8f6b49877f Use valid mediatype for GPX export. Pierre GIRAUD 2014-10-03 11:30:44 +02:00
  • d290445048 Make sure alias ol.format.GML show its content in apidoc Florent gravin 2014-10-03 11:16:19 +02:00
  • 1a7cbfd6ac Use Object() for objects in prototype to avoid linter warning Florent gravin 2014-10-03 10:01:31 +02:00
  • 47e182524f Put PARSERS object into prototype too This is to avoid the use of this.constructor that breaks advanced build Florent gravin 2014-10-03 09:23:13 +02:00
  • bea721349a Rename gml format files to match convention also changes some comments and syntax (feedback from PR comments Florent gravin 2014-10-03 09:00:43 +02:00
  • 0646056751 Overrides schemaLocation in subclasses Florent gravin 2014-10-03 08:57:52 +02:00
  • 678c66f50c Move GML subclasses to ol.format namespace to avoid issue with ol.format.GML alias ol.format.GMLBase ol.format.GML2 ol.format.GML3 Florent gravin 2014-09-24 14:54:26 +02:00
  • 607543e4e7 Create an alias ol.format.GML to ol.format.GML3 for backward compatibility Florent gravin 2014-09-24 14:51:49 +02:00
  • 563174383a Merge GML versions tests in base GML suite Florent gravin 2014-09-24 11:19:45 +02:00
  • d3ac01445e Use by default instance of ol.format.GML.v3 in WFS format Florent gravin 2014-09-24 11:16:20 +02:00
  • 58485fc1f1 Instanciate ol.format.GML.v3 by default in gml tests Florent gravin 2014-09-24 11:15:45 +02:00
  • 07d6b83154 Redefine some PARSERS_ that are different in v2 and v3 Florent gravin 2014-09-24 11:14:45 +02:00
  • 8182396454 Make class members public or protected to be accessed from subclasses or static objects Florent gravin 2014-09-24 11:13:59 +02:00
  • 9324580c87 add format for GML v3 version all writing methods & objects are defined in v3, as writing for v2 is not done yet Florent gravin 2014-09-24 11:11:59 +02:00
  • d8114012bb Remove from GML base all objects and methods that should belong to v3 Florent gravin 2014-09-24 11:11:14 +02:00
  • c9171b8682 Pass options from v2 to its parent constructor Florent gravin 2014-09-24 11:08:27 +02:00
  • 82f267f0c5 Add test to parse WFS with GML 2.1.2 Florent gravin 2014-09-23 14:51:45 +02:00
  • f8e8653480 Add gmlFormat as option for WFS format Florent gravin 2014-09-23 14:51:13 +02:00
  • 192c7827c9 Add tests suite for ol.format.GML.v2 class Florent gravin 2014-09-23 12:28:51 +02:00
  • 13f10f6a98 Change GML method call signature from WFS format Florent gravin 2014-09-23 12:24:04 +02:00
  • 074330707c Call dedicated version format methods with 'this.constructor' object Florent gravin 2014-09-23 12:22:39 +02:00
  • 8efab3d4be Make protected some shared methods or objects Florent gravin 2014-09-23 12:21:45 +02:00
  • 8b38367e2b Add subclass for version ol.format.GML.v2 Florent gravin 2014-09-23 12:14:44 +02:00
  • b8e5ffaf31 Use current scope on remote methods call if arg opt_this is undefined Florent gravin 2014-09-23 11:49:02 +02:00
  • 4aad872d71 Send ol.format.GML instance reference to ol.xml static methods Florent gravin 2014-09-23 11:37:56 +02:00
  • 5884f7343a Call method in ol.format.GML.prototype from ol.format.GML static objects Florent gravin 2014-09-23 11:35:21 +02:00
  • c49891dcce Call inner methods from 'this' object Florent gravin 2014-09-23 11:06:08 +02:00
  • 42b58cddbd Move all method declarations into ol.format.GML.prototype Florent gravin 2014-09-23 10:56:40 +02:00
  • f5e5419cb6 Move gmlformat.js to gml/base.js Florent gravin 2014-09-18 14:30:18 +02:00
  • 6a1d143f9f Merge pull request #2784 from marcjansen/tag-kml-example Marc Jansen 2014-10-02 10:23:58 +02:00
  • 24484d5e51 Merge pull request #2782 from fredj/hide-rotate Frédéric Junod 2014-10-01 20:47:19 +02:00
  • 46db263088 Add 'tooltip'-tag to KML example. Marc Jansen 2014-10-01 20:35:21 +02:00
  • 6f3b01f3dc Hide the rotate control when the rotation is 0 Frederic Junod 2014-10-01 19:09:11 +02:00
  • b321501476 Fix namespacing convention Erik Timmers 2014-10-01 17:57:53 +02:00
  • b447e1f766 Fix ol externs definitions Erik Timmers 2014-10-01 17:49:05 +02:00
  • 898f5ac547 Update jquery to 1.9.1 Frederic Junod 2014-10-01 10:03:36 +02:00
  • 078ba2dec0 Move jquery.min.js to resources Frederic Junod 2014-10-01 09:59:20 +02:00
  • fa60ec294e Remove 'examples/bootstrap' path from example filter Frederic Junod 2014-10-01 09:35:30 +02:00
  • 7273b501f1 Merge pull request #2774 from fredj/dead-code Frédéric Junod 2014-10-01 09:10:42 +02:00
  • 0acf9662a4 Merge pull request #2771 from tschaub/pre-releases Tim Schaub 2014-09-30 22:51:06 -06:00
  • a3b3e044f5 Remove unused distinctFeatures object in ol.interaction.Modify#handlePointerDown Frederic Junod 2014-09-30 15:08:07 +02:00
  • 6c7a6a7811 Merge pull request #2773 from elemoine/getimage Éric Lemoine 2014-09-30 13:51:01 +02:00
  • ddbc1d260c Mark ol.style.Image#getImage with @api Éric Lemoine 2014-09-29 16:31:36 +02:00
  • af7944ef42 Mark ol.style.Image with @api Éric Lemoine 2014-09-29 16:30:17 +02:00
  • 4c0bfd8905 More restrictive type for ol.style.Icon#getImage Éric Lemoine 2014-09-29 16:29:40 +02:00
  • c7ac9502bd More restrictive type for ol.style.Circle#getImage Éric Lemoine 2014-09-29 16:28:50 +02:00
  • 1c7f2ad5cc Merge pull request #2751 from gberaudo/export-source_source_children Éric Lemoine 2014-09-30 11:55:21 +02:00
  • 1a856599cb Add tests for ol.interaction.Draw#setMap Éric Lemoine 2014-09-30 09:58:47 +02:00
  • a31f8a9446 Add tests for ol.interaction.Draw#setActive Éric Lemoine 2014-09-23 16:40:56 +02:00
  • eb4e72c754 Handle activation/deactivation in draw interaction Éric Lemoine 2014-09-23 14:42:17 +02:00
  • 67f4e9c817 Export constructors of ol.source.Source children Guillaume Beraudo 2014-09-30 09:33:55 +02:00
  • c0fc220298 Merge pull request #2772 from fredj/changefeature Frédéric Junod 2014-09-30 09:27:58 +02:00
  • 0e3b08d493 Merge pull request #2766 from elemoine/interaction-object Éric Lemoine 2014-09-30 09:04:28 +02:00
  • 5d02760d23 Merge pull request #2765 from elemoine/ol-externs Éric Lemoine 2014-09-30 09:04:18 +02:00
  • cf8738f9f6 Rename updatefeature event to changefeature Frederic Junod 2014-09-30 09:02:53 +02:00
  • c868e4bbdd Allow package to be published in npm registry Tim Schaub 2014-09-29 22:27:27 -06:00
  • 3285e0ddc8 Merge pull request #2759 from tschaub/test-failures Tim Schaub 2014-09-29 14:09:03 -06:00
  • b6c6dc03a9 Merge pull request #2762 from tschaub/console-report Tim Schaub 2014-09-29 14:07:55 -06:00
  • 62c0dbb876 Merge pull request #2768 from xamgreen/patch-1 Tim Schaub 2014-09-29 14:05:28 -06:00
  • 704d53e589 getProjektion() instead of getprojektion() xamgreen 2014-09-29 20:01:47 +02:00
  • 4643c71e75 Treat unknown opt types as Object in ol externs Éric Lemoine 2014-09-29 16:05:37 +02:00
  • dede4f379f Make interaction "active" an ol.Object property Éric Lemoine 2014-09-29 17:09:45 +02:00
  • 1a4d841a26 Merge pull request #2764 from fredj/remove-rtree-example Frédéric Junod 2014-09-29 14:37:41 +02:00
  • ced15e27c1 Remove rtree example Frederic Junod 2014-09-29 13:29:49 +02:00
  • 14e8c098c8 Merge pull request #2763 from fredj/cleanup Frédéric Junod 2014-09-29 11:45:14 +02:00
  • 98ceee5d28 Fix documentation typo Frederic Junod 2014-09-09 16:05:18 +02:00
  • aaeb2b6938 Remove unnecessary parentheses Frederic Junod 2014-09-03 14:28:03 +02:00
  • 6e3a5ca7ca Remove unnecessary newlines Frederic Junod 2014-09-02 15:07:18 +02:00
  • 291b033dbf Report failures to the console Tim Schaub 2014-09-28 22:27:07 -06:00
  • 8bded032df Fix failing GML format test Tim Schaub 2014-09-28 14:59:56 -06:00
  • a1bb755123 Fix failing KML format tests Tim Schaub 2014-09-28 14:56:56 -06:00
  • abc7848073 Fix failing WKT format tests Tim Schaub 2014-09-28 14:44:26 -06:00
  • afd43687f2 Merge pull request #2758 from tschaub/tile-ranges Tim Schaub 2014-09-28 13:40:28 -06:00
  • 2ad27044a6 Correctly generate child tile ranges for XYZ Tim Schaub 2014-09-28 11:55:57 -06:00
  • b0b62c6ac3 Merge pull request #2734 from elemoine/bingmaps Éric Lemoine 2014-09-27 22:34:06 +02:00
  • 00800785d4 Merge pull request #2752 from elemoine/loadfeatures Éric Lemoine 2014-09-25 15:00:52 +02:00
  • 5f51fbc93d Merge pull request #2658 from oterral/fix_getcap Frédéric Junod 2014-09-25 13:51:40 +02:00
  • 884fb5736c Merge pull request #2750 from fredj/export-layer-base Frédéric Junod 2014-09-25 10:58:04 +02:00
  • 9fd0b53b02 Merge pull request #2749 from fredj/export-source-source Frédéric Junod 2014-09-25 10:42:08 +02:00
  • 48b9475bb6 Export ol.layer.Base Frederic Junod 2014-09-25 10:35:21 +02:00
  • 4e5120ff71 Export ol.source.Source Frederic Junod 2014-09-25 09:42:30 +02:00
  • aafe50c30e Merge pull request #2742 from fredj/updatefeature Frédéric Junod 2014-09-25 09:20:15 +02:00
  • b1ca9a4fc0 Merge pull request #2747 from lazaruslarue/patch-2 Tim Schaub 2014-09-24 16:36:52 -06:00
  • 0f81a994fe Fix incorrect webaddress lazarus 2014-09-24 14:30:21 -07:00
  • 1f5ca28596 Merge pull request #2745 from bartvde/issue-2745 Bart van den Eijnden 2014-09-24 12:46:04 +02:00
  • 0145c4fb5f The getGeometry function of ol.interaction.DragBox always returns ol.geom.Polygon Bart van den Eijnden 2014-09-24 11:57:36 +02:00
  • d03755859f Merge pull request #2744 from fredj/feature-id-change Frédéric Junod 2014-09-24 09:35:14 +02:00
  • 1dcde66839 Fix ol.Feature 'change' event documentation Frederic Junod 2014-09-23 17:40:44 +02:00
  • 79b8ef3a53 Dispatch an 'updatefeature' from the vector source Frederic Junod 2014-09-23 16:19:00 +02:00