Skip to content

Instantly share code, notes, and snippets.

View osamasarhan's full-sized avatar
🎣
let's catch gigantic fish

Osama Sarhan osamasarhan

🎣
let's catch gigantic fish
View GitHub Profile
@sansagara
sansagara / EarthquakeCityMap.java
Created March 20, 2016 23:37
This is to show what i did for my own extension on the Object Oriented Programming in Java Course on Coursera, module 6.
package module6;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
import de.fhpotsdam.unfolding.UnfoldingMap;
import de.fhpotsdam.unfolding.data.Feature;
import de.fhpotsdam.unfolding.data.GeoJSONReader;
import de.fhpotsdam.unfolding.data.PointFeature;