move json well_known_names

This commit is contained in:
artemp 2016-11-15 10:13:36 +01:00
parent 5ef77d07b9
commit ae30675e98

View file

@ -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 {