In the previous part, I have introduced the problem of getting from a bitmap image of a map to interactive visualization of a map on the webpage. We now know that our goal is to create a GeoJSON file and that such a file would contain a list of polygons representing provinces of EU4. A […]
Category: Programming
How to make GeoJSON map from the computer game map? – part 1
The title says it all, right? Probably the only thing which needs explanation is the GeoJSON part 😊. This article is about my approach to the following problem – how to produce an interactive map on my PDXGA web site, which can be fed with data coming from savefile, to show things like in-game countries, […]