Github user iverase commented on a diff in the pull request:

    https://github.com/apache/lucene-solr/pull/288#discussion_r155844074
  
    --- Diff: 
lucene/spatial-extras/src/java/org/apache/lucene/spatial/spatial4j/Geo3dShapeFactory.java
 ---
    @@ -55,6 +55,13 @@
       private SpatialContext context;
       private PlanetModel planetModel;
     
    +  /**
    +   * Default accuracy for circles when not using the unit sphere.
    +   * It is equivalent to 10m on the surface of the earth.
    +   */
    +  private static double DEFAULT_CIRCLE_ACCURACY = 1.6e-6;
    --- End diff --
    
    Indeed!


---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to