#!/bin/sh #------------------------------------------------------------------------------ # # Get the high and low priority changes. In this case I set the "priority" # query parameter but I could also use the OGC-Priority HTTP header. # Since this is the first sync, I don't have a checkpoint value and so I don't # include it on the request. # # To use the header, simple remove the "&priority=high,medium" from the URL and # add the following argument to the curl command: # "-H 'OGC-Priority: high,medium'". # # IMPORTANT: after executing this command, take note of the value of the # OGC-Checkpoint HTTP header # curl -v 'http://www.pvretano.com/cubewerx/cubeserv/default/wfs/3.0/usbuildingfootprints/collections/US_Building_Footprints/changesets?f=json&priority=high,low' echo "" echo "" echo "" echo "" echo "CUT-N-PASTE the CHECKPOINT for the next operation!!!" echo "" echo "" echo "" echo ""