Hello My Friend! This is DumbyMap!

use: Maplibre
height: 120px
style: https://tile.openstreetmap.jp/styles/openmaptiles/style.json

DumbyMap generates interactive document with maps from raw texts.

You can use it to:

  1. Roll a Dice for a new map
  2. Hover on GeoLink to show point in maps.
  3. Add GeoLink by dragging selected text
  4. Change contents by Editor with Markdown text
  5. Right click to call context menu, you can:
    • Change focus between maps
    • Select a block for browsing
    • Switch layouts for various use cases

If you want know more, take a look at subjects below:

  1. How to write Markdown text?

  2. How to add GeoLink in Markdown

    The following formats are valid for GeoLink:

    1. Surround coordinated with parenthesis: (<x>, <y>) or (<x>/<y>)
      For example: (121,23)
    2. Have leading @ symbol: @<x>,<y> or @<x>/<y>
      For example: @121/23
    3. Use geo URI scheme: geo:<lat>,<lon>
      For example: geo:23,121
  3. How can I save contents for next use?

    Since All contents come from raw texts, you can:

    1. Save current page as bookmark by hash button
    2. Copy texts in editor and save as .txt file
    3. Use online service for hosting Markdown, for example: HackMD
  4. I want more features in map!

    DumbyMap use mapclay to render maps.

    1. You can use eval options to add custom scripts, see tutorial for more details
    2. You can use custom Renderer indtead of default ones, see tutorial for more details
  5. I am an experienced developer, show me what you got!


Have Fun ~

20250117