Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor MapML vocabulary to HTML custom elements map- (mostly) #61

Merged
merged 1 commit into from
Sep 23, 2021

Conversation

prushforth
Copy link
Member

@prushforth prushforth commented Sep 23, 2021

head -> map-head
body -> map-body
Ignore the dist folder
title -> map-title
extent -> map-extent
meta -> map-meta
input -> map-input,
feature, featurecaption -> map-feature...
properties -> map-properties
base -> map-base
geometry -> map-geometry
polygon -> map-polygon
multipolygon -> map-multipolygon
datalist -> map-datalist
polygon -> map-polygon
link -> map-link
select, option, coordinates -> map-select, map-option, map-coordinates
span -> map-span
style -> map-style

Change <head> to <map-head>

Change <body> to <map-body>

Ignore the dist folder

<title> -> <map-title>

<extent> -> <map-extent>

<meta> -> <map-meta>

<input> -> <map-input>, <feature>,
<featurecaption> -> <map-feature...>

<properties> -> <map-properties>

base -> map-base
geometry -> map-geometry

polygon -> map-polygon

multipolygon -> map-multipolygon

datalist -> map-datalist

polygon -> map-polygon

link -> map-link

select, option, coordinates -> map-select, map-option, map-coordinates

span -> map-span

style -> map-style
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant