move json well_known_names
This commit is contained in:
parent
5ef77d07b9
commit
ae30675e98
1 changed files with 8 additions and 0 deletions
|
@ -32,6 +32,14 @@
|
|||
|
||||
namespace mapnik { namespace json {
|
||||
|
||||
enum well_known_names
|
||||
{
|
||||
type = 0,
|
||||
geometry = 1,
|
||||
coordinates = 2,
|
||||
properties = 3
|
||||
};
|
||||
|
||||
struct keys_tag;
|
||||
|
||||
namespace grammar {
|
||||
|
|
Loading…
Reference in a new issue