Revision: 5661
          http://sourceforge.net/p/jump-pilot/code/5661
Author:   edso
Date:     2018-01-04 18:04:13 +0000 (Thu, 04 Jan 2018)
Log Message:
-----------
generalized 'GeoJSONWriter.writing-features' to 'Writer.writing-features' to 
make clear it can be used by all writers

Modified Paths:
--------------
    
core/trunk/src/com/vividsolutions/jump/io/geojson/GeoJSONFeatureCollectionWrapper.java

Modified: 
core/trunk/src/com/vividsolutions/jump/io/geojson/GeoJSONFeatureCollectionWrapper.java
===================================================================
--- 
core/trunk/src/com/vividsolutions/jump/io/geojson/GeoJSONFeatureCollectionWrapper.java
      2018-01-04 17:53:11 UTC (rev 5660)
+++ 
core/trunk/src/com/vividsolutions/jump/io/geojson/GeoJSONFeatureCollectionWrapper.java
      2018-01-04 18:04:13 UTC (rev 5661)
@@ -248,7 +248,7 @@
     String[] featureFields = new String[] { GeoJSONConstants.TYPE,
         GeoJSONConstants.PROPERTIES, GeoJSONConstants.GEOMETRY };
     TaskMonitorUtil.report(monitor,
-        I18N.getMessage("GeoJSONWriter.writing-features"));
+        I18N.getMessage("Writer.writing-features"));
     for (Feature feature : featureCollection.getFeatures()) {
 
       if (TaskMonitorUtil.isCancelRequested(monitor))


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

Reply via email to