Skip to content

Commit

Permalink
add comment about multiple GeoJSON implementations #1741
Browse files Browse the repository at this point in the history
  • Loading branch information
abyrd committed Feb 10, 2015
1 parent 8ae25c6 commit b4ee2a5
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,10 @@ the License, or (at your option) any later version.
* The returned data is rather simple to use, as it returns a GeoJSON features collection.
*
* Obviously, this geocoder will only work in France.
*
*
* TODO Can we unify JSON support? This uses org.geojson.FeatureCollection
* but we also include BeDataDriven's GeoJSON support in OTP.
*
* @author laurent
*/
public class BanoGeocoder implements Geocoder {
Expand Down

0 comments on commit b4ee2a5

Please sign in to comment.