If the Inline maps filter format consists of the HTML filter followed by the Map filter, the attributes of the map tag are spoiled by the html filter if they contain url's to wms services or projections such as EPSG:4326.
A solution may be to stop using the <> and convert to [].

Comments

jpulles’s picture

After changing the default brackets from <> to [], the existing body texts can be replaced in PostgreSQL by the following query:

update node_revisions set body = regexp_replace(body, '\<map([^>]*)/\>', E'[map\\1/]', 'g');
jpulles’s picture

Status: Active » Fixed
Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.