I have written my own vector tiles service based on vt-pbf, which queries a really large source of geojsons which specify different kinds of projections to be used.
While using tippecanoe tool I am getting warnings like
Warning: GeoJSON specified projection "urn:ogc:def:crs:EPSG::26915", not the expected "urn:ogc:def:crs:OGC:1.3:CRS84"
If "urn:ogc:def:crs:OGC:1.3:CRS84" is not the expected projection, use -s to specify the right one
Can someone explain/direct me towards the basic differences between various kinds of projections, and also the consequences I will be facing after generating these tiles with these warnings?