map-edit

A crowdsourced Map Edit application for enviornmental cause

I want to create an application where users can mark on map location of polluting factories. Google map provides a MAP editor feature. We would like to have our own website like www.toxic-map.org where people could mark these locations. What would be the best approach for this? Additionally we should be able to backup this database whic...

What language to use for developing a tiled map editor?

Hello. I'm working on a 2D tiles-based games mixing 3D models, which I achieved using OpenGL and C++. I would like to know what language should I use for creating a map editor, it needs to be easy-to-use and with a form designer or something alike, and with an easily embedded rendering engine. If you would say I should use a language, I ...

Java Read bmp files?

Hi, I'm working on a map editor for a simple map builder. My idea was to paint walls in the map as black pixels, everything else (white colour) is free space in a room. Any .jar to read bmp files ? So as to avoid the header, etc? update Im reading about Image4j Thanks in adavance. ...