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 {
|
namespace mapnik { namespace json {
|
||||||
|
|
||||||
|
enum well_known_names
|
||||||
|
{
|
||||||
|
type = 0,
|
||||||
|
geometry = 1,
|
||||||
|
coordinates = 2,
|
||||||
|
properties = 3
|
||||||
|
};
|
||||||
|
|
||||||
struct keys_tag;
|
struct keys_tag;
|
||||||
|
|
||||||
namespace grammar {
|
namespace grammar {
|
||||||
|
|
Loading…
Add table
Reference in a new issue