diff --git a/404.html b/404.html index 7e83601..167b095 100644 --- a/404.html +++ b/404.html @@ -1 +1 @@ -
Taxpayer | \n{d.taxpayer_1} | \n
Taxpayer (extended) | \n{d.taxpayer_2} | \n
Taxpayer Address | \n{`${d.taxpayer_street}, ${d.taxpayer_city}, ${d.taxpayer_state}, ${d.taxpayer_zip}`} | \n
Last Sale Date | \n{moment(d.sale_date).format(\"LL\")} | \n
Last Sale Price | \n{`$${parseInt(d.sale_price).toLocaleString()}`} | \n
PRE % | \n{d.homestead_pre} | \n
NEZ | \n{d.nez} | \n
\n Improved?\n | \n\n {d.is_improved === 1 ? `Yes` : `No`}\n | \n
Property Class | \n\n {d.property_class} - {d.property_class_desc}\n | \n
Property Use | \n\n {d.use_code} - {d.use_code_desc}\n | \n
Zoning | \n{d.zoning} | \n
# of Buildings | \n{d.num_bldgs} | \n
Total Floor Area (sf) | \n{d.total_floor_area} | \n
Style | \n{d.style} | \n
Tax Status | \n{d.tax_status} | \n
Assessed Value | \n{`$${parseInt(d.assessed_value).toLocaleString()}`} | \n
Taxable Value | \n{`$${parseInt(d.assessed_value).toLocaleString()}`} | \n
Total Acreage | \n{d.total_acreage} ac | \n
Total Square Footage | \n{d.total_square_footage} sf | \n
Depth x Frontage (ft) | \n\n {d.depth} x {d.frontage}\n | \n
{d.legal_description}
\nParcel ID: {parcelData.attributes.parcel_number} | \n\n Address: {parcelData.attributes.address}\n | \n
{children}
;\n};\n\nconst Introduction = ({ setInfo, showInfo }) => {\n return (\n\n The Parcel View viewer (hereafter “Viewer”) and all data presented\n therein is provided by City of Detroit (hereafter “City”) to give\n access to data for the City of Detroit area developed by City\n departments, incorporated cities within the City, and other local,\n state and federal entities, public and commercial. The Viewer uses\n Geographic Information Systems (hereafter “GIS”) technology to provide\n a visual display of data for the convenience of the end user\n (hereafter “User”).\n
\n\n\n It is to be used for reference purposes only as a guide to finding\n assessment, planning, and other information and is not suitable for\n site-specific or business decision making and should not be used for\n making financial or any other commitments. Such decisions should only\n be made after validating information based on additional information\n available from the appropriate City office or other entities. NO\n PORTION OF THE INFORMATION PRESENTED SHOULD BE CONSIDERED OR USED AS A\n LEGAL DOCUMENT.\n
\n\n\n The data presented is for informational purposes only and should not\n be used for legal, engineering, or surveying purposes. THE VIEWER IS\n NOT TO BE USED FOR PROPERTY DESCRIPTIONS, OR DETERMINATION OF LEGAL\n TITLE. Property descriptions must be obtained from surveys or deeds.\n The compilation of countywide tax parcel and related data, street\n centerline, and other data results in a seamless dataset derived from\n many sources, particularly surveys, deeds, City and city resolutions,\n and orthophotography. It should be interpreted as the best available\n compilation, but SHOULD NEVER BE SUBSTITUTED FOR SURVEY OR DEED\n INFORMATION.\n
\n\n\n While every effort has been made to ensure the accuracy, correctness,\n and timeliness of data presented in the Viewer, the City assumes no\n responsibility for errors or omissions, even if the City is advised of\n the possibility of such damage. The City does not warrant that the\n operation of the Viewer will be uninterrupted or that defects in data\n will be corrected.\n
\n\n\n The Viewer provides GIS functionality available to the User to alter\n the display of data, such as altering color of feature symbols and\n toggling feature labels, loading data into the Viewer, and performing\n queries and other GIS functions. It is incumbent on the User to\n understand the effects of such functions on display and presentation\n of data. Please watch the training videos for details on how to use\n this application.\n
\n\n The User understands and acknowledges that the data presented herein\n are subject to constant change and is not guaranteed to be accurate,\n correct or complete, nor that it will meet the requirements of the\n User. The entire risk as to quality, performance, and usefulness of\n the Viewer, associated data, and conclusions drawn from its use rest\n with the User. The City does not warrant that the operation of the\n Viewer will be uninterrupted or that defects in data will be\n corrected.\n
\n\n\n Products may have a number of errors which may include but are not\n limited to the following types of errors:\n
\n\n\n The information is provided subject to the express condition that the\n user knowingly waives any and all claims for damages against City of\n Detroit and its officers, agents, consultants, contractors, and\n employees that may arise from the use of this data.\n
\n\n Availability of the Viewer is not guaranteed. Applications, servers,\n and network connections may be unavailable at any time for maintenance\n or unscheduled outages. Outages may be of long duration. Do not create\n dependencies on these services for critical needs.\n
\n\n To assist the City in the maintenance of GIS data, Users should\n provide the City information concerning errors or discrepancies found\n in using the Viewer. Please email: dsa@detroitmi.gov with such\n information.\n
\n\n Please migrate to the Base Unit Tools site for parcel information, and change your bookmarks.\n
\n \n\n The new URL for the page you are currently viewing is:\n
\n \n\n https://base-unit-tools.netlify.app/parcel-viewer?id={parcel}&type=parcels&basemap=satellite\n
\nTaxpayer | \n{d.taxpayer_1} | \n
Taxpayer (extended) | \n{d.taxpayer_2} | \n
Taxpayer Address | \n{`${d.taxpayer_street}, ${d.taxpayer_city}, ${d.taxpayer_state}, ${d.taxpayer_zip}`} | \n
Last Sale Date | \n{moment(d.sale_date).format(\"LL\")} | \n
Last Sale Price | \n{`$${parseInt(d.sale_price).toLocaleString()}`} | \n
PRE % | \n{d.homestead_pre} | \n
NEZ | \n{d.nez} | \n
\n Improved?\n | \n\n {d.is_improved === 1 ? `Yes` : `No`}\n | \n
Property Class | \n\n {d.property_class} - {d.property_class_desc}\n | \n
Property Use | \n\n {d.use_code} - {d.use_code_desc}\n | \n
Zoning | \n{d.zoning} | \n
# of Buildings | \n{d.num_bldgs} | \n
Total Floor Area (sf) | \n{d.total_floor_area} | \n
Style | \n{d.style} | \n
Tax Status | \n{d.tax_status} | \n
Assessed Value | \n{`$${parseInt(d.assessed_value).toLocaleString()}`} | \n
Taxable Value | \n{`$${parseInt(d.assessed_value).toLocaleString()}`} | \n
Total Acreage | \n{d.total_acreage} ac | \n
Total Square Footage | \n{d.total_square_footage} sf | \n
Depth x Frontage (ft) | \n\n {d.depth} x {d.frontage}\n | \n
{d.legal_description}
\nParcel ID: {parcelData.attributes.parcel_number} | \n\n Address: {parcelData.attributes.address}\n | \n
{children}
;\n};\n\nconst Introduction = ({ setInfo, showInfo }) => {\n return (\n\n Please migrate to the Base Unit Tools site for parcel information, and change your bookmarks.\n
\n \n\n The new URL for the page you are currently viewing is:\n
\n \n\n https://base-unit-tools.netlify.app/parcel-viewer?id={parcel}&type=parcels&basemap=satellite\n
\n