Search found 1 match
- Tue Sep 02, 2014 10:13 am
- Forum: Java
- Topic: Error editing my custom World series
- Replies: 1
- Views: 13212
Error editing my custom World series
Hello, following the example WorldDemo, I tried to create a map from a shp file. I Extended World class: public class MyWorld extends World { @Override public void loadMapFromResource(Map Series, String ShpName) throws FileNotFoundException, IOException, ClassNotFoundException, Exception { MYSHP mys...