

{
"name":"Land/City_Own_Property",
"title":"Land/City_Own_Property",
"type":"Map Service",
"typeKeywords":["ArcGIS Server","Service","Map Service"],
"description":"Purpose: This feature class was extracted from the City of West Palm Beach parcel data layer. Used for the purpose of informative mapping, analysis, and planning. The layer is used in public and internal web applications.  Intended Use: The layer is used in public and internal web applications.  How was the Data Manipulated: Query city-owned properties from the parcels using this expression where the owner name 1 = \"West Palm Beach City of\" and \"West Palm Beach City of Lessor\" and West Palm Beach City of CRA\" and \"West Palm Beach City of CRA Lessor\".  Data is downloaded on the first Monday of the month from the PBC open Parcel data site. This layer has stacked condominium parcels and owner information for each parcel. Data is staged and refreshed in SDE the following Sunday.  Spatial view : To create a spatial view in SDE using a SQL query to filter city-owned properties from parcels with specific owner names  and subsets of table will be displayed with all the PCNs belong to City of WPB:  CREATE VIEW City Owned Properties AS  SELECT parcels.*  FROM Parcels Table parcels  WHERE     (parcels.OwnerName1 = 'West Palm Beach City of' OR      parcels.OwnerName1 = 'West Palm Beach City of Lessor' OR      parcels.OwnerName1 = 'West Palm Beach City of CRA' OR      parcels.OwnerName1 = 'West Palm Beach City of CRA Lessor');  How the Data is Modified: Not being modified  Update Frequency: Monthly",
"extent":[[879682.8914621514,1000213.2900229241],[837782.1916677717,914508.7185293746]],

"url":"https://wpbgisportal.wpb.org/server/rest/services/Land/City_Own_Property/MapServer"
}
