drakkar.one map

外掛說明

drakkar.one lets you add a map to your WordPress site without Google Maps, without API keys, and without setting a single cookie.

Why use this instead of Google Maps?

  • No Google Cloud billing account or API key required
  • No cookies — so no cookie banner needed for the map
  • GDPR/DSGVO-compliant: map tiles served from EU infrastructure, no visitor data collected
  • No competitor businesses shown on your map
  • Lightweight — a fraction of the size of a Google Maps embed
  • Flat monthly pricing with a free tier (no per-load billing surprises)

Map tiles are based on OpenStreetMap and served from Cloudflare’s edge network, so they load fast everywhere.

How it works: Create a map widget at dash.drakkar.one, copy the widget ID, and drop it into a Gutenberg block or shortcode. That’s it.

Built by a former HERE engineer who worked on navigation systems for BMW, Audi, VW, and Porsche.

Usage

Gutenberg Block

Search for drakkar.one map in the block inserter (Embed category). Paste your widget ID and set the height.

Shortcode

[drakkar-map id="abc123"]

Optional attributes:

  • height — Map height in pixels (default: 400)
  • lang — Language code for map labels (auto-detected if omitted)

Example with all attributes:

[drakkar-map id="abc123" height="500" lang="en"]<h3>External services</h3>

This plugin relies on the drakkar.one service to display map widgets. When a page containing the widget is loaded, the visitor’s browser will:

  1. Load the widget script (w.js) from cdn.drakkar.one.
  2. Fetch the widget configuration (map center, zoom, pins, style) from cdn.drakkar.one.
  3. Load vector map tiles from tiles.drakkar.one.
  4. Load map fonts and sprites from cdn.drakkar.one.

No cookies are set. No personal data is collected or transmitted to drakkar.one by the widget. Standard HTTP requests (IP address, user agent) are processed by Cloudflare’s CDN infrastructure as part of content delivery.

This service is provided by drakkar.one (Kirill Zhuchkov, Germany):

適用於區塊編輯器

這個外掛提供 1 個可供 Gutenberg/區塊編輯器使用的區塊。

  • drakkar.one map Add a privacy-friendly map. No Google, no API keys, no cookies.

安裝方式

  1. Install the plugin from the WordPress Plugin Directory, or upload the drakkar-one-map folder to /wp-content/plugins/.
  2. Activate the plugin through the Plugins menu.
  3. Create a free map widget at dash.drakkar.one and copy its widget ID.
  4. Add a drakkar.one map block in the editor, or use the shortcode:

    [drakkar-map id=”YOUR_WIDGET_ID”]

常見問題集

Does this use Google Maps?

No. Map tiles come from OpenStreetMap data, served through Cloudflare’s edge network. Google is not involved at any point.

Does it set cookies?

No. The widget sets zero cookies. Your visitors won’t see a cookie consent banner because of this plugin.

Do I need an API key or a Google Cloud account?

No. You create a widget at dash.drakkar.one, get a widget ID, and paste it into the block or shortcode. No API keys, no billing accounts.

Is it GDPR/DSGVO-compliant?

Yes. No cookies, no personal data collection, tiles served from EU infrastructure. The privacy policy impact is minimal — see the “External services” section below for details you may want to mention.

What does it cost?

There’s a free tier with drakkar.one branding. Paid plans start at a few euros per month for branding removal and additional features. See drakkar.one for current pricing.

Can I have multiple maps on one page?

Currently one map per page. Multi-map support is on the roadmap — if you need it now, reach out through the dashboard and we’ll prioritize it.

Can I customize the map style?

Yes. You can pick a map style in the drakkar.one dashboard before embedding. The style applies automatically to your WordPress embed.

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈drakkar.one map〉的開發相關工作。

參與者

將〈drakkar.one map〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

1.0.0

  • Initial release with shortcode and Gutenberg block support.