Hello Everyone! At The AnyLogic Conference 2013 I announced results of my recent research regarding GIS alternatives for AnyLogic and would like to share my experience. Using open source projects, a small amount of Java code and publicly available GIS data services, I was able to: - Display Tile map on model presentation with pan and zoom. Downloaded tiles are cached in model folder. - Switch different tile sources in runtime. - Display animation of agents living in GIS space shown on top of map. - Perform geocoding/reverse geocoding by parsing http query response. - Get routing data by parsing http query response.