Z4 Forum Map access

greg81 said:
Looking good Greg - would it be possible for the flags to show the forum user names?

Not without clicking into a pin or hovering over one I'm afraid. Depending on what zoom level you were are you could end up with several all covering over each other

Oh right - I didn't try that. :roll:

As for GDPR would that be an issue if people opt to have their details included?
 
There's a few things to think about for GDPR.. I'll get some advice from a guy in my work.

Tempted to restrict location to nearest town/city/council area. Don't want people sticking a pin right in their front garden!
 
Coming along nicely! Well done sir!

I like the idea of the Z4 model subcategory. I assume then you could filter to only show results for e85/e86? But guess it doesn't really matter. A member is still a fellow enthusiast after all :)

I think you should be able to stick your "pin" where you want? I live in a random area between two towns but we have a coop and a post office, for ebay and stuff I generally use that as my post code so its close, but not too close. Better than being locked to an area which is actually 5 miles or more away from the actual location? Particularly prevalent if you're in London? An extra mile is sometimes an extra hours worth of traffic!
 
sp3ctre said:
GDPR will be an issue anyway, it's potentially PII data being stored.

Good point!

Can you create a grid style location?
Rather than putting in specifics like council area or post code etc just select the square that you're in where the squares = 5 mile sq or so?
 
djstan said:
Has anything else happened with this?
did get a bit further with it but not deployed it yet. Had some other priorities come up unfortunately so it's slow progress
 
I published up the latest version but it's not come that far. pin clustering added to handle lots of pins in the same area, and a basic geocoder implemented (location search)

http://zmaps.azurewebsites.net/index.htm
 
greg81 said:
I published up the latest version but it's not come that far. pin clustering added to handle lots of pins in the same area, and a basic geocoder implemented (location search)

http://zmaps.azurewebsites.net/index.htm

How do you intend to let users add themselves?

Will you make a PHP / MySQL based mini-admin kind of thing? Then use PHP to generate your date on the output page for your handlebar stuff?
 
IAmOrion said:
greg81 said:
I published up the latest version but it's not come that far. pin clustering added to handle lots of pins in the same area, and a basic geocoder implemented (location search)

http://zmaps.azurewebsites.net/index.htm

How do you intend to let users add themselves?

Will you make a PHP / MySQL based mini-admin kind of thing? Then use PHP to generate your date on the output page for your handlebar stuff?

Oh god no, not "phppish" haha.

Data will be stored in Azure blob storage and JSON generated on request.

There'll be some kind of form to complete to sign up
 
greg81 said:
Oh god no, not "phppish" haha.

Data will be stored in Azure blob storage and JSON generated on request.

There'll be some kind of form to complete to sign up

Ha, fair enough!

btw: What's wrong with a nice simple PHP / MySQL Setup? :)
 
IAmOrion said:
greg81 said:
Oh god no, not "phppish" haha.

Data will be stored in Azure blob storage and JSON generated on request.

There'll be some kind of form to complete to sign up

Ha, fair enough!

btw: What's wrong with a nice simple PHP / MySQL Setup? :)

I don't use it personally as I build apps on Microsoft tech, but it definitely serves a purpose love it or hate it.
 
sp3ctre said:
Nothing at all, would work fine.

That would by my first choice - only because I do php / mysql stuff everyday (Also "liquid" - Shopify partner so do lots of shopify liquid stuff)
 
IAmOrion said:
sp3ctre said:
Nothing at all, would work fine.

That would by my first choice - only because I do php / mysql stuff everyday (Also "liquid" - Shopify partner so do lots of shopify liquid stuff)

How do you feel about doing that for this? I'm going to struggle with tie over the next few weeks. I could finish off all the front-end/mapping piece and you handle the DB and API for me to get the data out in JSON format
 
greg81 said:
How do you feel about doing that for this? I'm going to struggle with tie over the next few weeks. I could finish off all the front-end/mapping piece and you handle the DB and API for me to get the data out in JSON format

Do you already have mysql/php available? I'm assuming you're using something like a temp url since it's a subdomain of "azurewebsites.net"
 
IAmOrion said:
greg81 said:
How do you feel about doing that for this? I'm going to struggle with tie over the next few weeks. I could finish off all the front-end/mapping piece and you handle the DB and API for me to get the data out in JSON format

Do you already have mysql/php available? I'm assuming you're using something like a temp url since it's a subdomain of "azurewebsites.net"

I've not, it's just a flat azure app service I have with blob storage service.

We need to find someone who can host that if it goes down that route. I've got Google maps on a month's free trial at the moment too and although it's not even a live website it's already accrued about £7 worth of usage. This may be a complete non starter anyway
 
greg81 said:
I've not, it's just a flat azure app service I have with blob storage service.

We need to find someone who can host that if it goes down that route. I've got Google maps on a month's free trial at the moment too and although it's not even a live website it's already accrued about £7 worth of usage. This may be a complete non starter anyway

Dang!! That sucks.

I have hosting myself, I have an "unlimited" package so I can host it no problems and obv have PHP / MySQL etc so hosting is no issue.

I'm guessing there's no "free" alternative? I thought google maps was free, but then in fairness, I've not had to deal with google maps on sites in such a long time
 
Back
Top Bottom