In working with data from real world GIS map programs as part of my day-to-day workflow, my daydreams go into the maps I’d actually like to be looking at, which are those from the home brew TTRPGs that I’m a part of.<p>If I wanted to make a simple program to help Dungeon Masters make and store map data to use in app or elsewhere, where do I start?<p>It just feels like any existing application is overkill (be that price or features for real world applications) for this use case; Plus my only experience developing is mostly front end work with HTML, JavaScript, and PHP to glue stuff together.<p>I’m willing to learn any language or do deeper research to figure it out myself, but unsure of where to begin. Thanks for any and all input!
This may be helpful. What you’ll probably want to do is make an image of your map and place it somewhere on earth in a GIS program, then your image becomes a custom map layer and you can add additional data to it.<p><a href="https://rossthorn.github.io/interactivefantasymaps.html" rel="nofollow">https://rossthorn.github.io/interactivefantasymaps.html</a>
You may be interested in this:<p><a href="https://www.legendkeeper.com/" rel="nofollow">https://www.legendkeeper.com/</a><p><a href="https://news.ycombinator.com/item?id=31612007" rel="nofollow">https://news.ycombinator.com/item?id=31612007</a>
What kind of features would this hypothetical product need from your community to be useful? To have a small paid tier such as a small fee per map/month/year?<p>I have done a lot of geospatial app development.