I intend to create a vector tile basemap from my own data. My data is stored in a state plane coordinate system (I'm in USA) because most static maps created with that data will be displayed in state plane coordinate system. However, I intend to publish the vector tile basemap using web mercator because I want it to be compatible with other services in web maps.
Is it OK to store the data in State Plane but simply publish the vector tile basemap in web mercator?
Thank you.